Download the PHP package revenuewire/validator without Composer
On this page you can find all versions of the php package revenuewire/validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download revenuewire/validator
More information about revenuewire/validator
Files in revenuewire/validator
Download revenuewire/validator
More information about revenuewire/validator
Files in revenuewire/validator
Vendor revenuewire
Package validator
Short Description RW Helpers
License Apache-2.0
Homepage https://github.com/revenuewire/validator
Package validator
Short Description RW Helpers
License Apache-2.0
Homepage https://github.com/revenuewire/validator
Please rate this library. Is it a good library?
Informations about the package validator
Quick Start
Install
Usages
Simple Example
Options
Options | Comments |
---|---|
max | If it is string validation, use strlen(). |
min | If it is string validation, use strlen(). |
allowedValues | An array of items allowed for a given data |
validExceptions | An array of characters that always consider valid regardless the type check. For examples, if the validException is set to be ["_", "-"], and combine with alnum, you will have validate against alpha-numeric with exception of underscore and dash |
alnum | Only alpha-numeric are valid. |
alpha | Only alphabets are valid. |
upper | Only upper case alphabets are valid. |
lower | Only lower case alphabets are valid. |
dateFormat | check the date format to match |
countryFormat | [ alpha2, alpha3, numeric ] check the country data with alpha2 (default for country validation) |
All versions of validator with dependencies
PHP Build Version
Package Version
No informations.
The package revenuewire/validator contains the following files
Loading the files please wait ....