Libraries tagged by memoization
codingpaws/simple-memoize
2508 Downloads
Simple trait-based memoization to cache return values
kdaviesnz/memoization
7 Downloads
Wrapper for Ed Mann's memoize function
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
noframework/noframework
6 Downloads
Clear fast flexible lightweight php 5.5 framework
louis-l/once
13 Downloads
A magic memoization function
aetonsi/once-ancient
5 Downloads
fork of spatie/once compatible with php5
kanellov/memoize
18 Downloads
A simple memoization function
friendsofhyperf/once
6 Downloads
A magic memoization function for Hyperf.
crodas/memorandum
9 Downloads
A magic memoization function on steroids
c01l/phpdecorator-memo
5 Downloads
Memoization for PHP methods using a Python style Decorator pattern.
northrook/memo
48 Downloads
PHP Memorization, offers persistent disk storage using OPcache, or integrate any symfony/cache adapter.