Super simple, yet complete data validation.
Reasons to use Valdi:
- Easy to use
- Feature complete
- Lightweight, without dependencies
- Well documented
- Well tested
- Extensible
(Big thanks to Jamie Thormann for this awesome mascot!)
Find out more and get started with the documentation. This documentation is available for each version:
Valdi uses Semantic Versioning.
"require": {
"philiplb/valdi": "^1.0"
}
"require": {
"philiplb/valdi": "1.1.x-dev"
}
Upfront, install Sphinx and the PHP extension:
pip install Sphinx
pip install tk.phpautodoc
Clone https://github.com/avalanche123/doxphp
somewhere once and then execute:
export DOXPHPPATH="<doxphpRepo>/bin"
php generateAPIDocs.php
cd docs
make clean && make html