PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Emmanuel Antico   eMapper   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: eMapper
Database abstraction layer that maps data types
Author: By
Last change: Removed: Configuration tests.
Date: 9 years ago
Size: 556 bytes
 

Contents

Class file image Download
{ "name" : "emapper/emapper", "description" : "The Extensible Data Mapper library for PHP", "type" : "library", "authors" : [{ "name" : "Emmanuel Antico", "email" : "emmanuel.antico@gmail.com", "role" : "Developer" } ], "keywords" : [ "emapper data mapper mapping mysql mariadb postgresql pgsql sql sqlite plsql" ], "license" : [ "BSD-2-Clause" ], "require" : { "emapper/configuration" : "1.0.*", "emapper/annotations" : "1.0.*", "emacros/emacros" : "1.0.*" }, "autoload" : { "psr-0" : { "eMapper" : "lib" } } }