Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/isendpro-notifier
Symfony iSendPro Notifier Bridge
https://github.com/symfony/isendpro-notifier
component isendpro notifier php sms symfony symfony-component
Last synced: 3 months ago
JSON representation
Symfony iSendPro Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/isendpro-notifier
- Owner: symfony
- License: mit
- Created: 2022-12-02T16:06:41.000Z (about 2 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:38:52.000Z (3 months ago)
- Last Synced: 2024-09-30T16:03:45.936Z (3 months ago)
- Topics: component, isendpro, notifier, php, sms, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 39.1 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
iSendPro Notifier
=================Provides [iSendPro](https://www.isendpro.com/) integration for Symfony Notifier.
DSN example
-----------```
ISENDPRO_DSN=isendpro://ACCOUNT_KEY_ID@default?from=FROM&no_stop=NO_STOP&sandbox=SANDBOX
```where:
- `ACCOUNT_KEY_ID` is your iSendPro API Key ID
- `FROM` is the alphanumeric originator for the message to appear to originate from (optional)
- `NO_STOP` setting this parameter to "1" (default "0") allows removing "STOP clause" at the end of the message for non-commercial use (optional)
- `SANDBOX` setting this parameter to "1" (default "0") allows to use the notifier in sandbox mode (optional)See iSendPro documentation at https://www.isendpro.com/docs/#prerequis
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)