Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/smsense-notifier
Symfony SMSense Notifier Bridge
https://github.com/symfony/smsense-notifier
component global-voice notifier php sms smsense symfony symfony-component
Last synced: 1 day ago
JSON representation
Symfony SMSense Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/smsense-notifier
- Owner: symfony
- License: mit
- Created: 2024-02-23T09:20:38.000Z (12 months ago)
- Default Branch: 7.2
- Last Pushed: 2024-11-29T08:52:17.000Z (2 months ago)
- Last Synced: 2025-01-29T14:23:20.019Z (7 days ago)
- Topics: component, global-voice, notifier, php, sms, smsense, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 16.6 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
SMSense Notifier
================Provides [SMSense](https://smsense.com/) integration for Symfony Notifier.
DSN example
-----------```
SMSENSE_DSN=smsense://API_TOKEN@default?from=FROM
```where:
- `API_TOKEN` is your SMSense API token
- `FROM` is the alphanumeric originator for the message to appear to originate fromResources
---------* [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)