devguru/smstraffic-api

SMS Traffic API implementation

Installs: 10 304

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 6

Open Issues: 0

pkg:composer/devguru/smstraffic-api

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

This package is not auto-updated.

Last update: 2026-01-04 02:21:30 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