Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)