gregwar/cache
gregwar/cache is a lightweight PHP caching library with a simple API for caching values and function results. Supports multiple backends (filesystem, APC/APCu, memcache), TTL expiration, cache namespaces/prefixes, and easy integration into existing apps.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| boson/cache-bundle | 0.88 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| mostafaznv/laracache | 0.86 | — | 272 | 272 | 6 | 2K | 0 | 21.6 | 13.0 | MIT | 3 months ago | |
| laminas/laminas-cache-storage-adapter-filesystem | 0.86 | Filesystem storage adapter for laminas-cache. Provides a cache backend that persists items on disk with configurable options and integration with Laminas Cache storage interfaces, suitable for local or shared filesystem caching. | 7 | 7 | 16 | 90K | 4 | 18.2 | 62.5 | BSD-3-Clause | 4 months ago | |
| symfony/cache | 0.86 | Symfony Cache is a fast, low-overhead caching component with PSR-6 implementations and adapters for common backends. Includes a PSR-16 adapter plus support for symfony/cache-contracts CacheInterface and TagAwareCacheInterface. | 4,154 | 4,180 | 66 | 9M | 0 | 57.4 | 53.7 | MIT | 1 week ago | |
| rinvex/laravel-cacheable | 0.86 | — | 108 | 113 | 27 | 352 | 0 | 0.7 | 6.1 | MIT | — | |
| nnjeim/persist | 0.86 | — | 1 | 1 | 0 | 0 | 0 | 0.6 | — | MIT | 4 years ago | |
| barryvdh/laravel-httpcache | 0.86 | Adds HTTP caching to Laravel using Symfony HttpCache. Supports reverse proxy-style caching, cache invalidation, and ESI, helping you speed up responses while keeping dynamic content fresh with simple middleware and configuration. | 502 | 512 | 39 | 2K | 23 | 35.5 | 18.8 | — | 4 weeks ago | |
| kevinrob/guzzle-cache-middleware | 0.86 | RFC 7234–compliant HTTP cache middleware for Guzzle 6+ using a HandlerStack. Improve API call performance with transparent caching. Supports PSR-7 and multiple storages: Laravel cache, Flysystem, PSR-6/16, and WordPress object cache. | 435 | 440 | 80 | 405K | 20 | 40.2 | 56.0 | MIT | 3 days ago | |
| twig/cache-extra | 0.86 | Twig extension integrating Symfony Cache to cache template fragments. Adds a single cache tag for easy fragment caching in Twig views, improving performance with configurable cache backends via the Symfony Cache component. | 38 | 41 | 7 | 80K | 0 | 21.2 | 53.5 | MIT | 1 month ago | |
| fig/cache-util | 0.86 | Utilities for building PSR-6 cache libraries: traits and base classes that handle common boilerplate for cache pools and items. Includes a simple in-memory PSR-6 implementation for demos and debugging (not production-ready). | 36 | 38 | 12 | 2K | 1 | 0.6 | 22.4 | MIT | — | |
| bigpaulie/cachebundle | 0.86 | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| captjm/clear-cache-bundle | 0.86 | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | NOASSERTION | 3 years ago | |
| beste/in-memory-cache | 0.85 | PSR-6 in-memory cache for PHP, ideal as a default cache or for tests. Lightweight CacheItemPool implementation with support for expiration and optional PSR-20 clock injection (e.g., frozen clocks) to control time in tests. | 26 | 25 | 0 | 1M | 0 | 17.6 | 62.7 | MIT | 3 months ago | |
| psr-discovery/cache-implementations | 0.85 | Discovers installed PSR-6 cache implementations at runtime and returns the first available adapter, avoiding hard dependencies in libraries/SDKs. Supports php-cache adapters and Stash, with options to prefer or manually instantiate configurable caches. | 8 | 8 | 1 | 455K | 0 | 1.3 | 55.3 | MIT | 1 year ago | |
| iazaran/smart-cache | 0.85 | Drop-in replacement for Laravel’s Cache facade that automatically compresses and chunks large values, deduplicates unchanged writes, self-heals corrupted entries, and performs cost-aware eviction. Works with existing code (PHP 8.1+, Laravel 8–13). | 211 | 211 | 8 | 2K | 0 | 31.4 | 17.8 | MIT | 2 days ago | |
| bigyouth/page-cache-bundle | 0.85 | — | 4 | 4 | 0 | 0 | 0 | 0.6 | — | MIT | 6 years ago | |
| zf1/zend-cache | 0.85 | Zend Framework 1 cache component extracted as a standalone package. Provides caching frontends/backends for storing data, pages, and objects with adapters like file, memory, and database, plus flexible cache lifetime and tagging support. | 5 | 5 | 9 | 18K | 0 | 0.4 | 47.9 | BSD-3-Clause | — | |
| craftcms/laravel-dependency-aware-cache | 0.84 | Laravel cache extension that tracks dependencies and automatically invalidates cached items when related keys change. Useful for keeping derived or aggregated data fresh without manual cache flushing. Designed for straightforward integration with Laravel’s cache system. | 2 | 2 | 0 | 8K | 0 | 18.4 | 53.2 | BSD-3-Clause | 3 months ago | |
| cache/filesystem-adapter | 0.84 | A PSR-6 cache adapter for Laravel/PHP using Flysystem to store cache files in a filesystem. Store, retrieve, and manage cache efficiently with filesystem-backed persistence. Supports tagging, hierarchy, and easy configuration via setFolder(). Ideal for Laravel applications needing scalable caching s... | 70 | 72 | 22 | 88K | 0 | 4.4 | 42.7 | MIT | 4 years ago | |
| phpfastcache/phpfastcache | 0.83 | Phpfastcache is a fast, driver-based PHP caching library supporting PSR-6 and PSR-16. Works with many backends (files, APCu, Redis, Memcached, etc.), offers a unified API, and includes a type-aware v9 for PHP 8+. | 2,406 | 2,454 | 444 | 127K | 5 | 35.9 | 25.7 | MIT | 1 year ago |
How can I help you explore Laravel packages today?