Download the PHP package phalcon/incubator-validation without Composer
On this page you can find all versions of the php package phalcon/incubator-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phalcon/incubator-validation
More information about phalcon/incubator-validation
Files in phalcon/incubator-validation
Package incubator-validation
Short Description Phalcon Incubator Validation
License BSD-3-Clause
Homepage https://phalcon.io
Informations about the package incubator-validation
Phalcon\Incubator\Validation
The reCAPTCHA Validator
Setup
Include Javascript API to your site:
Render reCAPTCHA in your form:
Usage
See also:
IpValidator
The IpValidator validates a valid ip address.
// Validation succeeded without errors
NumericValidator
The default NumericValidator only allows for numeric (i.e. 0-9) characters. Minimum and maximum values can be specified.
Optionally, it can support float values, that is allowing a dot (.) character to separate decimals.
Optionally also signed numbers are supported.
AlphaNumericValidator
The AlphaNumericValidator allows for alphanumeric characters. Optionally, it can allow underscores and white spaces. Minimum and maximum string lengths can be specified.
AlphaNamesValidator
The AlphaNamesValidator allows for alphabetic, menus, apostrophe, underscore and white space characters. Optionally, it can allow also numbers (i.t. 0-9). Minimum and maximum string lengths can be specified.
AlphaCompleteValidator
The AlphaCompleteValidator allows for alphanumeric, underscore, white space, slash, apostrophe, round and square brackets/parentheses and punctuation characters. Optionally, it can allow also pipes (|), backslashes () and Url Characters (equals (=) and hashtags (#)). Minimum and maximum string lengths can be specified.
All versions of incubator-validation with dependencies
ext-phalcon Version ^4.0
ext-json Version *
ext-curl Version *