PHPackages                             earc/data-filesystem - 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. [Framework](/categories/framework)
4. /
5. earc/data-filesystem

ActiveLibrary[Framework](/categories/framework)

earc/data-filesystem
====================

eArc - the explicit architecture framework - data filesystem component

0.0(5y ago)0293MITPHPPHP ^8.0

Since Apr 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Koudela/eArc-data-filesystem)[ Packagist](https://packagist.org/packages/earc/data-filesystem)[ RSS](/packages/earc-data-filesystem/feed)WikiDiscussions master Synced 3w ago

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

eArc-data-filesystem
====================

[](#earc-data-filesystem)

Filesystem bridge providing a basic entity database/value-store/backup-system for the [earc/data](https://github.com/Koudela/eArc-data) abstraction.

installation
------------

[](#installation)

Install the earc/data-filesystem library via composer.

```
$ composer require earc/data-filesystem
```

basic usage
-----------

[](#basic-usage)

Initialize the earc/data abstraction in your index.php, bootstrap or configuration script.

```
use eArc\Data\Initializer;

Initializer::init();
```

Then register the earc/data-filesystem bridge to the earc/data `onLoad`, `onPersit`, `onRemove` and `onFind` events and set the data path for your filesystem.

```
use eArc\Data\ParameterInterface;
use eArc\DataFilesystem\FilesystemDataBridge;

di_tag(ParameterInterface::TAG_ON_LOAD, FilesystemDataBridge::class);
di_tag(ParameterInterface::TAG_ON_PERSIST, FilesystemDataBridge::class);
di_tag(ParameterInterface::TAG_ON_REMOVE, FilesystemDataBridge::class);
di_tag(ParameterInterface::TAG_ON_FIND, FilesystemDataBridge::class);

di_set_param(\eArc\DataFilesystem\ParameterInterface::DATA_PATH, '/path/to/save/the/entity/data');
```

Hint: The first `ParameterInterface` belongs to earc/data library the second to earc/data-filesystem bridge.

Now earc/data uses your filesystem to save the data of your entities.

releases
--------

[](#releases)

### release 0.0

[](#release-00)

- the first official release
- PHP ^8.0

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

1912d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b7308f2797252cace014cfec12c1b5978c1bf5608be78d7a188ff690192959f3?d=identicon)[Thomas Koudela](/maintainers/Thomas%20Koudela)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/earc-data-filesystem/health.svg)

```
[![Health](https://phpackages.com/badges/earc-data-filesystem/health.svg)](https://phpackages.com/packages/earc-data-filesystem)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M296](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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