PHPackages                             estasi/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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. estasi/validator

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

estasi/validator
================

Validation classes for data validation, and the ability to link validators to create complex validation chains

1.2.0(5y ago)002BSD-3-ClausePHPPHP ^7.4CI failing

Since May 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/estasi/validator)[ Packagist](https://packagist.org/packages/estasi/validator)[ RSS](/packages/estasi-validator/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (2)

Estasi Validator
================

[](#estasi-validator)

It is a set of necessary immutable validators. Provides a simple data validation chain mechanism that allows you to apply multiple validators in a given order.

Installation
------------

[](#installation)

To install with a composer:

```
composer require estasi/validator

```

Requirements
------------

[](#requirements)

- PHP 7.4 or newer
- ext-mbstring
- ext-intl
- [Data Structures](https://github.com/php-ds/polyfill): `composer require php-ds/php-ds`
    *Polyfill is installed with the estasi/validator package.*

Usage
-----

[](#usage)

### Basic usage

[](#basic-usage)

```
