Download the PHP package kanellov/memoize without Composer
On this page you can find all versions of the php package kanellov/memoize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kanellov/memoize
More information about kanellov/memoize
Files in kanellov/memoize
Download kanellov/memoize
More information about kanellov/memoize
Files in kanellov/memoize
Vendor kanellov
Package memoize
Short Description A simple memoization function
License MIT
Homepage https://github.com/kanellov/memoize
Package memoize
Short Description A simple memoization function
License MIT
Homepage https://github.com/kanellov/memoize
Please rate this library. Is it a good library?
Informations about the package memoize
memoize
A simple memoization function
Installation
Install composer in your project:
curl -s https://getcomposer.org/installer | php
Create a composer.json file in your project root:
{
"require": {
"kanellov/memoize": "dev-master"
}
}
Install via composer:
php composer.phar install
Add this line to your application’s index.php file:
System Requirements
You need PHP >= 5.3.0.
Example
All versions of memoize with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package kanellov/memoize contains the following files
Loading the files please wait ....