Fuel Sms
This package is a wrapper around indigophp/sms package.
Install
Via Composer
{
"require": {
"indigophp/fuel-sms": "@stable"
}
}Usage
\Sms::forge('default');Send message from oil
$ oil r sms --gateway=gateway number "message"Configuration
'default' => function () {
return new Indigo\Sms\Gateway\SomeGateway;
}Testing
$ codecept runCredits
License
The MIT License (MIT). Please see License File for more information.


