Skip to content

yii-dream-team/smspilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages