Download the PHP package chmielewskitomasz/validator without Composer
On this page you can find all versions of the php package chmielewskitomasz/validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chmielewskitomasz/validator
More information about chmielewskitomasz/validator
Files in chmielewskitomasz/validator
Download chmielewskitomasz/validator
More information about chmielewskitomasz/validator
Files in chmielewskitomasz/validator
Vendor chmielewskitomasz
Package validator
Short Description Simple validation tool, allows you to validate both simple and nested structures, introduces conditional fields. All you need is here. Perfect for REST endpoint validation. No dependencies required.
License MIT
Package validator
Short Description Simple validation tool, allows you to validate both simple and nested structures, introduces conditional fields. All you need is here. Perfect for REST endpoint validation. No dependencies required.
License MIT
Please rate this library. Is it a good library?
Informations about the package validator
Simple, lightweight input validation lib for PHP
How to install it?
How to use it?
Ok, I want my field to be optional, but if it is passed I want to validate it
I want a single field to be conditional. I mean, if eg street name is not passed, I don't want house number to be required.
Have a look:
How can I implement my own validators?
Easily. You can help me to contribute this project. Or if you don't want to, just create a class implementing Hop\Validator\Strategy\Strategy
and pass it
to StdValidator::fromConfig()
as array, eg
© Chmielewski Tomasz
All versions of validator with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
The package chmielewskitomasz/validator contains the following files
Loading the files please wait ....