symfony/ovh-cloud-notifier

Symfony OvhCloud Notifier Bridge

Installs: 103 721

Dependents: 2

Suggesters: 0

Security: 0

Stars: 8

Watchers: 6

Forks: 3

Type:symfony-notifier-bridge


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&no_stop_clause=NO_STOP_CLAUSE

where:

  • APPLICATION_KEY is your OvhCloud application key
  • APPLICATION_SECRET is your OvhCloud application secret
  • CONSUMER_KEY is your OvhCloud consumer key
  • SERVICE_NAME is your OvhCloud service name
  • SENDER is your sender (optional)
  • NO_STOP_CLAUSE setting this parameter to "1" (default "0") allow removing "STOP clause" at the end of the message for non-commercial use (optional)

Resources