PHPackages                             core/validator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. core/validator

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

core/validator
==============

0274PHP

Since Nov 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/philipwhitt/core-validator)[ Packagist](https://packagist.org/packages/core/validator)[ RSS](/packages/core-validator/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Build Status](https://camo.githubusercontent.com/d5ab23d23d6a8d31b3cdbbf3e8a283c9ba306d299f3840f462f88ff3c47cd541/68747470733a2f2f64726f6e652e696f2f6769746875622e636f6d2f7068696c697077686974742f636f72652d76616c696461746f722f7374617475732e706e67)](https://drone.io/github.com/philipwhitt/core-validator/latest)

core-validator
==============

[](#core-validator)

Install
-------

[](#install)

Install via composer

```
{
	"require": {
		"core/validator"  : "dev-master"
	}
}
```

Simple Way to Validate Data
---------------------------

[](#simple-way-to-validate-data)

Using the builder class, you can chain together clear business logic to validate values:

```
