mushti/request

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "phpraptor/request",
    "description": "Light weight class to wrap the incoming request in one single object.",
    "keywords": ["php", "raptor", "request"],
    "type": "library",
    "homepage": "https://github.com/phpraptor/request",
    "license": "MIT",
    "authors": [
        {
            "name": "Mujtaba Alvi",
            "email": "mushti@outlook.com",
            "homepage": "http://twitter.com/mushti",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.6.4"
    },
    "require-dev": {
        "phpunit/phpunit": "~5.0"
    },
    "autoload": {
        "psr-4": {
            "Raptor\\Request\\": "src/"
        }
    },
    "config": {
        "sort-packages": true,
        "optimize-autoloader": true
    }
}