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
- Host: GitHub
- URL: https://github.com/sourcepot/sms
- Owner: SourcePot
- License: mit
- Created: 2023-07-31T18:24:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-17T11:53:06.000Z (10 months ago)
- Last Synced: 2025-11-27T16:32:26.385Z (7 months ago)
- Topics: sms
- Language: PHP
- Homepage: https://www.datapool.info
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

## 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: