An open API service indexing awesome lists of open source software.

https://github.com/neuron-php/validation

Comprehensive data validation library.
https://github.com/neuron-php/validation

data-validation php8

Last synced: 5 months ago
JSON representation

Comprehensive data validation library.

Awesome Lists containing this project

README

          

[![CI](https://github.com/Neuron-PHP/validation/actions/workflows/ci.yml/badge.svg)](https://github.com/Neuron-PHP/validation/actions)
[![codecov](https://codecov.io/gh/Neuron-PHP/validation/branch/develop/graph/badge.svg)](https://codecov.io/gh/Neuron-PHP/validation)
# 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](http://neuronphp.com)