PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Yorch Ponce   Yorch MyDb   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yorch MyDb
Execute queries on MySQL, SQLServer, PostgreSQL
Author: By
Last change:
Date: 8 years ago
Size: 655 bytes
 

Contents

Class file image Download
{ "name": "yorch/mydb", "description": "Abstract Class to manage RDBMS (MySQL, MSSQLServer, ODBC, PostgreSQL) connections", "keywords": ["abstract layer","mysql","sql server","postgresql","odbc"], "homepage": "https://github.com/yorch81/MyDb", "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" }, "autoload": { "files": ["MyDb.class.php"] } }