webmechanica/yii2-sms_ru

Yii2 extension for sms.ru

1.1.4 2020-03-19 06:56 UTC

This package is auto-updated.

Last update: 2024-04-19 16:17:29 UTC


README

Yii2 extension for sms.ru

Первоначально пакет был создан Александром Зелениным. Но впоследствии пакет был удален. Выложен только потому, что используется в проектах компании "Вебмеханика".

Installation

Composer

The preferred way to install this extension is through Composer.

Either run

php composer.phar require webmechanica/yii2-sms_ru "dev-master"

or add

"webmechanica/yii2-sms_ru": "dev-master"

to the require section of your composer.json

Add code in your components section of application configuration:

'sms' => [
	'class' => 'webmechanica\yii\extensions\Sms',
	'api_id' => '<api_id>'
],

or:

'sms' => [
	'class' => 'webmechanica\yii\extensions\Sms',
	'api_id' => '<api_id>',
	'login' => '<login>',
	'password' => '<password>'
],

Usage

SMS sending:

\Yii::$app->sms->sms_send( '<number>', '<text>' );

Full methods list

Author

Aleksandr Zelenin, e-mail: aleksandr@zelenin.me