sektor-sumy/smstraffic-api

SMS Traffic API implementation

Maintainers

Package info

github.com/sektor-sumy/smstraffic-api

pkg:composer/sektor-sumy/smstraffic-api

Statistics

Installs: 3 977

Dependents: 0

Suggesters: 0

Stars: 0

0.0.1 2016-10-13 07:01 UTC

This package is not auto-updated.

Last update: 2026-03-19 03:30: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