{ "name" : "adodb/adodb-php", "description" : "ADOdb is a PHP database abstraction layer library", "license" : [ "LGPL-2.1", " BSD-2-Clause" ], "authors" : [ { "name": "John Lim", "email" : "jlim@natsoft.com", "role": "Author" }, { "name": "Damien Regad", "role": "Current maintainer" } ], "keywords" : [ "database" ], "homepage": "http://adodb.sourceforge.net/", "support" : { "issues" : "https://github.com/ADOdb/ADOdb/issues", "source" : "https://github.com/ADOdb/ADOdb" }, "require" : { "php" : ">=5.3.2" }, "autoload" : { "files" : ["adodb.inc.php"] } }