getmoxy/event

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
 {
    "name": "moxy/event",
    "description": "A simple event emitter",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Tom Morton",
            "email": "tom@errant.me.uk"
        }
    ],
    "require": {
        "php": ">=5.5.0"
    },
    "require-dev": {
        "phpunit/phpunit": "4.*",
        "codeclimate/php-test-reporter": "dev-master"
    },
    "autoload": {
        "psr-4": { "Moxy\\":  "src" } 
    }
}