2017 © Pedro Peláez
 

library php-sms

SMS Library for PHP. Simple SMS API that uses your regular simcard load

image

ratatxt/php-sms

SMS Library for PHP. Simple SMS API that uses your regular simcard load

  • Friday, April 8, 2016
  • by javincx
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHP Ratatxt

You can sign up for a Ratatxt account at http://ratatxt.com., (*1)

Composer

You can install the bindings via Composer. Run the following command:, (*2)

composer require ratatxt/php-sms

To use the bindings, use Composer's autoload:, (*3)

require_once('vendor/autoload.php');

Manual Installation

If you do not wish to use Composer, you can download the latest release. Then, to use the bindings, include the init.php file., (*4)

require_once('/path/to/ratatxt-php-sms/init.php');

Getting Started

Simple usage looks like:, (*5)

    Ratatxt\Sms::setToken('sampleToken');
    $send = Ratatxt\Sms::send(array(
        'origin' => '09751303274',
        'address' => '09XXXXXXXXX',
        'text' => 'hello from ratatxt'
    ));

    print_r($send);

Check examples here., (*6)

Documentation

Please see http://ratatxt.com/docs for up-to-date documentation., (*7)

The Versions

08/04 2016

dev-master

9999999-dev http://ratatxt.com

SMS Library for PHP. Simple SMS API that uses your regular simcard load

  Sources   Download

MIT

The Requires

 

php sms simple phone ratatxt simcard

16/03 2016

v1.0.0

1.0.0.0 http://ratatxt.com

SMS Library for PHP. Simple SMS API that uses your regular simcard load

  Sources   Download

MIT

The Requires

 

php sms simple phone ratatxt simcard