Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

indigophp-archive/fuel-sms

Repository files navigation

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.

About

Fuel wrapper around Indigo SMS package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages