neuron-php / validation
Data validation.
Installs: 15 127
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- ext-curl: *
- ext-json: *
- neuron-php/data: 0.7.*
Requires (Dev)
- phpunit/phpunit: 9.*
README
Neuron-PHP Validation
Overview
Installation
Install php composer from https://getcomposer.org/
Install the neuron validation component:
composer require neuron-php/validation
Validation
IsArray
IsBoolean
IsCurrency
IsDate
IsDateRange
IsDateTime
IsDateWithinRange
IsEin
IsEmail
IsFloatingPoint
IsInteger
IsIpAddress
IsJson
IsName
IsNotEmpty
IsNotNull
IsNumberWithinRange
IsNumeric
IsNumericRange
IsPhoneNumber
IsPositive
IsString
IsStringLength
IsTime
IsUpc
IsUrl
IsUuid
Container
Policy
More Information
You can read more about the Neuron components at neuronphp.com