Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 770 Bytes

File metadata and controls

25 lines (19 loc) · 770 Bytes

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