PHPackages                             oxhq/cachelet-core - 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. oxhq/cachelet-core

ActiveLibrary[Caching](/categories/caching)

oxhq/cachelet-core
==================

Core cache orchestration runtime for the Cachelet package family.

v0.3.1(2mo ago)095MITPHPPHP ^8.2

Since Apr 21Pushed 2mo agoCompare

[ Source](https://github.com/oxhq/cachelet-core)[ Packagist](https://packagist.org/packages/oxhq/cachelet-core)[ Docs](https://github.com/oxhq/cachelet)[ RSS](/packages/oxhq-cachelet-core/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (7)Used By (5)

cachelet-core
=============

[](#cachelet-core)

Generic cache operations runtime for Laravel.

`cachelet-core` is the foundation of the Cachelet family: deterministic keys, TTL/SWR behavior, inspection, invalidation, telemetry, and sidecar maintenance without model, query, or request-specific integrations.

Install
-------

[](#install)

```
composer require oxhq/cachelet-core
```

Best Fit
--------

[](#best-fit)

Use this package when the app already has its own caching layer and you want the Cachelet operating model around it:

- stable coordinates
- normalized payload keys
- exact-key and prefix invalidation
- `onStore(...)` routing
- telemetry and intervention contracts
- `cachelet:list`, `cachelet:inspect`, `cachelet:flush`, and `cachelet:prune`

Example
-------

[](#example)

```
use Oxhq\Cachelet\Facades\Cachelet;

$report = Cachelet::for('reports.sales')
    ->from(['from' => '2026-01-01', 'to' => '2026-01-31'])
    ->onStore('redis')
    ->ttl('+30 minutes')
    ->remember(fn () => $service->salesReport());
```

Docs
----

[](#docs)

- [`../../docs/operations.md`](../../docs/operations.md)
- [`../../docs/operator-questions.md`](../../docs/operator-questions.md)
- [`../../docs/install-matrix.md`](../../docs/install-matrix.md)

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance86

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

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

Total

6

Last Release

71d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a1e66a354a710e1b8f3254cb843ed74159bb261809a3deaccfff898bfcbdee7a?d=identicon)[garaekz](/maintainers/garaekz)

---

Top Contributors

[![garaekz](https://avatars.githubusercontent.com/u/14919842?v=4)](https://github.com/garaekz "garaekz (6 commits)")

---

Tags

cachecacheletlaravellaravelcacheswrobservabilityinvalidationcache-keys

### Embed Badge

![Health badge](/badges/oxhq-cachelet-core/health.svg)

```
[![Health](https://phpackages.com/badges/oxhq-cachelet-core/health.svg)](https://phpackages.com/packages/oxhq-cachelet-core)
```

###  Alternatives

[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k9.0M69](/packages/spatie-laravel-responsecache)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k96.5k1](/packages/mike-bronner-laravel-model-caching)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[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.

21111.6k](/packages/iazaran-smart-cache)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

45955.7k](/packages/harris21-laravel-fuse)[omaralalwi/lexi-translate

Laravel translation package with morph relationships and caching.

7413.7k6](/packages/omaralalwi-lexi-translate)

PHPackages © 2026

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