Valdi
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!)
Documentation
Find out more and get started with the documentation. This documentation is available for each version:
Package
Valdi uses Semantic Versioning.
Stable
"require": {
"philiplb/valdi": "^1.0"
}
Bleeding Edge
"require": {
"philiplb/valdi": "1.1.x-dev"
}
Build Status
Code Quality
How to Generate the Documentation
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