Download the PHP package yii-dream-team/smspilot without Composer
On this page you can find all versions of the php package yii-dream-team/smspilot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yii-dream-team/smspilot
More information about yii-dream-team/smspilot
Files in yii-dream-team/smspilot
Download yii-dream-team/smspilot
More information about yii-dream-team/smspilot
Files in yii-dream-team/smspilot
Vendor yii-dream-team
Package smspilot
Short Description PHP class for working with smspilot.ru api by Yii Dream Team
License MIT
Homepage http://yiidreamteam.com/php/smspilot
Package smspilot
Short Description PHP class for working with smspilot.ru api by Yii Dream Team
License MIT
Homepage http://yiidreamteam.com/php/smspilot
Please rate this library. Is it a good library?
Informations about the package smspilot
yiidreamteam\smspilot\Api
PHP class for working with smspilot.ru api by Yii Dream Team.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yii-dream-team/smspilot "*"
or add
"yii-dream-team/smspilot": "*"
to the require
section of your composer.json.
Usage
Authorization:
$api = new \yiidreamteam\smspilot\Api($apiId);
Sending text message:
$api->send('79112223344', 'Text message');
$api->send('79112223344', 'Text message', 'Sender', 'messageId');
Licence
MIT
Links
All versions of smspilot with dependencies
PHP Build Version
Package Version
The package yii-dream-team/smspilot contains the following files
Loading the files please wait ....