Skip to content

fruit-php/checkkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CheckKit is set of data validating tools for Fruit framework.

Synopsis

$repo = Repo::default();
$repo->mustCheck([], 'array', []); // safe
$repo->mustCheck([], 'array', ['min_length' => 3]); // throws exception

See documents of each validator for supported rules.

License

Any version of MIT, GPL or LGPL.

About

Data validator for Fruit framework

Resources

Stars

Watchers

Forks

Packages

No packages published