spacetab-io/smsaero-notifier

Symfony SmsAero Notifier Bridge

1.0.0 2022-12-02 08:41 UTC

This package is auto-updated.

Last update: 2024-04-30 00:33:05 UTC


README

Provides SmsAero integration for Symfony Notifier.

DSN example

SMSAERO_DSN=smsaero://EMAIL:API_KEY@default?from=FROM&channel=CHANNEL

where:

  • EMAIL account email (must be urlencoded, example: test%40example.com)
  • API_KEY is a secret key from settings page
  • FROM is your sender (NB: text identity, not a phone number)
  • CHANNEL channel type, default: INTERNATIONAL

Resources