Libraries tagged by php cache
genai/session
128 Downloads
Session component with pluggable storage: native files (default), a project file dir (cache/session), or a database (PDO). A small Session API over native PHP sessions; a SessionStore save-handler decides where the data lives. Driver chosen from the [session] config group. PHP 5.3-safe runtime.
genai/openapi
79 Downloads
Generates an OpenAPI 3 document at build time from your #[RestController] routes, request-body Forms/DTOs and validation constraints — baked into a reflection-free Cache\OpenApi — and ships a controller that serves /openapi.json and a Swagger UI page at /docs. PHP 5.3-safe at runtime.
genai/i18n
79 Downloads
Localization for the GenAI stack — Spring-style message keys compiled from per-locale .ini catalogs into a reflection-free Cache\Messages, a Translator bean, a global __() view helper, and a LocaleInterceptor that resolves the request locale (?lang / session / Accept-Language). PHP 5.3-safe at runtime.
wilkques/cache
109 Downloads
PHP Cache
tiagogouvea/simple-php-cache
9 Downloads
Simple PHP Cache class using file system
silmaralberti/php-cache
783 Downloads
rundiz/simple-cache
138 Downloads
The simple and easy PHP cache drivers for cache any PHP data type.
resoul/php-cache
4 Downloads
Simple Caching system
qubus/cache
198 Downloads
PHP cache library with adapters for Memcached, Redis, Filesystem, APCu and In Memory.
pfinal/cache
4034 Downloads
php cache、psr simple-cache、memcache redis file array
peterujah/cache
44 Downloads
Cache - a simple php caching.
leafs/cache
182 Downloads
Leaf PHP cache module
emilio/php-cache
15 Downloads
Minimal caching library
crazymeeks/phpcacher
122 Downloads
A PHP caching library
b3none/php-cache
25 Downloads
A super simple PHP caching layer.