philiplb / valdi
Super simple, yet complete, data validation.
Installs: 10 624
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 1
Open Issues: 3
Requires
- php: >=7.0
Requires (Dev)
- phpunit/phpunit: ~6.5
This package is not auto-updated.
Last update: 2024-11-15 02:48:46 UTC
README
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