devguru/smstraffic-api

SMS Traffic API implementation

dev-master 2016-10-17 14:40 UTC

This package is not auto-updated.

Last update: 2024-09-28 19:58:00 UTC


README

SMS Traffic is full-cycle SMS aggregator. This project is an implementation of API by HTTP Protocol.

Usage:

    
    use DevGuru\SmsTrafficApi\Client;
    use DevGuru\SmsTrafficApi\Sms\Sms;

    $client = new Client('login', 'password', 'originator');
    $result = $client->send(new Sms('Phone', 'Message'));

Documentation