sektor-sumy / smstraffic-api
SMS Traffic API implementation
0.0.1
2016-10-13 07:01 UTC
Requires
- php: >=5.5.0
- ext-libxml: *
- ext-pcre: *
- guzzlehttp/guzzle: ~6.0
This package is not auto-updated.
Last update: 2024-11-13 20:50:04 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'));