Datapool webpage SMS class implementing Transmitter and App interface

v2.2.0 2025-03-22 13:45 UTC

This package is auto-updated.

Last update: 2025-05-22 20:40:19 UTC


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:

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