PHPackages                             easy-cloud-request/tencent - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. easy-cloud-request/tencent

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

easy-cloud-request/tencent
==========================

a simple tencent cloud operator

v0.0.1(2y ago)16MITPHP

Since Jun 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/easy-cloud-request/tencent)[ Packagist](https://packagist.org/packages/easy-cloud-request/tencent)[ RSS](/packages/easy-cloud-request-tencent/feed)WikiDiscussions main Synced 1mo ago

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

core
====

[](#core)

provide cloud operation interface for Tencent Cloud

Usage
=====

[](#usage)

ssl manager
-----------

[](#ssl-manager)

```
require './vendor/autoload.php';
use EasyCloudRequest\Tencent\Gateway;

$request = new RequestBag(
    'GET',
    'https://ssl.tencentcloudapi.com/',
    [
        "Action" => 'DescribeCertificates',
        "Version" => '2019-12-05',
        'Region' => '',
    ],
);

$cloud = new SimpleCloud([
    'default' => Gateway::class,
    'gateway' => [
        'volc' => [
            'ak' => 'your ak',
            'sk' => 'your sk',
        ]
    ],
    'http_options' => [
        "http_errors" => false,
        "proxy" => [],
        "verify" => false,
        "timeout" => 120,
        "connect_timeout" => 60,
    ]
]);
$result = $cloud->requests($request);
var_dump($result);
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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

1055d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/31cd7e8d836d375795c41137e75a773ff2ca63b8c28ebab802860b5bdeb3b966?d=identicon)[huid](/maintainers/huid)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/easy-cloud-request-tencent/health.svg)

```
[![Health](https://phpackages.com/badges/easy-cloud-request-tencent/health.svg)](https://phpackages.com/packages/easy-cloud-request-tencent)
```

PHPackages © 2026

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