Libraries tagged by method caching
imsamurai/cakephp-caching-behavior
18 Downloads
Use it if you want to wrap model methods with cache
tedon/kachet
3 Downloads
Elegant method-level caching for PHP classes
philharmony/http-enum
380 Downloads
Type-safe HTTP enums for methods, status codes, headers, content types, schemes, caching and protocol utilities
aftandilmmd/laravel-cacheable
7 Downloads
A modern, attribute-driven method caching layer for Laravel. Annotate any method with #[Cacheable] and let the framework handle the rest — TTL, tags, conditional caching, locking, stale-while-revalidate, invalidation, and more.
themeplate/cache
182 Downloads
Convenient fragment caching methods
chrgriffin/laravel-cacheable
52 Downloads
A GOAOP implementation for easily caching method calls.
invincible-tech-systems/easeampmysql
63 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking way. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too, all basing upon Amphp, an event driven concurrent framework in php and its Amphp\Mysql package.
easeappphp/pdolight
78 Downloads
A very simple and safe PHP library to execute PDO based database queries. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too.
oliver-schoendorn/dependency-injector
105 Downloads
A very simple dependency injector that supports instance creation and auto wiring of classes, class methods and functions. Additionally it provides simple means of caching the necessary reflections to boost performance in heavy load environments.
blainesch/li3_memoize
7 Downloads
Will aid in the caching of expensive helper/model instance methods.