chareice/laravel-tencentcloud

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

TencentCloud SDK for Laravel framework

Installs: 29

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/chareice/laravel-tencentcloud

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

This package is auto-updated.

Last update: 2025-09-06 23:29:14 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();