Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/go-ip-notifier
Symfony GoIP Notifier Bridge
https://github.com/symfony/go-ip-notifier
component goip gsm-over-ip notifier php sms symfony symfony-component
Last synced: about 1 month ago
JSON representation
Symfony GoIP Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/go-ip-notifier
- Owner: symfony
- License: mit
- Created: 2023-08-12T12:43:52.000Z (over 1 year ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:40:31.000Z (about 2 months ago)
- Last Synced: 2024-09-30T16:03:26.863Z (about 2 months ago)
- Topics: component, goip, gsm-over-ip, notifier, php, sms, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 39.1 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
GoIP Notifier
=============Provides a [GoIP](https://en.wikipedia.org/wiki/GoIP) integration for the
Symfony
Notifier Component.DSN example
-----------```
GOIP_DSN=goip://USERNAME:PASSWORD@HOST:80?sim_slot=SIM_SLOT
```where:
- `USERNAME` GoIP Username
- `PASSWORD` GoIP Password
- `HOST` GoIP Hostname/IP-Address
- `SIM_SLOT` SIM slot which will be used to send the messages (e.g. 1, 9, 15, 2)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)