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: 5 months 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 (about 5 years ago)
- Default Branch: 7.2
- Last Pushed: 2024-11-29T09:09:39.000Z (over 1 year ago)
- Last Synced: 2025-01-29T22:23:17.752Z (about 1 year ago)
- Topics: component, iqsms, notifier, php, sms, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 65.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
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 sender
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)