indigophp/fuel-sms

This package is abandoned and no longer maintained. No replacement package was suggested.

Fuel wrapper around Indigo SMS package

v1.0.0 2014-07-18 09:32 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:30:40 UTC


README

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.