Appearance
SMS Framework implements the SMS parts of the Symfony Notifier component, including SmsChannel
, Texter classes, Transport factories, and Transport classes, along with service container glue for detecting and configuring services.
The module is API first, and configuration is provided by service parameters. No configuration UI is provided, nor is there use of Drupal's Config system.
To get started, find your service, then configure the sms.transports
service parameter. A Fake service is provided for testing purposes, and to allow immediate development of business logic.