Download the PHP package popphp/pop-validator without Composer
On this page you can find all versions of the php package popphp/pop-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download popphp/pop-validator
More information about popphp/pop-validator
Files in popphp/pop-validator
Download popphp/pop-validator
More information about popphp/pop-validator
Files in popphp/pop-validator
Vendor popphp
Package pop-validator
Short Description Pop Validator Component for Pop PHP Framework
License BSD-3-Clause
Homepage https://github.com/popphp/pop-validator
Package pop-validator
Short Description Pop Validator Component for Pop PHP Framework
License BSD-3-Clause
Homepage https://github.com/popphp/pop-validator
Please rate this library. Is it a good library?
Informations about the package pop-validator
pop-validator
- Overview
- Install
- Quickstart
Overview
pop-validator
is a component for validating values and returning the appropriate result messaging.
The component comes with a set of built-in evaluation objects and also the ability to extend the
component and build your own.
pop-validator
is a component of the Pop PHP Framework.
Top
Install
Install pop-validator
using Composer.
composer require popphp/pop-validator
Or, require it in your composer.json file
"require": {
"popphp/pop-validator" : "^4.1.3"
}
Top
Quickstart
Here's a list of the available built-in validators, all under the namespace Pop\Validator\
:
Built-in Validators | ||
---|---|---|
Alpha | Ipv4 | LessThan |
AlphaNumeric | Ipv6 | LessThanEqual |
Between | IsSubnetOf | NotContains |
BetweenInclude | Length | NotEmpty |
Contains | LengthBetween | NotEqual |
CreditCard | LengthBetweenInclude | Numeric |
LengthGt | RegEx | |
Equal | LengthGte | Subnet |
GreaterThan | LengthLt | Url |
GreaterThanEqual | LengthLte |
Check an email value
Validate against a specific value
Set a custom message
Alternatively:
Top
All versions of pop-validator with dependencies
PHP Build Version
Package Version
The package popphp/pop-validator contains the following files
Loading the files please wait ....