Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spacetab-io/smsaero-notifier-php
https://github.com/spacetab-io/smsaero-notifier-php
symfony-notifier
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spacetab-io/smsaero-notifier-php
- Owner: spacetab-io
- Created: 2022-12-02T08:38:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T11:54:38.000Z (over 1 year ago)
- Last Synced: 2024-04-21T21:34:09.127Z (8 months ago)
- Topics: symfony-notifier
- Language: PHP
- Homepage: https://smsaero.ru
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SmsAero Notifier
================Provides [SmsAero](https://smsaero.ru/) integration for Symfony Notifier.
notifier.yaml
-----------```
framework:
notifier:
texter_transports:
smsaero: '%env(SMSAERO_DSN)%'
```DSN example
-----------```
SMSAERO_DSN=smsaero://EMAIL:API_KEY@default?from=FROM&channel=CHANNEL
```where:
- `EMAIL` account email (must be urlencoded, example: test%40example.com)
- `API_KEY` is a secret key from [settings page](https://smsaero.ru/cabinet/settings/apikey/)
- `FROM` is your sender (NB: text identity, not a phone number)
- `CHANNEL` channel type, default: INTERNATIONALResources
---------* [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)