PHP Validator


A simple PHP Validator package designed for the Joomla Framework.

Installation via Composer

Add "eddieajau/validator": "~1.0" to the require block in your composer.json and then run composer install.

{
    "require": {
        "eddieajau/validator": "~1.0"
    }
}

Alternatively, you can simply run the following from the command line:

composer require eddieajau/validator "~1.0"