PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   PHP File Cache Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP File Cache Library
Store in a cached data from by a callback function
Author: By
Last change:
Date: 2 years ago
Size: 646 bytes
 

Contents

Class file image Download
{ "name": "peterujah/cache", "type": "library", "description": "Cache - a simple php caching.", "keywords": [ "library", "cache", "php file cache", "web cache", "php cache library" ], "license": "MIT", "authors": [ { "name": "Ujah Chigozie", "email": "ujahchigozie@gmail.com" } ], "require": { "php": "^7.0 || ^8.0" }, "extra": { "branch-alias": { "dev-master": "1.3-dev" } }, "autoload": { "psr-4": { "Peterujah\\NanoBlock\\": "src/" } } }