PHPackages                             jc-it/yii2-flysystem-asset-manager - 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. jc-it/yii2-flysystem-asset-manager

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

jc-it/yii2-flysystem-asset-manager
==================================

Asset manager that uses flysystem for Yii2

v2.0.0(3y ago)02.5kMITPHPPHP &gt;=8.1

Since Dec 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/JC-IT/yii2-flysystem-asset-manager)[ Packagist](https://packagist.org/packages/jc-it/yii2-flysystem-asset-manager)[ RSS](/packages/jc-it-yii2-flysystem-asset-manager/feed)WikiDiscussions master Synced 1mo ago

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

Asset manager that uses flysystem for Yii2
==========================================

[](#asset-manager-that-uses-flysystem-for-yii2)

This extension provides an asset manager that uses [flysystem](https://flysystem.thephpleague.com/v1/docs/) for Yii2.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
$ composer require jc-it/yii2-flysystem-asset-manager
```

or add

```
"jc-it/yii2-flysystem-asset-manager": "^"

```

to the `require` section of your `composer.json` file.

Configuration
-------------

[](#configuration)

```
...
'components' => [
    'assetFilesystem' => function() {
        return new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter(\Yii::getAlias('@webroot/assets')));
    },
    'assetManager' => [
        'class' => \JCIT\components\AssetManager::class,
        'filesystem' => 'assetFilesystem',
    ],
],
```

TODO
----

[](#todo)

- Add tests

Credits
-------

[](#credits)

- [Joey Claessen](https://github.com/joester89)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~167 days

Total

2

Last Release

1427d ago

Major Versions

v1.0.0 → v2.0.02022-06-15

PHP version history (2 changes)v1.0.0PHP &gt;=8.0

v2.0.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/88359ebe0456645a614e563dfbf0dd025b69ef57221050cb9eb31e3eef4dd0f9?d=identicon)[joester89](/maintainers/joester89)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jc-it-yii2-flysystem-asset-manager/health.svg)

```
[![Health](https://phpackages.com/badges/jc-it-yii2-flysystem-asset-manager/health.svg)](https://phpackages.com/packages/jc-it-yii2-flysystem-asset-manager)
```

###  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

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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