PHPackages                             quangtrung38/trendzycloud - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. quangtrung38/trendzycloud

ActiveLibrary[File &amp; Storage](/categories/file-storage)

quangtrung38/trendzycloud
=========================

Trendzy Cloud Upload

v1.0(5y ago)13MITPHPPHP &gt;=5.6

Since Sep 23Pushed 5y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel TrendzyCloud
====================

[](#laravel-trendzycloud)

API Upload to TrendzyCloud

---

**Install with composer**.

Install (Laravel)
-----------------

[](#install-laravel)

Install via composer

```
composer require quangtrung38/trendzycloud
php artisan vendor:publish --provider="quangtrung38\trendzycloud\TrendzyCloudServiceProvider"

```

Upload Image to cloud

```
use quangtrung38\trendzycloud\TrendzyCloud;

// upload

$data = [
    'file'   => $file, // input file
    'userId' => 1,
];

$trendzyCloud = new TrendzyCloud();
$result = $cloud->uploadFile($data);

$result = $cloud->uploadVideo($data);

$result = $cloud->uploadDocument($data);

// delete

$data = [
    'key'   => '5f6c4919e67b5',
    'userId' => \Auth::id(),
];

$cloud = new TrendzyCloud;
$result = $cloud->deleteImage($data);

$result = $cloud->deleteVideo($data);

$result = $cloud->deleteDocument($data);

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

2054d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a9ceadc9466280558e28067f75e989d955774f2b72e4da2f7c1ddf436c574d41?d=identicon)[gkquangtrung](/maintainers/gkquangtrung)

---

Top Contributors

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

---

Tags

laraveltrendzycloudquangtrung38

### Embed Badge

![Health badge](/badges/quangtrung38-trendzycloud/health.svg)

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

###  Alternatives

[yoelpc4/laravel-cloudinary

Laravel Cloudinary filesystem cloud driver.

3343.0k](/packages/yoelpc4-laravel-cloudinary)[menthe/aliyun-ueditor

UEditor for laravel5 and Aliyun OSS.Store all images and files in Aliyun OSS. Support i18n. UEditor is a Rich Text Web Editor From Baidu.

172.4k](/packages/menthe-aliyun-ueditor)

PHPackages © 2026

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