Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/iqsms-notifier
Symfony Iqsms Notifier Bridge
https://github.com/symfony/iqsms-notifier
component iqsms notifier php sms symfony symfony-component
Last synced: about 1 month ago
JSON representation
Symfony Iqsms Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/iqsms-notifier
- Owner: symfony
- License: mit
- Created: 2021-01-15T06:16:04.000Z (almost 4 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:43:54.000Z (about 2 months ago)
- Last Synced: 2024-09-30T17:20:15.194Z (about 2 months ago)
- Topics: component, iqsms, notifier, php, sms, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 63.5 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
Iqsms Notifier
==============Provides [Iqsms](https://iqsms.ru) integration for Symfony Notifier.
DSN example
-----------```
IQSMS_DSN=iqsms://LOGIN:PASSWORD@default?from=FROM
```where:
- `LOGIN` is your IQSMS login
- `PASSWORD` is your IQSMS password
- `FROM` is the senderResources
---------* [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)