Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xtlsoft/cachedrecursion

Easily make cached calls especially in slowly recursions in PHP.
https://github.com/xtlsoft/cachedrecursion

Last synced: 2 days ago
JSON representation

Easily make cached calls especially in slowly recursions in PHP.

Awesome Lists containing this project

README

        

# CachedRecursion
Easily make cached calls especially in slowly recursions in PHP.

## Install
`composer require xtlsoft/cachedrecursion`

## Usage
```php