Download the PHP package particle/validator without Composer
On this page you can find all versions of the php package particle/validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download particle/validator
More information about particle/validator
Files in particle/validator
Download particle/validator
More information about particle/validator
Files in particle/validator
Vendor particle
Package validator
Short Description Flexible and highly usable validation library with no dependencies.
License BSD-3-Clause
Homepage http://github.com/particle-php/validator
Package validator
Short Description Flexible and highly usable validation library with no dependencies.
License BSD-3-Clause
Homepage http://github.com/particle-php/validator
Keywords validatorvalidation
Please rate this library. Is it a good library?
Informations about the package validator
Particle\Validator is a very small validation library, with the easiest and most usable API we could possibly create.
Install
To easily include Particle\Validator into your project, install it via composer using the command line:
Small usage example
Functional features
- Validate an array of data
- Get an array of error messages
- Overwrite the default error messages on rules, or error messages on specific values
- Get the validated values of an array
- Validate different contexts (insert, update, etc.) inheriting validations of the default context
- A large set of default validation rules
- Ability to extend the validator to add your own custom rules
Non functional features
- Easy to write (IDE auto-completion for easy development)
- Easy to read (improves peer review)
- Ability to separate controller and view logic
- Fully documented: validator.particle-php.com
- Fully tested: Scrutinizer
- Zero dependencies
===
Find more information and advanced usage examples at validator.particle-php.com
All versions of validator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package particle/validator contains the following files
Loading the files please wait ....