Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/orange-sms-notifier
Symfony Orange Sms Notifier Bridge
https://github.com/symfony/orange-sms-notifier
component notifier orange orange-smsapi php sms symfony symfony-component
Last synced: 3 months ago
JSON representation
Symfony Orange Sms Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/orange-sms-notifier
- Owner: symfony
- License: mit
- Created: 2022-01-17T14:37:04.000Z (about 3 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:38:36.000Z (4 months ago)
- Last Synced: 2024-09-30T16:04:22.494Z (4 months ago)
- Topics: component, notifier, orange, orange-smsapi, php, sms, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 39.1 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Orange Sms Notifier
-------------------Provides [Orange Sms](https://developer.orange.com/apis/sms) integration for Symfony Notifier.
DSN example
-----------```
ORANGE_SMS_DSN=orange-sms://CLIENT_ID:CLIENT_SECRET@default?from=FROM&sender_name=SENDER_NAME
```where:
- `CLIENT_ID` is your Orange App client ID
- `CLIENT_SECRET` is the Orange App client secret
- `FROM` is the sender phone number
- `SENDER_NAME` is the sender nameexample:
```
ORANGE_SMS_DSN=orange-sms://RbttXve8o2y3IglAqJXlXTzZywyyjqKo:iNpfgVeHusPEKrrp@default?from=+243000000&sender_name=platformXYZ
```See Orange Sms documentation at https://developer.orange.com/apis/sms-cd/api-reference