Skip to content

Initial Release

Compare
Choose a tag to compare
@ajquick ajquick released this 20 Feb 03:31
· 13 commits to master since this release

This library allows for validation of an array using another array as a ruleset. Validation rules include requiring specific keys, specific types and specific values. When the validation fails, the library throws a normal Exception. For best results, also consider using our Array Sanitization library which will correct errors and forces type corrections prior to validation.

This is our first release of the Array validation library. While our library is extremely basic, we hope you will use it and submit any bug fixes and feature improvements you may want to contribute. We aim for 100% code coverage and high scores in code readability and best programming practices through Scrutinizer.

This library has been fully tested and is ready for production use.