A set of classes for interacting with the StreamSend XML API
-
PHP 4.x, 5.x
To use the classes, simply require src/streamsend.php
in your code. Also, you must define two constants for your username and password so that you can properly authenticate with the API:
require_once 'streamsend-php/src/streamsend.php'; define('STREAMSEND_USERNAME', 'abc'); define('STREAMSEND_PASSWORD', '123');
Documentation for the PHP classes is available at wiki.github.com/streamsend/streamsend-php.
Documentation for the StreamSend XML API is available at app.streamsend.com/docs/api/index.html.
The StreamSend PHP API is released under the MIT license.