PHPackages                             alex-kalanis/kw\_files\_mapper - 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. [Database &amp; ORM](/categories/database)
4. /
5. alex-kalanis/kw\_files\_mapper

ActiveLibrary[Database &amp; ORM](/categories/database)

alex-kalanis/kw\_files\_mapper
==============================

Accessing entries stored in database as files

v2.0.0(2y ago)05BSD-3-ClausePHPPHP &gt;=7.4.0

Since May 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/alex-kalanis/kw_files_mapper)[ Packagist](https://packagist.org/packages/alex-kalanis/kw_files_mapper)[ RSS](/packages/alex-kalanis-kw-files-mapper/feed)WikiDiscussions master Synced 1mo ago

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

kw\_files\_mapper
=================

[](#kw_files_mapper)

[![Build Status](https://github.com/alex-kalanis/kw_files_mapper/actions/workflows/code_checks.yml/badge.svg)](https://github.com/alex-kalanis/kw_files_mapper/actions/workflows/code_checks.yml/badge.svg)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d3cd7009dd0f7d9e1cd93570075a0d74dce219d72c6f6697d2e253ffe65067bc/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c65782d6b616c616e69732f6b775f66696c65735f6d61707065722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/alex-kalanis/kw_files_mapper/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/9ac115377547b7f1993c07d9698e6c7363552b61005a5f36278efa6b3a60cb83/68747470733a2f2f706f7365722e707567782e6f72672f616c65782d6b616c616e69732f6b775f66696c65735f6d61707065722f762f737461626c652e7376673f763d31)](https://packagist.org/packages/alex-kalanis/kw_files_mapper)[![Minimum PHP Version](https://camo.githubusercontent.com/0e9ac047546796cfdbe1423d1f4d91c8f37d2fbb11614a7900bb7686aaa5401f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e342d3838393242462e737667)](https://php.net/)[![Downloads](https://camo.githubusercontent.com/43f8a11ddf7c49eb794e52ac4762652241ea4c1970bde37a47e6d8eb89963f0c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c65782d6b616c616e69732f6b775f66696c65735f6d61707065722e7376673f7631)](https://packagist.org/packages/alex-kalanis/kw_files_mapper)[![License](https://camo.githubusercontent.com/fd9e535c4850892c5e3119e94160f8117080c7c116fb15a5cf9f29d6d3c7334e/68747470733a2f2f706f7365722e707567782e6f72672f616c65782d6b616c616e69732f6b775f66696c65735f6d61707065722f6c6963656e73652e7376673f763d31)](https://packagist.org/packages/alex-kalanis/kw_files_mapper)[![Code Coverage](https://camo.githubusercontent.com/0e5bac19a1bfb38280391fe6d4f6ddd14757997b9bd9a78bc7db4ac060f6cc1f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c65782d6b616c616e69732f6b775f66696c65735f6d61707065722f6261646765732f636f7665726167652e706e673f623d6d617374657226763d31)](https://scrutinizer-ci.com/g/alex-kalanis/kw_files_mapper/?branch=master)

Manage access to storage with emulation of tree structure in database as source.

PHP Installation
----------------

[](#php-installation)

```
composer.phar require alex-kalanis/kw_files_mapper
```

(Refer to [Composer Documentation](https://github.com/composer/composer/blob/master/doc/00-intro.md#introduction) if you are not familiar with composer)

PHP Usage
---------

[](#php-usage)

1.) Use your autoloader (if not already done via Composer autoloader)

2.) Add some external packages with connection to the local or remote services.

3.) Connect the correct processing libraries from "kalanis\\kw\_files\_mapper\\Processing" into your app. The correct one depends on your storage.

4.) Extend your libraries by interfaces inside the package "kw\_files".

5.) Just call classes from package as instances of interfaces

6.) Let the system do its things

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Total

2

Last Release

771d ago

Major Versions

v1.0.0 → v2.0.02024-04-01

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

v2.0.0PHP &gt;=7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/499b0a541b787cdb31412f578c7b94c9790bcbee7de12c65b6101c6ce45ef6f0?d=identicon)[alex-kalanis](/maintainers/alex-kalanis)

---

Top Contributors

[![alex-kalanis](https://avatars.githubusercontent.com/u/59184183?v=4)](https://github.com/alex-kalanis "alex-kalanis (8 commits)")

---

Tags

databasefilefiles

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/alex-kalanis-kw-files-mapper/health.svg)

```
[![Health](https://phpackages.com/badges/alex-kalanis-kw-files-mapper/health.svg)](https://phpackages.com/packages/alex-kalanis-kw-files-mapper)
```

###  Alternatives

[aplus/session

Aplus Framework Session Library

2141.6M3](/packages/aplus-session)[greg0/lazer-database

PHP library to use JSON files like flat-file database

28816.5k4](/packages/greg0-lazer-database)[vectorial1024/laravel-cache-evict

Efficiently remove expired Laravel file/database cache data

5813.2k](/packages/vectorial1024-laravel-cache-evict)[alvin0/database-json-laravel

Create and manage json databases with Laravel

344.3k](/packages/alvin0-database-json-laravel)

PHPackages © 2026

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