indigophp/fuel-sms

Fuel wrapper around Indigo SMS package


Keywords
sms, gateway, short-message
License
MIT

Documentation

Fuel Sms

Build Status Latest Stable Version Total Downloads License Dependency Status

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 run

Credits

License

The MIT License (MIT). Please see License File for more information.