quillstack/validator-interface

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "quillstack/validator-interface",
    "description": "Common interface for Validator classes.",
    "type": "library",
    "license": "MIT",
    "keywords": [
        "validator",
        "php",
        "validation",
        "interface",
        "php8"
    ],
    "homepage": "https://quillstack.org/",
    "authors": [
        {
            "name": "Radek Ziemniewicz",
            "email": "radek@quillstack.org"
        }
    ],
    "autoload": {
        "psr-4": {
            "Quillstack\\ValidatorInterface\\": "src/"
        }
    },
    "require": {
        "php": "^8.0"
    }
}