mangati / gove-notifier
Mangati Gove Notifier Bridge
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-notifier-bridge
Requires
- php: >=8.1
- symfony/event-dispatcher-contracts: ^2|^3
- symfony/http-client: ^5.3|^6.0|^7.0
- symfony/notifier: ^5.3|^6.0|^7.0
Requires (Dev)
- symfony/phpunit-bridge: 6.1.x-dev
This package is auto-updated.
Last update: 2024-10-07 21:22:32 UTC
README
Provides Gove integration for Symfony Notifier.
DSN example
GOVE_DSN=gove://TOKEN:PASSWORD@default
where:
EMAIL
is your Gove username (must be encoded, replacing@
with%40
)PASSWORD
is your Gove username
Usage
$options = new GoveOptions('phone-number', 'template_name', [ "my", "template", "variables", ]); $message = new ChatMessage('Test', $options); $notifier->send($message);