Skip to content

GrandMasterX/yii2-turbosms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TurboSMS

turbosms extension for yii2 framework

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist grandmasterx/yii2-turbosms "*"

or add

"grandmasterx/yii2-turbosms": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \sms\turbosms\TurboSMS->SendSms($number, $text);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages