Registry / utility / vlucas-valitron

vlucas-valitron

JSON →
library1.4.11phppackagistunverified

Simple, elegant, stand-alone validation library with NO dependencies

composer require vlucas/valitron
INSTALL
IMPORT
SIG · VLUCAS-VALITRON
V
vlucas-valitron
utilityphpv1.4.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Validator
use Valitron\Validator;

Basic validation example

use Valitron\Validator; $v = new Validator(['name' => 'John']); $v->rule('required', 'name'); if ($v->validate()) { echo 'Valid!'; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.11latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
vlucas-valitron — pip install vlucas-valitron · libregistry