This repository is the public source of truth for the Cachelet package family.
oxhq/cachelet: full-suite install targetpackages/cachelet-core: coordinates, builders, normalization, TTL/SWR, locking, invalidation, inspection, events, and generic Laravel wiringpackages/cachelet-model: Eloquent model integration and observer invalidationpackages/cachelet-query: query builder and Eloquent result cachingpackages/cachelet-request: request/response route cachingpackages/cachelet-exporter: optional telemetry export for external tooling
Make source changes in this repository. Split repositories are release mirrors and should not be edited directly during normal development.
Useful commands:
composer validate --strict
composer validate-packages
composer format -- --test
composer analyse
composer test
composer test:exporter
composer benchmarkcomposer benchmark writes ignored local output under artifacts/benchmarks/.
Release gates and publishing steps are documented in releases.md and publishing.md.