Libraries tagged by memoize
dominionenterprises/memoize
25398 Downloads
A library for memoizing repeated function calls.
kenny1911/php-memoizer
738 Downloads
zeus/memoize
7 Downloads
php memoize library
zenstruck/memoize
80 Downloads
Helper trait to efficiently cache expensive methods in memory.
laracraft-tech/memoize
67 Downloads
Simple PHP trait to memoize function calls.
koktut/php-memoize
456 Downloads
Memoization functions result
drupol/memoize
204 Downloads
Memoize a closure.
phpyh/lru-memoizer
5224 Downloads
PHPyh LRU Memoizer
jrumbut/eloquent-memoize
7477 Downloads
Memoization for Eloquent (Laravel) Models
codingpaws/simple-memoize
2689 Downloads
Simple trait-based memoization to cache return values
daveross/functional-programming-utils
5241 Downloads
Functional Programming utilities for PHP 5.4+
hoa/cache
27 Downloads
The Hoa\Cache library.
abmmhasan/oof
206 Downloads
A lightweight PHP DI container, invoker, serializer, and utility toolkit.
abmmhasan/intermix
74 Downloads
A lightweight PHP DI container, invoker, serializer, and utility toolkit.
valksor/php-functions-memoize
21 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