PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Payam Naderi   Key-Value Storage   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Key-Value Storage
Store and retrieve values on different containers
Author: By
Last change:
Date: 6 years ago
Size: 539 bytes
 

Contents

Class file image Download
{ "name" : "poirot/storage" ,"description": "An Abstraction key-value store API." ,"type" : "library" ,"authors": [ { "name": "Payam Naderi" ,"email": "naderi.payam@gmail.com" ,"role": "Developer" } ] ,"autoload" : { "psr-4": { "Poirot\\Storage\\": "src/" } ,"files": [ "src/_functions.php" ] } ,"repositories": [ { "type": "git" ,"url": "https://github.com/phPoirot/Storage.git" } ] }