Kylob/Database

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "bootpress/database",
    "description": "A PDO wrapper with lazy connections and query profiling.",
    "keywords": ["bootpress", "database", "sql", "pdo"],
    "homepage": "https://www.bootpress.org/components/database.html",
    "license": "MIT",
    "authors": [
        {
            "name": "Kyle Gadd",
            "email": "kyle.gadd@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.4"
    },
    "require-dev": {
        "bootpress/page": "^1.0",
        "phpunit/phpunit": "^4.0",
        "friendsofphp/php-cs-fixer": "^1.0",
        "squizlabs/php_codesniffer": "^2.5"
    },
    "autoload": {
        "psr-4": { "BootPress\\Database\\": "src" }
    }
}