PHP Responder plugin

The PHP responder plugin is useful for PHP developers. If this plugin is installed into Ozeki SMS, a PHP script can be developed to process incoming SMS messages. With PHP, complex business logic can be applied, to perform various tasks on the messages received.

Whenever a new message arrives the PHP script is started and the sender phone number and message text is passed to it. The PHP script can create one or more response messages. The PHP script can contain any PHP function (database functions, regular expression string matching, etc.).

Please visit www.php.net for a complete list of PHP functions.
Plugin configuration:

You need to open the PHP script editor to edit your PHP script.

ozeki sms server php responder plugin
Figure 1 - Editing the PHP responder script

More information