wyrfel/php-callback

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "wyrfel/php-callback",
    "description": "A simple callable wrapper that allows better management of call parameters",
    "type": "library",
    "require-dev": {
        "phpunit/phpunit": "^7.5"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Andre Wyrwa",
            "email": "a.wyrwa@gmx.de"
        }
    ],
    "autoload": {
        "psr-4": {
            "Wyrfel\\PhpCallback\\": ["src/"]
        }
    },
    "require": {}
}