larva/laravel-tencent-cloud
Composer 安装命令:
composer require larva/laravel-tencent-cloud
包简介
This is a Laravel expansion for the Tencent Cloud.
README 文档
README
This is a tencent cloud expansion for the laravel
环境需求
- PHP >= 7.0
Installation
composer require larva/laravel-tencent-cloud
for Laravel
This service provider must be registered.
// config/app.php 'providers' => [ '...', Larva\TencentCloud\TencentCloudServiceProvider::class, ];
Use
try { $cdn = TencentCloud::get('cdn'); $cdn->RefreshObjectCaches([ 'ObjectPath' => [ 'http://www.baidu.com', ], 'ObjectType' => 'File' ]); } catch (\Exception $e) { print_r($e->getMessage()); } #API网关
统计信息
- 总下载量: 378
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2019-01-29