Skip to content

Version 0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@nubs nubs released this 13 Mar 15:31
· 111 commits to master since this release

This is the initial version of memoize-php, a PHP library for memoizing repeated function calls.

It currently has a null, in-memory, and predis adapter for caching the results. Take a look at the README for details of use.