neuron-php/validation

Data validation.

0.7.2 2025-01-27 22:37 UTC

This package is auto-updated.

Last update: 2025-01-27 22:37:29 UTC


README

Build Status

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