PHPackages                             ilexn/idiorm-cache - 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. [Caching](/categories/caching)
4. /
5. ilexn/idiorm-cache

AbandonedArchivedLibrary[Caching](/categories/caching)

ilexn/idiorm-cache
==================

idorm db file cache

v1.1.1(10y ago)3401MITPHP

Since Oct 13Pushed 10y ago1 watchersCompare

[ Source](https://github.com/iLexN/Idiorm-Cache)[ Packagist](https://packagist.org/packages/ilexn/idiorm-cache)[ RSS](/packages/ilexn-idiorm-cache/feed)WikiDiscussions master Synced 3d ago

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

[![Coverage Status](https://camo.githubusercontent.com/cec02f7f9a693bc580ae4e1802d0ced451e6dc9649ca3e99e4bc6c26fb5cab33/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f694c65784e2f4964696f726d2d43616368652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/iLexN/Idiorm-Cache?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/12c25fe044b78f62a6907e464d0af1ab5baa99abd068f0924828f9fb630cc000/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f694c65784e2f4964696f726d2d43616368652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/iLexN/Idiorm-Cache/?branch=master)[![Build Status](https://camo.githubusercontent.com/b70df39349a59be941bff6b30d35b963c5d072616c2ed9d594a503f03d7c80c7/68747470733a2f2f7472617669732d63692e6f72672f694c65784e2f4964696f726d2d43616368652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/iLexN/Idiorm-Cache)[![StyleCI](https://camo.githubusercontent.com/718cc89fbe83e00ca3144831b5749ea4e0033bb38d1bc8ffe4c166347a3665ab/68747470733a2f2f7374796c6563692e696f2f7265706f732f34343136333538322f736869656c64)](https://styleci.io/repos/44163582)[![SensioLabsInsight](https://camo.githubusercontent.com/35aff2b55ea04a4b17c246bacda3886eacfb575530a589d69bd533d8af082f5f/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f39623931366564622d306161362d343831312d613265332d6239616362623164343235302f6d696e692e706e67)](https://insight.sensiolabs.com/projects/9b916edb-0aa6-4811-a2e3-b9acbb1d4250)

How to autoload
===============

[](#how-to-autoload)

```
require_once '../vendor/autoload.php';

$dbCache = new \Ilex\Cache\IdiormCache(__DIR__ .'/../cache/db/');
ORM::configure('cache_query_result', array($dbCache,'save'));
ORM::configure('check_query_cache', array($dbCache,'isHit'));
ORM::configure('clear_cache', array($dbCache,'clear'));
ORM::configure('create_cache_key',array($dbCache,'genKey') );

```

need to learn to write test

Idiorm is created by

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

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

Recently: every ~4 days

Total

7

Last Release

3779d ago

Major Versions

0.1 → v1.0.02016-02-11

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4638751?v=4)[iLexN](/maintainers/iLexN)[@iLexN](https://github.com/iLexN)

---

Top Contributors

[![iLexN](https://avatars.githubusercontent.com/u/4638751?v=4)](https://github.com/iLexN "iLexN (42 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ilexn-idiorm-cache/health.svg)

```
[![Health](https://phpackages.com/badges/ilexn-idiorm-cache/health.svg)](https://phpackages.com/packages/ilexn-idiorm-cache)
```

###  Alternatives

[tedivm/stash-bundle

Incorporates the Stash caching library into Symfony.

871.4M16](/packages/tedivm-stash-bundle)[concrete5/core

Concrete core subtree split

20166.1k52](/packages/concrete5-core)[inpsyde/wp-stash

Powerful Object Caching Backend for WordPress

5411.5k](/packages/inpsyde-wp-stash)

PHPackages © 2026

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