symfony / redlink-notifier
Symfony Redlink Notifier Bridge
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 131
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Type:symfony-notifier-bridge
Requires
- php: >=8.2
- symfony/http-client: ^6.4|^7.0
- symfony/notifier: ^7.2
This package is auto-updated.
Last update: 2024-11-13 15:17:33 UTC
README
Provides Redlink integration for Symfony Notifier.
DSN example
REDLINK_DSN=redlink://API_TOKEN:APP_TOKEN@default?from=SENDER_NAME&version=VERSION
where:
API_TOKEN
is your user API token, you can get it from the user dashboardAPP_TOKEN
is your application's API tokenSENDER_NAME
is sender ID that was previously added through the user dashboardVERSION
is API version that you want to use, ex. v2.1, optional