PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Yorch Ponce   v3sdk   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: v3sdk
Store and retrieve objects in V3ctor WareHouse
Author: By
Last change:
Date: 7 years ago
Size: 535 bytes
 

Contents

Class file image Download
{ "name": "yorch/v3sdk", "description": "V3ctor WareHouse Php Sdk", "keywords": ["WareHouse", "Cloud", "REST"], "homepage": "https://github.com/yorch81/v3sdk", "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" }, "autoload": { "files": ["V3Sdk.class.php"] } }