Download the PHP package hypejunction/hypeprototypervalidators without Composer
On this page you can find all versions of the php package hypejunction/hypeprototypervalidators. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hypejunction/hypeprototypervalidators
More information about hypejunction/hypeprototypervalidators
Files in hypejunction/hypeprototypervalidators
Download hypejunction/hypeprototypervalidators
More information about hypejunction/hypeprototypervalidators
Files in hypejunction/hypeprototypervalidators
Vendor hypejunction
Package hypeprototypervalidators
Short Description hypePrototyper validation rules
License GPL-2.0
Homepage http://hypejunction.com
Package hypeprototypervalidators
Short Description hypePrototyper validation rules
License GPL-2.0
Homepage http://hypejunction.com
Please rate this library. Is it a good library?
Informations about the package hypeprototypervalidators
hypePrototyper Validators
Predefined Validators
Asserts that user input is expected to be of a certain type.
-
- allows only alphanumeric characters and whitespaces
-
- allows only alpha characters and whitespaces
-
- allow only integer values
-
- allows numeric values
-
- allows date/time strings and objects
-
- allows only valid URLs
-
- allows only valid email addresses
and
Asserts that user input is between min and max values
and
Asserts that the length of user input is between min and max values
Asserts that user input contains a predefined string
Asserts that user input matches a regex pattern
Custom Validators
You can define custom validation rules, using the following pattern:
Client-Side Validation
Partial client-side validation is available through Parsley.js. Do enable validation, add to your form attributes.
All versions of hypeprototypervalidators with dependencies
PHP Build Version
Package Version
Requires
respect/validation Version
~0.9.0
The package hypejunction/hypeprototypervalidators contains the following files
Loading the files please wait ....