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

0108PHPCI 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 4w 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 7% 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

[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)

PHPackages © 2026

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