PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Yorch Ponce   v3application   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: v3application
Creates an API for storing data using Slim
Author: By
Last change: Medoo library version updated
Date: 5 years ago
Size: 706 bytes
 

Contents

Class file image Download
{ "name": "yorch/v3application", "description": "V3ctor WareHouse Web Application", "keywords": ["WareHouse", "MongoDb", "MySQL"], "homepage": "https://github.com/yorch81/v3application", "type": "library", "license": "Apache-2.0", "authors": [ { "name": "Jorge Alberto Ponce Turrubiates", "email": "the.yorch@gmail.com", "homepage": "http://the-yorch.blogspot.mx/" } ], "require": { "php": ">=5.4.0", "slim/slim": "2.*", "yorch/v3wh" : "dev-master", "monolog/monolog": "1.13.1", "catfan/medoo": "v1.1.2" }, "autoload": { "files": ["V3Application.class.php"] } }