https://github.com/xtlsoft/cachedrecursion
Easily make cached calls especially in slowly recursions in PHP.
https://github.com/xtlsoft/cachedrecursion
Last synced: about 1 year ago
JSON representation
Easily make cached calls especially in slowly recursions in PHP.
- Host: GitHub
- URL: https://github.com/xtlsoft/cachedrecursion
- Owner: xtlsoft
- License: mit
- Created: 2017-09-22T13:06:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T10:59:52.000Z (over 8 years ago)
- Last Synced: 2025-02-15T08:30:45.884Z (over 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CachedRecursion
Easily make cached calls especially in slowly recursions in PHP.
## Install
`composer require xtlsoft/cachedrecursion`
## Usage
```php