Download the PHP package huangkem/rongcloud-for-laravel without Composer
On this page you can find all versions of the php package huangkem/rongcloud-for-laravel. 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 rongcloud-for-laravel
rongcloud-for-laravel
基于融云服务端sdk封装成laravel5包
推荐使用composer安装
直接下载安装,SDK 没有依赖其他第三方库,可直接下载引入使用
使用方法
要使用融云服务端SDK服务提供者,你必须自己注册服务提供者到Laravel服务提供者列表中。
-
找到
config/app.php
配置文件中,key为 providers 的数组,在数组中添加服务提供者。 -
找到key为 aliases 的数组,在数组中注册Facades。
-
运行
php artisan vendor:publish
命令,发布配置文件config/rongcloud.php
到你的项目中。 - 推荐使用
.env
管理你的appKey和appSecret
例子
test/test.php
提供了所有的 API 接口的调用用例
更多使用方法,请参考融云API文档:http://www.rongcloud.cn/docs/server.html
融云API错误信息参考:https://www.rongcloud.cn/docs/server.html#api
官方sdk地址:https://github.com/rongcloud/server-sdk-php-composer
All versions of rongcloud-for-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package huangkem/rongcloud-for-laravel contains the following files
Loading the files please wait ....