2017 © Pedro Peláez
 

library smsru

PHP class for working with SMS.ru api by Yii Dream Team

image

yii-dream-team/smsru

PHP class for working with SMS.ru api by Yii Dream Team

  • Thursday, May 5, 2016
  • by lagman
  • Repository
  • 2 Watchers
  • 1 Stars
  • 259 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 54 Forks
  • 0 Open issues
  • 17 Versions
  • 1 % Grown

The README.md

yiidreamteam\smsru\Api

PHP class for working with sms.ru api by Yii Dream Team. Improved and refactored version of the sms_ru class by Aleksandr Zelenin., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist yii-dream-team/smsru "*"

or add, (*4)

"yii-dream-team/smsru": "*"

to the require section of your composer.json., (*5)

Usage

Authorization:, (*6)

$api = new \yiidreamteam\smsru\Api($apiId);

Sending text message:, (*7)

$api->send('79112223344', 'Text message');
$api->send('79112223344,79115556677,79118889900', 'Text message');
$api->send('79112223344', 'Text message', 'Sender', time(), $transliteration = false, $test = true);

Sending multiple texts:, (*8)

$messages = [
    ['79112223344', 'Text message'],
    ['79115556677', 'Text message #2']
];
$api->sendMultiple($messages, 'Sender', time(), $transliteration = false, $test = true);

Message status:, (*9)

$api->status('SMS id');

Message cost:, (*10)

$api->cost('79112223344', 'Text message');

Balance:, (*11)

$api->balance();

Daily limit:, (*12)

$api->limit();

Senders:, (*13)

$api->senders();

Adding number to the stop list:, (*14)

$api->stopListAdd('79112223344', 'Some note');

Removing number from the stop list, (*15)

$api->stopListDel('79112223344');

Obtaining the stop list:, (*16)

$api->stopListGet();

Licence

MIT, (*17)

The Versions

05/05 2016

dev-master

9999999-dev http://yiidreamteam.com/php/smsru

PHP class for working with SMS.ru api by Yii Dream Team

  Sources   Download

MIT

The Requires

 

api sms sms.ru

05/05 2016

3.2.0

3.2.0.0 http://yiidreamteam.com/php/smsru

PHP class for working with SMS.ru api by Yii Dream Team

  Sources   Download

MIT

The Requires

 

api sms sms.ru

15/06 2015

1.1.0

1.1.0.0 http://yiidreamteam.com/php/smsru

PHP class for working with SMS.ru api by Yii Dream Team

  Sources   Download

MIT

The Requires

 

api sms sms.ru

15/06 2015

3.0.8

3.0.8.0 http://yiidreamteam.com/php/smsru

PHP class for working with SMS.ru api by Yii Dream Team

  Sources   Download

MIT

The Requires

 

api sms sms.ru

15/06 2015

3.1.0

3.1.0.0 http://yiidreamteam.com/php/smsru

PHP class for working with SMS.ru api by Yii Dream Team

  Sources   Download

MIT

The Requires

 

api sms sms.ru

12/01 2015

3.0.7

3.0.7.0 http://yiidreamteam.com/php/smsru

PHP class for working with SMS.ru api by Yii Dream Team

  Sources   Download

MIT

The Requires

 

api sms sms.ru

12/01 2015

3.0.6

3.0.6.0 http://yiidreamteam.com/php/smsru

PHP class for working with SMS.ru api by Yii Dream Team

  Sources   Download

MIT

The Requires

 

api sms sms.ru

12/01 2015

3.0.5

3.0.5.0 http://yiidreamteam.com/php/smsru

PHP class for working with SMS.ru api by Yii Dream Team

  Sources   Download

MIT

The Requires

 

api sms sms.ru

12/01 2015

3.0.4

3.0.4.0 http://yiidreamteam.com/php/smsru

PHP class for working with SMS.ru api by Yii Dream Team

  Sources   Download

MIT

The Requires

 

api sms sms.ru

12/01 2015

3.0.3

3.0.3.0 http://yiidreamteam.com/php/smsru

sms.ru api client

  Sources   Download

MIT

The Requires

 

api sms sms.ru

12/01 2015

3.0.2

3.0.2.0 http://yiidreamteam/php/smsru

sms.ru api client

  Sources   Download

MIT

The Requires

 

api sms sms.ru

07/10 2014

2.0.0

2.0.0.0 https://github.com/zelenin/sms_ru

PHP-класс для работы с api сервиса [sms.ru](http://sms.ru)

  Sources   Download

MIT

The Requires

 

api sms sms.ru

19/06 2014

1.4.4

1.4.4.0 https://github.com/zelenin/sms_ru

PHP-класс для работы с api сервиса [sms.ru](http://sms.ru)

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

api sms sms.ru

20/04 2014

1.4.3

1.4.3.0 https://github.com/zelenin/sms_ru

PHP-класс для работы с api сервиса [sms.ru](http://sms.ru)

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

api sms sms.ru

10/01 2014

1.4.1

1.4.1.0 https://github.com/zelenin/sms_ru

PHP-класс для работы с api сервиса [sms.ru](http://sms.ru)

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

api sms sms.ru

10/01 2014

1.4.2

1.4.2.0 https://github.com/zelenin/sms_ru

PHP-класс для работы с api сервиса [sms.ru](http://sms.ru)

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

api sms sms.ru

31/10 2013

1.4.0

1.4.0.0 https://github.com/zelenin/sms_ru

PHP-класс для работы с api сервиса [sms.ru](http://sms.ru)

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

sms sms.ru