chareice/laravel-tencentcloud

此包的最新版本(v0.1.0)没有可用的许可证信息。

腾讯云 SDK for Laravel 框架

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

This package is auto-updated.

Last update: 2024-09-06 21:05:26 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();