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 today

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 41% 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

2381d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15830778?v=4)[zhan](/maintainers/zhan3333)[@zhan3333](https://github.com/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

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.3k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[rapidez/core

Rapidez Core

1823.5k72](/packages/rapidez-core)

PHPackages © 2026

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