PHPackages                             gming/qiniu-oss-for-laravel - 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. gming/qiniu-oss-for-laravel

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

gming/qiniu-oss-for-laravel
===========================

v1.0.4(7y ago)33901PHP

Since May 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/gangming/qiniu-oss-for-laravel)[ Packagist](https://packagist.org/packages/gming/qiniu-oss-for-laravel)[ RSS](/packages/gming-qiniu-oss-for-laravel/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

qiniu-oss-for-laravel
=====================

[](#qiniu-oss-for-laravel)

Installation
============

[](#installation)

```
$ composer require gming/qiniu-oss-for-laravel --prefer-source

```

Then add the service provider to `config/app.php`

```
Gming\QiniuOss\QiniuOssServiceProvider::class
```

Publish the config file:

```
$ php artisan vendor:publish --provider='Gming\QiniuOss\QiniuOssServiceProvider'
```

Finally, add feature trait into class:

```
use Gming\QiniuOss\Traits\QiniuOss;

class Example extends ExampleParent
{
    use QiniuOss;
}
```

All available APIs are listed below.

### QiniuOss

[](#qiniuoss)

#### `\Gming\QiniuOss\Traits\QiniuOss`

[](#gmingqiniuosstraitsqiniuoss)

```
$this->uploadCertificate($fileUrl, $maxFileSize, $ttl = 3600, $customParam = '')
$this->fileInfo($fileUri, $fileName = '')
$this->fileBaseUrl()
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~4 days

Total

5

Last Release

2904d ago

### Community

Maintainers

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

---

Top Contributors

[![starfishs](https://avatars.githubusercontent.com/u/15102743?v=4)](https://github.com/starfishs "starfishs (5 commits)")[![IanGely](https://avatars.githubusercontent.com/u/3928779?v=4)](https://github.com/IanGely "IanGely (2 commits)")

### Embed Badge

![Health badge](/badges/gming-qiniu-oss-for-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/gming-qiniu-oss-for-laravel/health.svg)](https://phpackages.com/packages/gming-qiniu-oss-for-laravel)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k511.3M2.2k](/packages/aws-aws-sdk-php)[google/cloud

Google Cloud Client Library

1.2k16.2M53](/packages/google-cloud)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[fof/upload

The file upload extension for the Flarum forum with insane intelligence.

188171.7k15](/packages/fof-upload)[uploadcare/uploadcare-php

Uploadcare PHP integration handles uploads and further operations with files by wrapping Upload and REST APIs.

1022.5M6](/packages/uploadcare-uploadcare-php)[azure-oss/storage

Azure Blob Storage PHP SDK

37985.0k5](/packages/azure-oss-storage)

PHPackages © 2026

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