Skip to content

spacetab-io/smsaero-notifier-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmsAero Notifier

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