El Forum
05-01-2012, 01:30 AM
[eluser]appleboy[/eluser]
This library also available at Sparks. Please visit http://getsparks.org/packages/TextMagic-SMS-API/show
What is TextMagic?
TextMagic's application programming interface (API) provides the communication link between your application and TextMagic’s SMS Gateway, allowing you to send and receive text messages and to check the delivery status of text messages you’ve already sent.
http://api.textmagic.com/en
All these commands can be executed only if you provide a valid username and API password get it here in your requests.
Requirements
CodeIgniter 2.1.0+
PHP 5.2.0+
PHP extension: openssl, pcre, json, curl
Install From getSparks
http://getsparks.org/packages/TextMagic-SMS-API/show
Change Log
Date: 2011-11-19 (Developer API)
- Send API
- Account API
- Message Status API
- Receive API
- Delete reply API
- Check number API
Github: https://github.com/appleboy/CodeIgniter-TextMagic-API
GetSparks: http://getsparks.org/packages/TextMagic-SMS-API/show
This library also available at Sparks. Please visit http://getsparks.org/packages/TextMagic-SMS-API/show
What is TextMagic?
TextMagic's application programming interface (API) provides the communication link between your application and TextMagic’s SMS Gateway, allowing you to send and receive text messages and to check the delivery status of text messages you’ve already sent.
http://api.textmagic.com/en
All these commands can be executed only if you provide a valid username and API password get it here in your requests.
Requirements
CodeIgniter 2.1.0+
PHP 5.2.0+
PHP extension: openssl, pcre, json, curl
Install From getSparks
http://getsparks.org/packages/TextMagic-SMS-API/show
Code:
// install from getSparks website
$ php tools/spark install -v1.0.1 TextMagic-SMS-API
// include TextMagic Library to controller
$this->load->spark('TextMagic-SMS-API/1.0.1');
Change Log
Date: 2011-11-19 (Developer API)
- Send API
- Account API
- Message Status API
- Receive API
- Delete reply API
- Check number API
Github: https://github.com/appleboy/CodeIgniter-TextMagic-API
GetSparks: http://getsparks.org/packages/TextMagic-SMS-API/show