library smstraffic-api
SMS Traffic API implementation
devguru/smstraffic-api
SMS Traffic API implementation
- Monday, October 17, 2016
- by bojik
- Repository
- 1 Watchers
- 0 Stars
- 90 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 2 Forks
- 0 Open issues
- 1 Versions
- 18 % Grown
SMS Traffic API
SMS Traffic is full-cycle SMS aggregator. This project is an implementation of API by HTTP Protocol., (*1)
Usage:, (*2)
use DevGuru\SmsTrafficApi\Client;
use DevGuru\SmsTrafficApi\Sms\Sms;
$client = new Client('login', 'password', 'originator');
$result = $client->send(new Sms('Phone', 'Message'));
Documentation
dev-master
9999999-dev
SMS Traffic API implementation
Sources
Download
MIT
The Requires
by
Alexander Rodionov