PHPackages                             jimchen/yii2-flysystem-contract - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jimchen/yii2-flysystem-contract

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jimchen/yii2-flysystem-contract
===============================

The flysystem extension contract for the Yii framework

1.1.0(7y ago)010MITPHP

Since Aug 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/JimChenWYU/yii2-flysystem-contract)[ Packagist](https://packagist.org/packages/jimchen/yii2-flysystem-contract)[ RSS](/packages/jimchen-yii2-flysystem-contract/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

yii2-flysystem-contract
=======================

[](#yii2-flysystem-contract)

The flysystem extension contract for the Yii framework, the abstract class is from [creocoder/yii2-flysystem](https://github.com/creocoder/yii2-flysystem), the repo's purpose is to separate the abstraction and implementation.

Installing
----------

[](#installing)

```
$ composer require jimchen/yii2-flysystem-contract -vvv
```

Usage
-----

[](#usage)

```
use jimchen\flysystem\Filesystem;

class xxxFilesystem extends Filesystem
{
    /**
     * @return \League\Flysystem\AdapterInterface
     */
    protected function prepareAdapter()
    {
        // TODO: Implement prepareAdapter() method.
    }
}
```

`\jimchen\flysystem\Filesystem` is a [Yii2 Component](https://www.yiiframework.com/doc/guide/2.0/en/structure-application-components), so your `xxxFilesystem` can register as a [Yii2 Component](https://www.yiiframework.com/doc/guide/2.0/en/structure-application-components).

Thanks
------

[](#thanks)

[creocoder/yii2-flysystem](https://github.com/creocoder/yii2-flysystem)

License
-------

[](#license)

MIT

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

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 ~0 days

Total

2

Last Release

2816d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/20cebafc45fd6fc5f67bf655119a3b27e9b208e248f2d7f5c98fd6c0a101485b?d=identicon)[jimchen](/maintainers/jimchen)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jimchen-yii2-flysystem-contract/health.svg)

```
[![Health](https://phpackages.com/badges/jimchen-yii2-flysystem-contract/health.svg)](https://phpackages.com/packages/jimchen-yii2-flysystem-contract)
```

###  Alternatives

[coenjacobs/mozart

Composes all dependencies as a package inside a WordPress plugin

4723.6M20](/packages/coenjacobs-mozart)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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