Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/redlink-notifier
Symfony Redlink Notifier Bridge
https://github.com/symfony/redlink-notifier
component notifier php redlink sms symfony symfony-component
Last synced: about 1 month ago
JSON representation
Symfony Redlink Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/redlink-notifier
- Owner: symfony
- License: mit
- Created: 2023-06-21T07:14:26.000Z (over 1 year ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:41:58.000Z (about 2 months ago)
- Last Synced: 2024-09-30T16:03:26.911Z (about 2 months ago)
- Topics: component, notifier, php, redlink, sms, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 34.2 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Redlink Notifier
================Provides [Redlink](https://redlink.pl) integration for Symfony Notifier.
DSN example
-----------```
REDLINK_DSN=redlink://API_TOKEN:APP_TOKEN@default?from=SENDER_NAME&version=VERSION
```where:
- `API_TOKEN` is your user API token, you can get it from the user dashboard
- `APP_TOKEN` is your application's API token
- `SENDER_NAME` is sender ID that was previously added through the user dashboard
- `VERSION` is API version that you want to use, ex. v2.1, optionalResources
---------* [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)