Frédéric Guillot is announcing that Simple Validator with version number 0.0.3 is already available to download.
What is Simple Validator ?
Simple Validator is An open source, lightweight, and easy to use PHP library for validating form fields and inputted data against a set of preset rules .
The Simple Validator PHP class allows developers to take data inputted thorough a form and sent to the server to be checked against a set of rules before being recorded and processed inside the application’s backend.The library’s main feature is its light file size, including just basic checks instead of a broad set of rules most developers won’t ever get to use in a real-life, production environment.Data validation rules are included for checking:Alpha-numeric inputAlpha charactersNumeric charactersIntegersNumber rangesEmail address validityIP addressesMAC addressesVersion numbersString lengthRequired fieldsUnique input
This is changelog for Simple Validator version 0.0.3 :
You can read the complete changelog and also download this latest version on their homepage: github.com