sourcepot / sms
Datapool webpage SMS class implementing Transmitter and App interface
v2.2.0
2025-03-22 13:45 UTC
Requires
- php: >=8.0
- messagebird/php-rest-api: >=v3.1.4
README
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:
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: