Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/sipgate-notifier
Symfony Sipgate Notifier Bridge
https://github.com/symfony/sipgate-notifier
component notifier php sipgate sms symfony symfony-component
Last synced: about 1 month ago
JSON representation
Symfony Sipgate Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/sipgate-notifier
- Owner: symfony
- License: mit
- Created: 2024-07-06T08:14:28.000Z (4 months ago)
- Default Branch: 7.2
- Last Pushed: 2024-09-27T08:42:10.000Z (about 2 months ago)
- Last Synced: 2024-09-30T16:02:57.747Z (about 1 month ago)
- Topics: component, notifier, php, sipgate, sms, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Sipgate Notifier
================Provides [Sipgate](https://www.sipgate.de) integration for Symfony Notifier.
DSN example
-----------```
SIPGATE_DSN=sipgate://TOKEN_ID:TOKEN@default?senderId=SENDER_ID
```where:
- `TOKEN_ID` is your Sipgate API Token ID
- `TOKEN` is your Sipgate API TOKEN
- `SENDER_ID` is your Sipgate device ID (e.g. s1)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)