Download the PHP package mkakpabla/validation without Composer
On this page you can find all versions of the php package mkakpabla/validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package validation
Zen Validation - PHP Validation Library
Features
- API like Laravel validation.
- Array validation.
- Custom validation messages.
Requirements
- PHP 7.2 or higher
- Composer for installation
Quick Start
Installation
Usage
Examples :
Custom Messages for Validator
`
Validation Rules
required
- Field is requiredemail
- Field must be emailnotEmpty
- Field did not be emptyalpha
- Content of field must be alphabeticalphaNum
- Content of field must be alphanumericinteger
- Must be integer numbertext
- Field must be a textdatetime
- Field must be a datetimetime
- Field must be a timedate
- Field must be a dateslug
- Field must be a slugconfirm
- Field must be a same as another fieldmin:number
- The field under this rule must have a size biger or equal than the given numbermax:number
- The field under this rule must have a size lower or equal than the given numberbetween:min,max
- The field under this rule must have a size between min and max params
All versions of validation with dependencies
PHP Build Version
Package Version
The package mkakpabla/validation contains the following files
Loading the files please wait ....