Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enigma972/orange-sms-notifier
Provides Orange Sms integration for Symfony Notifier
https://github.com/enigma972/orange-sms-notifier
component notification notifier orange-api orange-sms orange-sms-api orange-smsapi php symfony symfony-component
Last synced: about 1 month ago
JSON representation
Provides Orange Sms integration for Symfony Notifier
- Host: GitHub
- URL: https://github.com/enigma972/orange-sms-notifier
- Owner: enigma972
- License: mit
- Created: 2021-05-26T08:42:17.000Z (over 3 years ago)
- Default Branch: 5.4
- Last Pushed: 2022-01-17T00:09:24.000Z (almost 3 years ago)
- Last Synced: 2024-09-30T16:04:37.691Z (about 2 months ago)
- Topics: component, notification, notifier, orange-api, orange-sms, orange-sms-api, orange-smsapi, php, symfony, symfony-component
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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=orangesms://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=orangesms://RbttXve8o2y3IglAqJXlXTzZywyyjqKo:iNpfgVeHusPEKrrp@default?from=+243000000&sender_name=platformXYZ
```See Orange Sms documentation at https://developer.orange.com/apis/sms-cd/api-reference