Download the PHP package mahdyaslami/simple-validation without Composer
On this page you can find all versions of the php package mahdyaslami/simple-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mahdyaslami/simple-validation
More information about mahdyaslami/simple-validation
Files in mahdyaslami/simple-validation
Download mahdyaslami/simple-validation
More information about mahdyaslami/simple-validation
Files in mahdyaslami/simple-validation
Vendor mahdyaslami
Package simple-validation
Short Description Simple validation with composite pattern.
License MIT
Package simple-validation
Short Description Simple validation with composite pattern.
License MIT
Please rate this library. Is it a good library?
Informations about the package simple-validation
Simple Validation
This package provide validation array, object and etc.
I have use compsite pattern to writing this package.
Usage without helpers
Call validate method throw ValidationException
on errors and do nothing on correct.
Usage with helpers
How can create my own rule
Extend a contract and implement validate
method.
if you extend CompositeValidator
or you should call validateChildren
method in validate
method too.
you can override validateChildren
too.
Validators
All versions of simple-validation with dependencies
PHP Build Version
Package Version
No informations.
The package mahdyaslami/simple-validation contains the following files
Loading the files please wait ....