PHPackages                             baleen/storage-flysystem - 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. baleen/storage-flysystem

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

baleen/storage-flysystem
========================

Provides Baleen Migrations with FlyStorage class that uses FlySystem.

0.2.0(10y ago)036[1 PRs](https://github.com/baleen/storage-flysystem/pulls)MITPHP

Since Nov 6Pushed 10y ago1 watchersCompare

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

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

This package is part of the Baleen ecosystem. It uses the League's Flysystem to store the migration status into a file.

Status
======

[](#status)

[![Build Status](https://camo.githubusercontent.com/e36fa052eb6d06de259f2497c8b2fef55f00c8f62860336af5d0429dc803e646/68747470733a2f2f7472617669732d63692e6f72672f62616c65656e2f73746f726167652d666c7973797374656d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/baleen/storage-flysystem)[![Code Coverage](https://camo.githubusercontent.com/1b4dba52517a60e0b7269b49b3f041f53a4a0adafe3f25661236b51c0be14143/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616c65656e2f73746f726167652d666c7973797374656d2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/baleen/storage-flysystem/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/509c5b82e58919ddc77adacec639e4f4ec9970ca3e98b859bdd8d9b1ee27c686/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616c65656e2f73746f726167652d666c7973797374656d2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/baleen/storage-flysystem/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/235f9e98e35f72ee0e4021cf7d67d69cb7dab9e1d1272d7647da3c3eafa46488/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f66323631326664312d353736612d343236362d613165342d3561653337316164663930342f6d696e692e706e67)](https://insight.sensiolabs.com/projects/f2612fd1-576a-4266-a1e4-5ae371adf904)[![Packagist](https://camo.githubusercontent.com/5f8e0d34800c9e2969bc460b13ab66b93ef9cc33f14adfc6cb8797357803d3af/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62616c65656e2f73746f726167652d666c7973797374656d2e737667)](https://packagist.org/packages/baleen/storage-flysystem)

[![Author](https://camo.githubusercontent.com/8222d6eef0fd941ecf7f9af423740d2b4255ecd50069439241f2fa79f026d1f8/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d406761627269656c5f736f6d6f7a612d626c75652e737667)](https://twitter.com/gabriel_somoza)[![License](https://camo.githubusercontent.com/4b4f276ae7e3b203a053f80b15e814bc1a20ccd8ce39f214502a465603422d22/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f62616c65656e2f73746f726167652d666c7973797374656d2e737667)](https://github.com/baleen/storage-flysystem/blob/master/LICENSE)

**NB!:** This project is still an early release. Please do not use in production-critical environments. Refer to the [LICENSE](https://github.com/baleen/storage-flysystem/blob/master/LICENSE)for more information.

Installation (Composer)
=======================

[](#installation-composer)

Installation with Composer is simple:

```
composer require baleen/storage-flysystem

```

Usage
=====

[](#usage)

The following example illustrates how you can use FlyStorage together with Flysystem's Local adapter.

```
use League\Flysystem\Filesystem;
use League\Flysystem\Adapter\Local;

$adapter = new Local(__DIR__.'/path/to/root');
$filesystem = new Filesystem($adapter);

$storage = new FlyStorage($filesystem); // default filename is ".baleen_versions"

// and then, for example:
$migratedVersions = $storage->fetchAll();

// another example (save a new migrated version):
$v = new \Baleen\Migrations\Version('newVersion', true);
$storage->save($v);
```

LICENSE
=======

[](#license)

MIT - for more details please refer to [LICENSE](https://github.com/baleen/migrations/blob/master/LICENSE) at the root directory.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Total

3

Last Release

3887d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f00ae1c2b13428075ab880d5fec7e857f1e9446cb401dc6097ec947a81122ec5?d=identicon)[gabriel.somoza](/maintainers/gabriel.somoza)

![](https://www.gravatar.com/avatar/c2c3672cf4687fd66d48ad82fd08cf52051353c4e693b2ff151e75d4372cdaba?d=identicon)[mikeSimonson](/maintainers/mikeSimonson)

---

Top Contributors

[![gsomoza](https://avatars.githubusercontent.com/u/106219?v=4)](https://github.com/gsomoza "gsomoza (12 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/baleen-storage-flysystem/health.svg)

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

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