PHP Sentinel is a PHP library to make it easy to
screen, sanitize, and validate incoming data. It
can be used to control variables being passed into
your program. Variables will be ignored unless
specifically allowed through. Variable values are
passed through callback functions to sanitize and
validate them.