Download the PHP package webmechanica/yii2-sms_ru without Composer
On this page you can find all versions of the php package webmechanica/yii2-sms_ru. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webmechanica/yii2-sms_ru
More information about webmechanica/yii2-sms_ru
Files in webmechanica/yii2-sms_ru
Download webmechanica/yii2-sms_ru
More information about webmechanica/yii2-sms_ru
Files in webmechanica/yii2-sms_ru
Vendor webmechanica
Package yii2-sms_ru
Short Description Yii2 extension for sms.ru
License MIT
Homepage https://github.com/webmechanica/yii2-sms_ru
Package yii2-sms_ru
Short Description Yii2 extension for sms.ru
License MIT
Homepage https://github.com/webmechanica/yii2-sms_ru
Please rate this library. Is it a good library?
Informations about the package yii2-sms_ru
yii2-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>' );
Author
Aleksandr Zelenin, e-mail: [email protected]
All versions of yii2-sms_ru with dependencies
PHP Build Version
Package Version
The package webmechanica/yii2-sms_ru contains the following files
Loading the files please wait ....