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

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

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

Asset converter that uses flysystem for Yii2

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

Since Dec 30Pushed 3y ago1 watchersCompare

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

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

Asset converter that uses flysystem for Yii2
============================================

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

This extension provides an asset converter that uses [flysystem](https://flysystem.thephpleague.com/v1/docs/) for Yii2. It is based on [Nizsheanez's asset converter](https://packagist.org/packages/nizsheanez/yii2-asset-converter).

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-converter
```

or add

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

```

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

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

[](#configuration)

```
...
'components' => [
    'assetFilesystem' => function() {
        return new Filesystem(new LocalFilesystemAdapter(\Yii::getAlias('@webroot/assets')));
    },
    'assetManager' => [
        'converter' => [
            'class' => \JCIT\components\AssetConverter::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

Maturity60

Established project with proven stability

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

Total

3

Last Release

1421d 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 (8 commits)")

### Embed Badge

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

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/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.3M74](/packages/unisharp-laravel-filemanager)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[jerodev/flysystem-v3-smb-adapter

SMB adapter for Flysystem v3

1289.9k1](/packages/jerodev-flysystem-v3-smb-adapter)

PHPackages © 2026

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