dev-master
9999999-dev http://github.com/m-r-h/World-Text-PHPPHP Helper library for World-Text API
MIT
The Requires
- php >=5.3.0
by Matt Holmes
api sms text world worldtext
PHP Helper library for World-Text API
PHP Helper Library for World Text SMS Text Messaging, (*1)
You can install World-Text-PHP by downloading the source., (*2)
Once you have downloaded the library, put the World-Text-PHP folder into your project hierarchy and then include the library file:, (*3)
require_once('/path/World-Text-PHP/WorldText.php');
[Click here to download a ZIP of the source] (https://github.com/m-r-h/World-Text-PHP/zipball/master) which includes all dependencies., (*4)
World Text SMS API is documented here: World Text HTTP REST API, (*5)
PHP Helper Library Documentation is here: World Text PHP Helper Class, (*6)
With the World-Text-PHP library, we've encapsulated our API into a number of objects. You don't need to be directly concerned with the API calls, or URLs, or parsing the JSON responses., (*7)
The classes are as follows:, (*8)
See the World Text PHP Class Guide to get the details on the classes and methods, and how to get started with World-Text-PHP, (*9)
send("447989000000", "Example message"); } catch (wtException $e) { echo 'Caught exception: ', $e->getMessage(), "\n"; } ?>
Full Documentation for World-Text-PHP is on our site, along with detailed API documentation and other libraries and languages., (*10)
We would love to hear your ideas and feedback, or if you've added to, or modified this library. Report issues using Github Issue Tracker or email support@world-text.com., (*11)
PHP Helper library for World-Text API
MIT
api sms text world worldtext