Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/engagespot-notifier
Symfony Engagespot Notifier Bridge
https://github.com/symfony/engagespot-notifier
component engagespot notifier php push symfony symfony-component
Last synced: 3 months ago
JSON representation
Symfony Engagespot Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/engagespot-notifier
- Owner: symfony
- License: mit
- Created: 2022-03-26T11:42:33.000Z (almost 3 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:40:06.000Z (3 months ago)
- Last Synced: 2024-09-30T16:03:49.942Z (3 months ago)
- Topics: component, engagespot, notifier, php, push, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 41 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
Engagespot Notifier
===================Provides [Engagespot](https://docs.engagespot.co/how-to-send-notifications-via-engagespot-api/how-to-send-notifications-using-engagespot-rest-api) integration for Symfony Notifier.
DSN example
-----------```
ENGAGESPOT_DSN=engagespot://API_KEY@default?campaign_name=CAMPAIGN_NAME
```where:
- `API_KEY` is your Engagespot API Key
- `CAMPAIGN_NAME` is your default campaign nameResources
---------* [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)