alexpts/php-typecast

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "alexpts/php-typecast",
    "description": "Simple type cast request data",
    "homepage": "https://github.com/alexpts/php-typecast",
    "license": "MIT",
    "type": "library",
    "keywords": [
        "type",
        "types",
        "cast"
    ],
    "authors": [{
        "name": "Alexpts",
        "email": "alexpts3@gmail.com"
    }],
    "minimum-stability": "stable",
    "require": {
        "php": "^7.1",
        "alexpts/php-tools": "^3.1"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.0"
    },
    "autoload": {
        "psr-0": {
            "PTS\\TypeCast": "src"
        }
    }
}