PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Yorch Ponce   V3ctor WareHouse   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: V3ctor WareHouse
Store and retrieve objects in MongoDB and MySQL
Author: By
Last change: Medoo library version 1.1.2
Date: 5 years ago
Size: 632 bytes
 

Contents

Class file image Download
{ "name": "yorch/v3wh", "description": "V3ctor WareHouse Core for MongoDb and MySQL", "keywords": ["WareHouse", "MongoDb", "MySQL"], "homepage": "https://github.com/yorch81/v3wh", "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", "monolog/monolog": "1.13.1", "catfan/medoo": "v1.1.2" }, "autoload": { "files": ["V3WareHouse.class.php"] } }