Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/symfony/sms-biuras-notifier

Symfony SmsBiuras Notifier Bridge
https://github.com/symfony/sms-biuras-notifier

component notifier php sms smsbiuras symfony symfony-component

Last synced: about 1 month ago
JSON representation

Symfony SmsBiuras Notifier Bridge

Awesome Lists containing this project

README

        

SmsBiuras Notifier
==================

Provides [SmsBiuras](https://www.smsbiuras.lt) integration for Symfony Notifier.

DSN example
-----------

```
SMSBIURAS_DSN=smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0
```

where:
- `UID` is your client code
- `API_KEY` is your SmsBiuras api key
- `FROM` is your sender
- `TEST_MODE` the test parameter is used during system connection testing.
Possible values: 0 (real SMS sent), 1 (test SMS, will not be delivered to the phone and will not be charged)

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)