Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/symfony/sms-biuras-notifier
- Owner: symfony
- License: mit
- Created: 2021-04-18T05:36:33.000Z (over 3 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:43:18.000Z (about 2 months ago)
- Last Synced: 2024-09-30T16:04:10.384Z (about 2 months ago)
- Topics: component, notifier, php, sms, smsbiuras, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 67.4 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)