Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/ovh-cloud-notifier
Symfony OvhCloud Notifier Bridge
https://github.com/symfony/ovh-cloud-notifier
component notifier ovh-cloud php sms symfony symfony-component
Last synced: about 1 month ago
JSON representation
Symfony OvhCloud Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/ovh-cloud-notifier
- Owner: symfony
- License: mit
- Created: 2020-02-11T13:54:53.000Z (almost 5 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:44:01.000Z (about 2 months ago)
- Last Synced: 2024-09-30T17:20:58.365Z (about 2 months ago)
- Topics: component, notifier, ovh-cloud, php, sms, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 109 KB
- Stars: 7
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
OvhCloud Notifier
=================Provides [OvhCloud](https://docs.ovh.com/gb/en/sms/) integration for Symfony Notifier.
DSN example
-----------```
OVHCLOUD_DSN=ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME&sender=SENDER&no_stop_clause=NO_STOP_CLAUSE
```where:
- `APPLICATION_KEY` is your OvhCloud application key
- `APPLICATION_SECRET` is your OvhCloud application secret
- `CONSUMER_KEY` is your OvhCloud consumer key
- `SERVICE_NAME` is your OvhCloud service name
- `SENDER` is your sender (optional)
- `NO_STOP_CLAUSE` setting this parameter to "1" (default "0") allow removing "STOP clause" at the end of the message for non-commercial use (optional)Resources
---------* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)