PHPackages                             zhan3333/tencentcloudapi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. zhan3333/tencentcloudapi

ActiveLibrary[API Development](/categories/api)

zhan3333/tencentcloudapi
========================

tencent cloud api

v1.0.0(6y ago)096PHP

Since Dec 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/zhan3333/tencentcloudapi)[ Packagist](https://packagist.org/packages/zhan3333/tencentcloudapi)[ RSS](/packages/zhan3333-tencentcloudapi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

腾讯云api Laravel 版本
=================

[](#腾讯云api-laravel-版本)

安装
--

[](#安装)

`composer require zhan3333/tencentcloudapi`

配置
--

[](#配置)

`.env`配置

```
TENCENT_SECRET_ID=
TENCENT_SECRET_KEY=
```

使用
--

[](#使用)

```
use Zhan3333\Tencent\OCR;
use Zhan3333\Tencent\Request\OCRIdCardRequest;
use Zhan3333\Tencent\Response\OCRIdCardResponse;

$filePath = __DIR__ . '/files/id-card-front.jpg';
$request = new OCRIdCardRequest($filePath, OCRIdCardRequest::SIDE_FRONT);
/** @var OCRIdCardResponse $response */
$response = app(OCR::class)->execute($request);
dump($response);
dump($response->card);
dump($response->error_message);
dump($response->card->id_card_number);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2335d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8f1fc4b7abc91376754a4da3afc7007aa8aefef41c6995fe69eeb972adef2ad0?d=identicon)[zhan3333](/maintainers/zhan3333)

---

Top Contributors

[![zhan3333](https://avatars.githubusercontent.com/u/15830778?v=4)](https://github.com/zhan3333 "zhan3333 (4 commits)")

### Embed Badge

![Health badge](/badges/zhan3333-tencentcloudapi/health.svg)

```
[![Health](https://phpackages.com/badges/zhan3333-tencentcloudapi/health.svg)](https://phpackages.com/packages/zhan3333-tencentcloudapi)
```

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[spatie/laravel-route-discovery

Auto register routes using PHP attributes

23645.0k2](/packages/spatie-laravel-route-discovery)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[didww/didww-api-3-php-sdk

PHP SDK for DIDWW API 3

1218.2k](/packages/didww-didww-api-3-php-sdk)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
