Skip to content

chareice/laravel-tencentcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Tencent Cloud

腾讯云服务 Laravel 接口封装

安装

composer require chareice/laravel-tencentcloud

配置

$ php artisan vendor:publish --provider="Chareice\\TencentCloud\\ServiceProvider" --tag=config

使用

$service = app(Chareice\TencentCloud\Service::class);
// 获取到ocrClient
$ocrClient = $service->OcrClient();

About

TencentCloud SDK for Laravel framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages