Libraries tagged by memoize
kanellov/memoize
18 Downloads
A simple memoization function
ganglio/memoizer
20 Downloads
Simple PHP Memoizer class
blainesch/li3_memoize
7 Downloads
Will aid in the caching of expensive helper/model instance methods.
alielmajdaoui/laravel-memoize
64 Downloads
Memoize your expensive computed values to use in different components per each request.
vairogs/functions-memoize
0 Downloads
A PHP library providing memoization functionality to cache the results of expensive function calls and return the cached result when the same inputs occur again
zheltikov/php-memoize
1208 Downloads
wnipun/wp-memoize
11 Downloads
Simple disk based caching library for WordPress builds that use roots.io Bedrock.
pinkcrab/memoize-trait
25 Downloads
Simple Memoize based object cache, used as a trait.
jessegall/laravel-memoize
3019 Downloads
dhii/memoize-memory
1688 Downloads
An in-memory memoizer implementation.
adduc/memoize-apc
6 Downloads
Memoize functionality backed by APC cache.
cyber-duck/laravel-cacheing-memoizer
30 Downloads
cyber-duck/cacheing-memoizer
46 Downloads
Easy to use, flexible memoizer with optional automated cacheing
codingpaws/simple-memoize
2691 Downloads
Simple trait-based memoization to cache return values
langsys/laravel-request-query-cache
5 Downloads
Request caching toolkit for Laravel: per-request Eloquent query deduplication (firstCached/getCached) plus idempotent HTTP responses via the idempotent middleware.