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: 2 months 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 (about 2 years ago)
- Default Branch: 8.1
- Last Pushed: 2026-01-13T21:22:28.000Z (2 months ago)
- Last Synced: 2026-01-13T23:46:42.885Z (2 months ago)
- Topics: component, global-voice, notifier, php, sms, smsense, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 26.4 KB
- Stars: 7
- Watchers: 2
- 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 from
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)