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.
- Host: GitHub
- URL: https://github.com/neuron-php/validation
- Owner: Neuron-PHP
- License: mit
- Created: 2020-04-23T15:18:18.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2026-01-13T18:12:36.000Z (5 months ago)
- Last Synced: 2026-01-13T20:34:17.162Z (5 months ago)
- Topics: data-validation, php8
- Language: PHP
- Homepage: https://neuronphp.com
- Size: 122 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/Neuron-PHP/validation/actions)
[](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)