PHPackages                             iwai/phalcon-model-metadata-redis-adapter - 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. iwai/phalcon-model-metadata-redis-adapter

ActiveLibrary[Caching](/categories/caching)

iwai/phalcon-model-metadata-redis-adapter
=========================================

Adapt to Redis the model metadata of Phalcon.

v1.0.1(11y ago)35.7k1[1 issues](https://github.com/iwai/model-metadata-redis-for-phalcon/issues)MITPHPPHP &gt;=5.3.3

Since Feb 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/iwai/model-metadata-redis-for-phalcon)[ Packagist](https://packagist.org/packages/iwai/phalcon-model-metadata-redis-adapter)[ RSS](/packages/iwai-phalcon-model-metadata-redis-adapter/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (3)Used By (0)

model-metadata-redis-for-phalcon
================================

[](#model-metadata-redis-for-phalcon)

Adapt to Redis the model metadata of Phalcon

[![Latest Stable Version](https://camo.githubusercontent.com/918a0aab6f0f732b621775efc5dd4402b64468c5ebefacec68f3af8487d9e8ca/68747470733a2f2f706f7365722e707567782e6f72672f697761692f7068616c636f6e2d6d6f64656c2d6d657461646174612d72656469732d616461707465722f762f737461626c652e737667)](https://packagist.org/packages/iwai/phalcon-model-metadata-redis-adapter) [![Total Downloads](https://camo.githubusercontent.com/96f734603da4f20ca073d5c15062a0bc8f454dc2c91abab14da60aaa9366398c/68747470733a2f2f706f7365722e707567782e6f72672f697761692f7068616c636f6e2d6d6f64656c2d6d657461646174612d72656469732d616461707465722f646f776e6c6f6164732e737667)](https://packagist.org/packages/iwai/phalcon-model-metadata-redis-adapter) [![Latest Unstable Version](https://camo.githubusercontent.com/a7221c8d9cb6c0e70399bdb84962d0167f78a28a12e8824e6083e01dcaaf5859/68747470733a2f2f706f7365722e707567782e6f72672f697761692f7068616c636f6e2d6d6f64656c2d6d657461646174612d72656469732d616461707465722f762f756e737461626c652e737667)](https://packagist.org/packages/iwai/phalcon-model-metadata-redis-adapter) [![License](https://camo.githubusercontent.com/4bf1219284278919f275d898be95688a1e7bb789e183f1010894b72b41fcfdae/68747470733a2f2f706f7365722e707567782e6f72672f697761692f7068616c636f6e2d6d6f64656c2d6d657461646174612d72656469732d616461707465722f6c6963656e73652e737667)](https://packagist.org/packages/iwai/phalcon-model-metadata-redis-adapter)

Usage
=====

[](#usage)

```
use Phalcon\Mvc\Application;
use Iwai\Phalcon\Mvc\Model\MetaData\Redis as MetaDataRedis;

$app = new Application();

$app->getDI()->setShared('modelsMetadata', function () {
    return new MetaDataRedis([
        'host' => '127.0.0.1',
        'port' => 6379,
    ]);
});
```

Options
=======

[](#options)

host
----

[](#host)

Redis server host

port
----

[](#port)

Redis server port

prefix
------

[](#prefix)

Set hset prefix key for Redis (default `__metadata`)

lifetime
--------

[](#lifetime)

Set timeout for cache (default 3600 sec)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

2

Last Release

4166d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/84846?v=4)[Yuji Iwai](/maintainers/iwai)[@iwai](https://github.com/iwai)

---

Top Contributors

[![iwai](https://avatars.githubusercontent.com/u/84846?v=4)](https://github.com/iwai "iwai (5 commits)")

---

Tags

redisphalcon

### Embed Badge

![Health badge](/badges/iwai-phalcon-model-metadata-redis-adapter/health.svg)

```
[![Health](https://phpackages.com/badges/iwai-phalcon-model-metadata-redis-adapter/health.svg)](https://phpackages.com/packages/iwai-phalcon-model-metadata-redis-adapter)
```

###  Alternatives

[predis/predis

A flexible and feature-complete Redis/Valkey client for PHP.

7.8k325.4M2.8k](/packages/predis-predis)[snc/redis-bundle

A Redis bundle for Symfony

1.0k40.9M75](/packages/snc-redis-bundle)[clue/redis-protocol

A streaming Redis protocol (RESP) parser and serializer written in pure PHP.

5216.6M14](/packages/clue-redis-protocol)[cache/redis-adapter

A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags

584.1M27](/packages/cache-redis-adapter)[enqueue/redis

Message Queue Redis Transport

445.7M32](/packages/enqueue-redis)[rtcamp/nginx-helper

Cleans nginx's fastcgi/proxy cache or redis-cache whenever a post is edited/published. Also provides cloudflare edge cache purging with Cache-Tags.

23617.1k1](/packages/rtcamp-nginx-helper)

PHPackages © 2026

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