Skip to content

symfony/sendberry-notifier

Repository files navigation

Sendberry Notifier

Provides Sendberry integration for Symfony Notifier.

DSN example

SENDBERRY_DSN=sendberry://USERNAME:PASSWORD@default?auth_key=AUTH_KEY&from=FROM

where:

  • USERNAME is your user-defined access name.
  • PASSWORD is your user-defined access password.
  • AUTH_KEY is your authentication key generated by the platform.
  • FROM is your sender name (phone number or sender name).

Resources