Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/smsapi-notifier
Symfony Smsapi Notifier Bridge
https://github.com/symfony/smsapi-notifier
component notifier php sms smsapi symfony symfony-component
Last synced: 3 months ago
JSON representation
Symfony Smsapi Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/smsapi-notifier
- Owner: symfony
- License: mit
- Created: 2020-08-18T09:44:08.000Z (over 4 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:39:34.000Z (3 months ago)
- Last Synced: 2024-09-30T16:23:05.251Z (3 months ago)
- Topics: component, notifier, php, sms, smsapi, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 77.1 KB
- Stars: 4
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
SMSAPI Notifier
===============Provides [Smsapi](https://smsapi.pl) integration for Symfony Notifier.
This bridge can also be used with https://smsapi.com.DSN example
-----------```
SMSAPI_DSN=smsapi://TOKEN@default?from=FROM&fast=FAST&test=TEST
```// for https://smsapi.com set the correct endpoint:
```
SMSAPI_DSN=smsapi://[email protected]?from=FROM
```where:
- `TOKEN` is your API Token (OAuth)
- `FROM` is the sender name (default ""), skip this field to use the cheapest "eco" shipping method.
- `FAST` setting this parameter to "1" (default "0") will result in sending message with the highest priority which ensures the quickest possible time of delivery. Attention! Fast messages cost more than normal messages.
- `TEST` setting this parameter to "1" (default "0") will result in sending message in test mode (message is validated, but not sent).See your account info at https://smsapi.pl or https://smsapi.com
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)