PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Omar Andrés Barbosa Ortiz   Papyrus   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papyrus
Store and retrieve database data in files
Author: By
Last change: Details fixes
Date: 7 years ago
Size: 600 bytes
 

Contents

Class file image Download
{ "name": "barbosa/papyrus", "description": "Storing data in the file system with PHP", "type": "library", "version": "1.0", "license": "GLP-3.0", "keywords": ["file system", "storing data", "data", "json", "files", "wrinting files", "reading files"], "authors": [ { "name": "Omar A. Barbosa", "email": "contacto@omarbarbosa.com", "homepage": "http://omarbarbosa.com/" } ], "require": { "php": ">=5.4" }, "autoload": { "psr-4": { "Barbosa\\Papyrus\\": "src" } } }