{ "name": "othercode/database", "type": "library", "license": "MIT", "description": "Database access library", "authors": [ { "name": "David Unay Santisteban", "email": "usantisteban@othercode.es", "role": "developer" } ], "require": { "php": ">=5.5" }, "autoload": { "psr-4": { "OtherCode\\Database\\": "src/" } }, "require-dev": { "phpunit/phpunit": "*" } }
info at phpclasses dot org