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: 7 days 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 (7 months ago)
- Default Branch: 7.2
- Last Pushed: 2024-11-29T08:51:00.000Z (2 months ago)
- Last Synced: 2025-01-29T14:23:23.936Z (12 days ago)
- Topics: component, notifier, php, sipgate, sms, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 14.6 KB
- Stars: 1
- 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)