Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 390 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 390 Bytes

SMS Traffic API

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