Download the PHP package erp-mgroen/yii2-sms_ru without Composer
On this page you can find all versions of the php package erp-mgroen/yii2-sms_ru. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download erp-mgroen/yii2-sms_ru
More information about erp-mgroen/yii2-sms_ru
Files in erp-mgroen/yii2-sms_ru
Download erp-mgroen/yii2-sms_ru
More information about erp-mgroen/yii2-sms_ru
Files in erp-mgroen/yii2-sms_ru
Vendor erp-mgroen
Package yii2-sms_ru
Short Description Yii2 extension for sms.ru
License MIT
Homepage https://github.com/zelenin/yii2-sms_ru
Package yii2-sms_ru
Short Description Yii2 extension for sms.ru
License MIT
Homepage https://github.com/zelenin/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 zelenin/yii2-sms_ru "dev-master"
or add
"zelenin/yii2-sms_ru": "dev-master"
to the require section of your composer.json
Add code in your components section of application configuration:
'sms' => [
'class' => 'Zelenin\yii\extensions\Sms',
'api_id' => '<api_id>'
],
or:
'sms' => [
'class' => 'Zelenin\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 erp-mgroen/yii2-sms_ru contains the following files
Loading the files please wait ....