dvt / sms-traffic
This package is abandoned and no longer maintained.
No replacement package was suggested.
0.1.3
2018-06-20 13:15 UTC
Requires
- php: >=7.1
- guzzlehttp/guzzle: >=6.3
Requires (Dev)
This package is auto-updated.
Last update: 2021-12-21 12:44:34 UTC
README
SmsTraffic client
Sample usage:
$authentication = new \Dvt\SmsTraffic\Authentication('username', 'password', 'My Company Name');
$config = new \Dvt\SmsTraffic\Config([ 'transliterate' => false, ]);
$service = new \Dvt\SmsTraffic\Service($authentication, $config);
$result = $service->send(new \Dvt\SmsTraffic\Message('Тестовое сообщение'), '9001234567');