Download the PHP package rossriley/validation without Composer
On this page you can find all versions of the php package rossriley/validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rossriley/validation
More information about rossriley/validation
Files in rossriley/validation
Download rossriley/validation
More information about rossriley/validation
Files in rossriley/validation
Vendor rossriley
Package validation
Short Description Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules. This fork maintains PHP 5.3 compatibility.
License MIT
Package validation
Short Description Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules. This fork maintains PHP 5.3 compatibility.
License MIT
Please rate this library. Is it a good library?
Informations about the package validation
Sirius Validation
Sirius Validation is a library for data validation. It offers:
- validator object to validate arrays,
ArrayObjects
or objects that have atoArray
method. It can be extended easily to validate other types. - value validator object to validate single values
- validation helper to simplify single value validation (does not generate error messages, only returns TRUE/FALSE)
- build-in validation rules to perform the actual data validation. The validation rules are used by the helper and validator objects.
Out-of-the-box, the library can handle array
s, ArrayObject
s and objects that have implemented the toArray
method.
In order to validate other data containers you must create a DataWrapper
so that the validator be able to extract data from your object.
Elevator pitch
Documentation
go to the documentation
Release notes
1.1
- Added HHVM to Travis CI
- Renamed Validator* classes into Rule* classes (breaking change if you used custom rule classes)
- Renamed ValidatorFactory to RuleFactory (breaking change)
All versions of validation with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
The package rossriley/validation contains the following files
Loading the files please wait ....