{
"name": "giovanniramos/pdo4you",
"type": "library",
"description": "Access SQL databases using the PDO extension",
"keywords": ["database", "singleton", "pdo", "mysql", "postgresql", "sqlite", "mariadb", "oracle"],
"homepage": "https://github.com/giovanniramos",
"license": "MIT",
"authors": [
{
"name": "Giovanni Ramos",
"email": "giovannilauro@gmail.com",
"homepage": "http://twitter.com/giovanni_ramos",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/giovanniramos/PDO4You/issues"
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-0": {
"PDO4You\\": "src/"
}
}
}
|