PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon PHP Cache Key-Value Pairs   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon PHP Cache Key-Value Pairs
Store and retrieve key-value pairs in cache files
Author: By
Last change:
Date: 3 years ago
Size: 677 bytes
 

Contents

Class file image Download
{ "name": "mezon/cache", "description": "Small cache script", "license": "MIT", "authors": [ { "name": "Dodonov Alexey", "email": "alexey@dodonov.pro", "homepage": "http://gdzone.ru", "role": "Founder" } ], "require": { "php": ">=7.2.0", "mezon/singleton" : ">=1.0.0", "mezon/functional": ">=1.0.0" }, "support": { "email": "alexey@dodonov.pro", "issues": "https://github.com/alexdodonov/mezon-cache/issues", "source": "https://github.com/alexdodonov/mezon-cache" }, "minimum-stability": "dev", "homepage": "https://github.com/alexdodonov/mezon-cache", "prefer-stable": true, "autoload": { "psr-4": { "Mezon\\Cache\\": "" } } }