1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-31 09:41:43 +02:00
Files
php-dibi/composer.json
2012-03-30 22:44:38 +02:00

16 lines
420 B
JSON

{
"name": "dg/dibi",
"description": "Dibi is Database Abstraction Library for PHP 5.",
"keywords": ["dibi", "database", "dbal", "mysql", "postgresql", "sqlite", "mssql", "oracle", "access", "pdo", "odbc"],
"homepage": "http://dibiphp.com/",
"license": ["BSD-3", "GPLv2", "GPLv3"],
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
}
],
"autoload": {
"classmap": ["dibi/"]
}
}