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

indigophp-archive/sms

Repository files navigation

Indigo SMS

Build Status Code Coverage Latest Stable Version Total Downloads Scrutinizer Quality Score License Dependency Status

SMS Gateway Abstraction Layer.

Install

Via Composer

{
    "require": {
        "indigophp/sms": "@stable"
    }
}

Note: Package now uses PSR-4 autoloader, make sure you have a fresh version of Composer.

Usage

$gateway = new Indigo\Sms\Gateway\MyGateway;

$message = new Indigo\Sms\Message(123456789, 'This is a message', OPTIONAL_SENDER_OR_SENDER_ID);

$gateway->send($message);

Testing

$ codecept run

Contributing

Please see CONTRIBUTING for details.

Credits

License

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