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

ActiveLibrary[Caching](/categories/caching)

oxhq/cachelet-exporter
======================

First-party Cachelet exporter for canonical telemetry records.

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

Since Apr 21Pushed 2mo agoCompare

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

READMEChangelogDependencies (7)Versions (6)Used By (1)

cachelet-exporter
=================

[](#cachelet-exporter)

Optional telemetry export for Cachelet records.

`cachelet-exporter` listens for canonical Cachelet telemetry and sends it to a configured transport. Use it to feed logs, dashboards, audit trails, or custom developer tools. It is not required for local cache correctness.

Install
-------

[](#install)

```
composer require oxhq/cachelet-exporter
```

Best Fit
--------

[](#best-fit)

Add this package when Cachelet is already useful inside the app and the team now wants the same cache evidence outside the Laravel process.

It provides:

- `CacheletTelemetryRecorded` listener wiring
- `cachelet.telemetry.v1` export records
- `cachelet.export.v1` envelopes
- `http`, `log`, and `null` transports
- custom transport classes through the container

Example
-------

[](#example)

```
return [
    'enabled' => true,
    'transport' => 'http',
    'client' => [
        'endpoint' => env('CACHELET_EXPORTER_ENDPOINT'),
        'token' => env('CACHELET_EXPORTER_TOKEN'),
    ],
];
```

Boundary
--------

[](#boundary)

The exporter is optional. Cachelet's runtime key generation, invalidation, inspection, and telemetry contracts work locally without an external service.

Docs
----

[](#docs)

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

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance86

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

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

Total

5

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 (3 commits)")

---

Tags

laravelexportcachetelemetryobservability

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M133](/packages/roots-acorn)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k9.0M69](/packages/spatie-laravel-responsecache)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k30.2M151](/packages/laravel-cashier)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[api-platform/laravel

API Platform support for Laravel

58174.6k17](/packages/api-platform-laravel)

PHPackages © 2026

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