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

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

larva/laravel-flysystem-qiniu
=============================

This is a Flysystem adapter for the Qiniu.

1.0.3(4y ago)01.2kMITPHPPHP ^7.4 | ^8.0

Since Feb 19Pushed 4y agoCompare

[ Source](https://github.com/larvatecn/laravel-flysystem-qiniu)[ Packagist](https://packagist.org/packages/larva/laravel-flysystem-qiniu)[ RSS](/packages/larva-laravel-flysystem-qiniu/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

laravel-flysystem-qiniu
=======================

[](#laravel-flysystem-qiniu)

This is a Flysystem adapter for the Qiniu

[![PHP Composer](https://github.com/larvatecn/laravel-flysystem-qiniu/actions/workflows/php.yml/badge.svg)](https://github.com/larvatecn/laravel-flysystem-qiniu/actions/workflows/php.yml)

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

[](#installation)

```
composer require larva/laravel-flysystem-qiniu -vv
```

for Laravel
-----------

[](#for-laravel)

This service provider must be registered.

```
// config/app.php

'providers' => [
    '...',
    Larva\Flysystem\Qiniu\QiniuServiceProvider::class,
];
```

edit the config file: config/filesystems.php

add config

```
'qiniu' => [
    'driver'     => 'qiniu',
    'access_key' => env('QINIU_ACCESS_KEY'),
    'secret_key' => env('QINIU_SECRET_KEY'),
    'bucket' => env('QINIU_BUCKET'),
    'prefix' => env('QINIU_PREFIX'), // optional
    'url' => env('QINIU_BUCKET_URL'),
    'visibility' => 'private',
],
```

change default to oss

```
    'default' => 'qiniu'
```

Use
---

[](#use)

see [Laravel wiki](https://laravel.com/docs/5.6/filesystem)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 62.5% 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 ~57 days

Total

4

Last Release

1739d ago

PHP version history (2 changes)1.0.0PHP ^7.2 | ^8.0

1.0.2PHP ^7.4 | ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/534cdb651e8c806590fa945c6b5a18f361613848e890db1349f4a9fbcae1a650?d=identicon)[xutongle](/maintainers/xutongle)

---

Top Contributors

[![xutongle](https://avatars.githubusercontent.com/u/46956076?v=4)](https://github.com/xutongle "xutongle (10 commits)")[![xutl](https://avatars.githubusercontent.com/u/20939388?v=4)](https://github.com/xutl "xutl (6 commits)")

---

Tags

kodolaravelphpqiniuFlysystemqiniuLarva

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[zgldh/qiniu-laravel-storage

Qiniu Resource (Cloud) Storage SDK for Laravel 5/6/7/8/9

530394.0k14](/packages/zgldh-qiniu-laravel-storage)[yangyifan/upload

上传 SDK for Laravel

12422.6k3](/packages/yangyifan-upload)[justus/flysystem-onedrive

A flysystem driver for OneDrive that uses the Microsoft Graph API

48104.4k](/packages/justus-flysystem-onedrive)[danhunsaker/laravel-flysystem-others

Automatically registers every third-party Flysystem adapter it recognizes as a Laravel Filesystem Driver.

2332.5k](/packages/danhunsaker-laravel-flysystem-others)

PHPackages © 2026

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