Libraries tagged by php cache
lukman-ss/config
154 Downloads
Standalone PHP configuration repository, env loader, file loader, and cache utility.
iprodev/sitemap-generator-pro
61 Downloads
A professional, production-ready PHP XML sitemap generator with advanced features: concurrency, robots.txt, caching, database storage, change detection, SEO analysis, JavaScript rendering, proxy support, webhooks, and more.
iamfarhad/laravel-prometheus
2065 Downloads
Production-ready Laravel Prometheus metrics package with built-in collectors for HTTP, database, cache, queue, events, errors, filesystem, and mail monitoring
germania-kg/ipstack
5201 Downloads
PHP client for the ipstack API with PSR-6 cache support and Slim3 middleware
g4/data-repository
59676 Downloads
repository php library
cboxdk/dns
232 Downloads
Zero-dependency raw PHP DNS resolver, domain-ownership verification, and intoDNS/MxToolbox-style diagnostics. Queries authoritative nameservers directly over sockets — never trusts the recursive cache for ownership checks.
andrewdyer/cors-response-emitter
120 Downloads
A CORS-aware response emitter for Slim Framework applications that applies consistent CORS and cache-control headers
adhocore/phalcon-ext
963 Downloads
Miscellaneous phalcon adapters, extensions and utilities
aol/offload
13735 Downloads
Simplify cached PHP tasks: background refresh, last-known-good, and single writer.
sfneal/redis-helpers
145542 Downloads
Redis helper functions for improved Redis cache transactions with PHP applications.
pkly/enum-attribute-utils
343 Downloads
Helper for easy attribute load/cache/fetch etc. in PHP Enums
tiny-blocks/http
23371 Downloads
Implements PSR-7, PSR-15, PSR-17 and PSR-18 HTTP primitives for PHP, with a fluent response builder, cookies, cache control, and a PSR-18 client facade.
stefanov1989/ariel-radix-router
29 Downloads
A fast, dependency-free radix-tree HTTP router for PHP 8.4 with middleware, route groups and compiled caches.
requtize/assetter
519 Downloads
Assets manager for PHP. Allow manage CSS and JS files in website and its dependencies. Also allows refresh cache in browsers by adding revisions of loaded files.
genai/validation
114 Downloads
Attribute-based validation compiled to a reflection-free validator. Put #[NotBlank]/#[Email]/#[Length]/#[Pattern]/#[Matches] on a #[Validate] form class; a build-time processor bakes the rules into Cache\Validation. At runtime, validate a populated form object -> a field=>error map, no reflection. PHP 5.3-safe runtime.