symfony / ovh-cloud-notifier
Symfony OvhCloud Notifier Bridge
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 1 185
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 2
Type:symfony-bridge
Requires
- php: >=7.2.5
- symfony/http-client: ^4.3|^5.0
- symfony/notifier: ~5.2.2
This package is auto-updated.
Last update: 2021-04-07 16:46:25 UTC
README
Provides OvhCloud integration for Symfony Notifier.
DSN example
OVHCLOUD_DSN=ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME&sender=SENDER
where:
APPLICATION_KEY
is your OvhCloud application keyAPPLICATION_SECRET
is your OvhCloud application secretCONSUMER_KEY
is your OvhCloud consumer keySERVICE_NAME
is your OvhCloud service nameSENDER
is your sender (optional)