PHPackages                             ladimin/qiniu - 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. ladimin/qiniu

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

ladimin/qiniu
=============

laravel qiniu upload wrapper

03PHP

Since Aug 31Pushed 6y ago1 watchersCompare

[ Source](https://github.com/guoguicheng/laravelqiniu)[ Packagist](https://packagist.org/packages/ladimin/qiniu)[ RSS](/packages/ladimin-qiniu/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

laravel 七牛CDN开发者SDK
-------------------

[](#laravel-七牛cdn开发者sdk)

\###安装步骤

使用命令

composer require ladimin/qiniu dev-master

或

composer.json中加入

"require":{

```
...

"ladimin/qiniu": "dev-master"

```

}

运行composer install 即可安装

引用例子:

namespace App\\Http\\Controllers;

use ...;

use Qiniu;

class testController extends Controller{

```
public function index()

{

    $accessKey = '888888';

    $secretKey = '888888';

    $auth=new Qiniu\Auth($accessKey,$secretKey);

    $bucket="test";

    $upToken=$auth->uploadToken($bucket);

    echo $upToken;//获取上传token

    $bucketMgr=new Qiniu\Storage\BucketManager($auth);

    list($iterms,$market,$err)=$bucketMgr->listFiles($bucket); //获取已上传列表

    print_r($iterms);

}

```

}

[packagist.org](https://packagist.org/packages/ladimin/qiniu)

License
-------

[](#license)

The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/35a34bb4a7d87162d24725552542930b91d06df66b7e373690b3499d15bbf53c?d=identicon)[cheng](/maintainers/cheng)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ladimin-qiniu/health.svg)

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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