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'));