chareice/laravel-tencentcloud

There is no license information available for the latest version (v0.1.0) of this package.

TencentCloud SDK for Laravel framework

v0.1.0 2021-09-19 13:07 UTC

This package is auto-updated.

Last update: 2024-04-06 20:19:50 UTC


README

腾讯云服务 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();