An open API service indexing awesome lists of open source software.

https://github.com/sourcepot/sms

SMS class implementing Transmitter and App interface
https://github.com/sourcepot/sms

sms

Last synced: 5 months ago
JSON representation

SMS class implementing Transmitter and App interface

Awesome Lists containing this project

README

          

# Connecting to the MessageBird service, Datapool App & Transmitter

The Sms.php class implements the Datapool `Transmitter` and `App` interface. The App is part of the admin category.

## The App

The App provides the Datapool administrator with HTML-forms for:

* editing credentials to access MessageBird,
* checking the balance with MassageBird and
* sending SMS Messages

See the following Datapool screenshot:

SMS admin page

## The Transmitter

The transmitter implemented by the Sms.php class is available wherever data needs to be sent out of Datappol. E.g. the Datapool processor "OutboxEntries" provides access to all registered transmitters. See the following example:

sample transmitter use