gielfeldt/transactionalphp

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "gielfeldt/transactionalphp",
    "type": "library",
    "description": "Transactional PHP.",
    "keywords": ["transactional", "transactions", "php", "database"],
    "homepage": "https://github.com/gielfeldt/transactionalphp",
    "license": "MIT",
    "authors": [
        {
            "name": "Thomas Gielfeldt",
            "email": "thomas@gielfeldt.dk"
        }
    ],
    "require": {
        "php": ">=5.4.0"
    },
    "autoload": {
        "psr-4": { "Gielfeldt\\TransactionalPHP\\": "src/" }
    }
}