{
    "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": " [email protected]",
            "homepage": "http://the-yorch.blogspot.mx/"
        }
    ],
    "require": {
    	"php": ">=5.4.0",
        "monolog/monolog": "1.13.1"
    },
    "autoload": {
        "files": ["MyDb.class.php"]
    }
} 
  |