PHP Bluz\Validator\Rule Namespace

Classes

Name Description
AbstractCompareRule Abstract rule of compare
AbstractFilterRule Abstract rule for filters
AbstractRule Abstract validation rule
Alpha Check for alphabetic character(s)
AlphaNumeric Check for alphanumeric character(s)
ArrayInput Check for array
Between Check for value in range between minimum and maximum values
Callback Check input by callback
Condition Check input by condition
Contains Check for contains
CountryCode Check for country code
CreditCard Check credit card number by Mod10 algorithm
Date Class Date
Domain Check for domain
Email Check for email
Equals Check input data by compare with some value
FloatInput Check float
In Check for value in set
Integer Check for iInteger
Ip Class Ip
Json Check for JSON
Latin Check for latin character(s)
LatinNumeric Check for latin and numeric character(s)
Length Check for length in range between minimum and maximum values
Max Check for maximum
Min Check for minimum
Negative Check for negative number
NoWhitespace Check for no whitespaces
NotEmpty Check for not empty
Numeric Check for numeric
Positive Check for positive number
Regexp Class Regexp
Required Check required
Slug Check for slug by regular expressions
StringInput Check for string
Version Check for version format