PHPackages                             larva/laravel-tencent-cloud - 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. larva/laravel-tencent-cloud

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

larva/laravel-tencent-cloud
===========================

This is a Laravel expansion for the Tencent Cloud.

1.0.6(4y ago)137811MITPHP

Since Feb 19Pushed 4y agoCompare

[ Source](https://github.com/larvatecn/laravel-tencent-cloud)[ Packagist](https://packagist.org/packages/larva/laravel-tencent-cloud)[ RSS](/packages/larva-laravel-tencent-cloud/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (5)Versions (8)Used By (1)

laravel-tencent-cloud
=====================

[](#laravel-tencent-cloud)

This is a tencent cloud expansion for the laravel

[![License](https://camo.githubusercontent.com/709fad8185cef467f659c632f9004d320ab076ffff0c37e13068962c4621aee7/68747470733a2f2f706f7365722e707567782e6f72672f6c617276612f6c61726176656c2d74656e63656e742d636c6f75642f6c6963656e73652e737667)](https://packagist.org/packages/larva/laravel-tencent-cloud)[![Latest Stable Version](https://camo.githubusercontent.com/06d28388219121adc7ed58ade10e5c1df42359e52118e7db1ea98645d98c8d74/68747470733a2f2f706f7365722e707567782e6f72672f6c617276612f6c61726176656c2d74656e63656e742d636c6f75642f762f737461626c652e706e67)](https://packagist.org/packages/larva/laravel-tencent-cloud)[![Total Downloads](https://camo.githubusercontent.com/c83d0e92370277cf66dcc46009576377105749431cdd49f4f316ba65068e22e5/68747470733a2f2f706f7365722e707567782e6f72672f6c617276612f6c61726176656c2d74656e63656e742d636c6f75642f646f776e6c6f6164732e706e67)](https://packagist.org/packages/larva/laravel-tencent-cloud)

环境需求
----

[](#环境需求)

- PHP &gt;= 7.0

Installation
------------

[](#installation)

```
composer require larva/laravel-tencent-cloud
```

for Laravel
-----------

[](#for-laravel)

This service provider must be registered.

```
// config/app.php

'providers' => [
    '...',
    Larva\TencentCloud\TencentCloudServiceProvider::class,
];
```

Use
---

[](#use)

```
try {
	$cdn = TencentCloud::get('cdn');
	$cdn->RefreshObjectCaches([
		'ObjectPath' => [
			'http://www.baidu.com',
		],
		'ObjectType' => 'File'
	]);
} catch (\Exception $e) {
	print_r($e->getMessage());
}

#API网关
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% 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

Every ~54 days

Recently: every ~68 days

Total

7

Last Release

1578d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/534cdb651e8c806590fa945c6b5a18f361613848e890db1349f4a9fbcae1a650?d=identicon)[xutongle](/maintainers/xutongle)

---

Top Contributors

[![xutl](https://avatars.githubusercontent.com/u/20939388?v=4)](https://github.com/xutl "xutl (7 commits)")[![xutongle](https://avatars.githubusercontent.com/u/46956076?v=4)](https://github.com/xutongle "xutongle (3 commits)")

---

Tags

laravelphplaravelcloudtencentLarva

### Embed Badge

![Health badge](/badges/larva-laravel-tencent-cloud/health.svg)

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

###  Alternatives

[laravel/scout

Laravel Scout provides a driver based solution to searching your Eloquent models.

1.7k49.4M479](/packages/laravel-scout)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)[jurager/teams

Laravel package to manage team functionality and operate with user permissions.

22817.3k](/packages/jurager-teams)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[dragon-code/pretty-routes

Pretty Routes for Laravel

10058.7k4](/packages/dragon-code-pretty-routes)

PHPackages © 2026

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