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

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

eqingdan/flysystem-qiniu
========================

Flysystem Adapter for Qiniu

0.1.0(11y ago)6231MITPHPPHP &gt;=5.4.0

Since Apr 1Pushed 11y ago2 watchersCompare

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

READMEChangelogDependencies (4)Versions (2)Used By (0)

Flysystem Adapter for Rackspace.
================================

[](#flysystem-adapter-for-rackspace)

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

[](#installation)

```
composer require eqingdan/flysystem-qiniu

```

Usage
-----

[](#usage)

```
use League\Flysystem\Filesystem;
use EQingdan\Flysystem\Qiniu\QiniuAdapter;

$accessKey = '**********';
$secretKey = '**********';
$bucket = 'sandbox';
$domain = 'sandbox.qiniudn.com';

$filesystem = new Filesystem(new QiniuAdapter($accessKey, $secretKey, $bucket, $domain));

```

Thanks
------

[](#thanks)

- [polev/flysystem-qiniu](https://github.com/polev/flysystem-qiniu)

-EOF-

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

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

4112d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c477282ce36c03b67fb456a63e637243e313b6a10c8541cb4702b9457a3acc8?d=identicon)[hutushen222](/maintainers/hutushen222)

---

Top Contributors

[![hutushen222](https://avatars.githubusercontent.com/u/352215?v=4)](https://github.com/hutushen222 "hutushen222 (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k285.7M1.0k](/packages/league-flysystem-aws-s3-v3)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40432.5M136](/packages/league-flysystem-bundle)[alexusmai/laravel-file-manager

File manager for Laravel

1.2k803.2k9](/packages/alexusmai-laravel-file-manager)

PHPackages © 2026

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