dvt /
sms-traffic
此包已被废弃,不再维护。未建议替代包。
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 客户端
示例用法
$authentication = new \Dvt\SmsTraffic\Authentication('username', 'password', '我的公司名称');
$config = new \Dvt\SmsTraffic\Config([ 'transliterate' => false, ]);
$service = new \Dvt\SmsTraffic\Service($authentication, $config);
$result = $service->send(new \Dvt\SmsTraffic\Message('测试消息'), '9001234567');