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(8y ago)33901PHP

Since May 11Pushed 8y 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 2w ago

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

2953d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/143676399?v=4)[gangming](/maintainers/gangming)[@GangMing](https://github.com/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.2k532.1M2.5k](/packages/aws-aws-sdk-php)[google/cloud

Google Cloud Client Library

1.2k16.7M57](/packages/google-cloud)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k34](/packages/neuron-core-neuron-ai)[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)

PHPackages © 2026

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