PHP class to validate user input (HTTP request) by specifing rules. You can basically validate any PHP-array structure, e.g. decoded JSON. The rules use functions or other callables that validate the user input. In addition to string validation, it is easy to set up rules validating array of values or possibly more complex structures.
Check Wiki for more information!