chxj1992 / yimei-sms
亿美短信(5.0)客户端
v1.0
2016-10-11 09:36 UTC
Requires (Dev)
- phpunit/phpunit: ~4.0
- vlucas/phpdotenv: ~1.0
This package is not auto-updated.
Last update: 2024-09-14 19:58:42 UTC
README
亿美短信(5.0)客户端
安装
$ composer require chxj1992/yimei-sms:1.0
示例
<?php $config = [ 'gwUrl' => 'http://sdk4rptws.eucp.b2m.cn:8080/sdk/SDKService', 'serialNumber' => '6SDK-EMY-6688-AAAAA', 'password' => '123456', 'sessionKey' => '123456', ]; $client = Chxj1992\YimeiSms\App\ClientFactory::instance($config); $client->sendSMS(array('15528280000'),"短信内容")
更多详细信息请参见 Client 类