Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/spot-hit-notifier
Symfony Spot-Hit Notifier Bridge
https://github.com/symfony/spot-hit-notifier
component notifier php sms spot-hit symfony symfony-component
Last synced: about 1 month ago
JSON representation
Symfony Spot-Hit Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/spot-hit-notifier
- Owner: symfony
- License: mit
- Created: 2021-02-14T17:37:49.000Z (almost 4 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:39:08.000Z (about 2 months ago)
- Last Synced: 2024-09-30T16:23:04.287Z (about 2 months ago)
- Topics: component, notifier, php, sms, spot-hit, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 65.4 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Spot-Hit Notifier
=================Provides [Spot-Hit](https://www.spot-hit.fr/) integration for Symfony Notifier.
#### DSN example
```
SPOTHIT_DSN=spothit://TOKEN@default?from=FROM&smslong=SMSLONG&smslongnbr=SMSLONGNBR
```where:
- `TOKEN` is your Spot-Hit API key
- `FROM` is the custom sender (3-11 letters, default is a 5 digits phone number)
- `SMSLONG` (optional) 0 or 1 : allows SMS messages longer than 160 characters
- `SMSLONGNBR` (optional) integer : allows to check the size of the long SMS sent. You must send the number of concatenated SMS as a value. If our counter indicates a different number, your message will be rejected.Resources
---------* [Spot-Hit API doc](https://www.spot-hit.fr/documentation-api).
* [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)