imhu / ucpaas-sms
ucpaas sms 云之讯短信
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/imhu/ucpaas-sms
Requires
- php: >=5.4.0
- laravel/framework: 5.1.*
This package is not auto-updated.
Last update: 2025-10-12 00:35:41 UTC
README
云之讯 短信Api 修改自:hardywen/ucpaas-sms 在这基础上升级到了laravel5
#安装 在composer.json 添加
imhu/ucpaas-sms: '~1.0'
运行 composer update
在 app/config/app.php
的providers数组里加入
Hardywen\UcpaasSms\UcpaasSmsServiceProvider::class,
aliases 数组里加入
'UcpaasSms' => Hardywen\UcpaasSms\Facade\UcpaasSms::class,
运行
php artisan vendor:publish
去 app/config/ucpaas.php
配置
#使用 发送手机短信
UcpaasSms::templateSMS('9635', '123456,3', '138xxxxxx')
发送语音验证码
UcpaasSms::voiceCode('123123','138xxxx')