Libraries tagged by memoization
codingpaws/simple-memoize
2684 Downloads
Simple trait-based memoization to cache return values
kdaviesnz/memoization
7 Downloads
Wrapper for Ed Mann's memoize function
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
noframework/noframework
6 Downloads
Clear fast flexible lightweight php 5.5 framework
louis-l/once
14 Downloads
A magic memoization function
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.
aetonsi/once-ancient
5 Downloads
fork of spatie/once compatible with php5
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
northrook/cache
419 Downloads
PHP Memoization and native PHP data storage.
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
chriskite/rem
8884 Downloads
Redis memoization for PHP
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.