PHPackages                             php-feather/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. php-feather/cache

ActiveLibrary[Caching](/categories/caching)

php-feather/cache
=================

Feather Cache

0106PHPCI failing

Since Jun 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/php-feather/cache)[ Packagist](https://packagist.org/packages/php-feather/cache)[ RSS](/packages/php-feather-cache/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Feather Cache
=============

[](#feather-cache)

##### CACHE DB Table SCHEMA

[](#cache-db-table-schema)

```
CREATE TABLE cache (
    id int primary key auto_increment,
    cache_key varchar(255) unique not null,
    cache_data mediumtext,
    expire_at int unsigned not null,
    created_at datetime not null default current_timestamp,
    updated_at datetime not null default current_timestamp on update current_timestamp,
    KEY cache_expire_at_dx (expire_at)
);

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![fcarbah](https://avatars.githubusercontent.com/u/8224075?v=4)](https://github.com/fcarbah "fcarbah (2 commits)")

### Embed Badge

![Health badge](/badges/php-feather-cache/health.svg)

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

###  Alternatives

[beryllium/cachebundle

Provides an interface to Memcache for Symfony2 applications

32136.0k](/packages/beryllium-cachebundle)

PHPackages © 2026

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