avaslev/validator

A extendable php validator

v0.0.2 2019-01-10 20:54 UTC

This package is auto-updated.

Last update: 2024-04-11 13:56:12 UTC


README

Installation

Validator uses Composer to install and update:

composer require avaslev/validator

Running Tests

The test suite depends on the Composer autoloader to load and run the Validator files. Please ensure you have downloaded and installed Composer before running the tests

./vendor/bin/phpunit --bootstrap vendor/autoload.php tests