Download the PHP package marlon/yuntongxun without Composer
On this page you can find all versions of the php package marlon/yuntongxun. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yuntongxun
laravelsms
一个依赖于云通讯的laravel短信扩展包
使用方法
- 在composer中引入"marlon/yuntongxun": "0.1.1"
- 在laravel的
app/config/app.php
中添加以下内容- providers数组中添加
'Marlon\Yuntongxun\YuntongxunServiceProvider'
- aliases数组中添加
'Sms' => 'Marlon\Yuntongxun\Yuntongxun'
- providers数组中添加
- 根据情况执行
composer install
命令或者composer update
命令 - 在laravel根目录执行
php artisan config:publish marlon/yuntongxun
- 在
app/config/package/yuntongxun/config/config.php
设置你的云通讯相关信息
示例代码
NOTICE
恩. 很久没有更新,今天正式说下,停止更新了. 主要原因还是因为这个东西只针对一个短信服务商. 刚刚自己又测了下,目前还是可以用的.
All versions of yuntongxun with dependencies
PHP Build Version
Package Version
The package marlon/yuntongxun contains the following files
Loading the files please wait ....