PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Felix Ivan Romero Rodríguez   Secretary   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Secretary
Access different databases with driver classes
Author: By
Last change:
Date: 8 years ago
Size: 568 bytes
 

Contents

Class file image Download
{ "name": "codechanic/secretary", "license": "MIT", "type": "library", "description": "secretary abstraction layer", "keywords": ["distribution","configuration"], "authors": [ { "name": "Felix I. Romero Rodriguez", "email": "firomerorom4@gmail.com" } ], "autoload": { "psr-0": { "Codechanic\\Secretary":"" } }, "require": { "php": ">=5.5.12" }, "require-dev":{ }, "target-dir": "Codechanic\\Secretary", "minimum-stability": "master" }