zendframework/zend-validator

This package is abandoned and no longer maintained. The author suggests using the laminas/laminas-validator package instead.

Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria

Maintainers

👁 zendframework

Package info

github.com/zendframework/zend-validator

Chat

Forum

Documentation

pkg:composer/zendframework/zend-validator

Statistics

Installs: 36 551 281

Dependents: 262

Suggesters: 31

Stars: 176

Open Issues: 44

2.13.0 2019-12-28 04:07 UTC

Suggests

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause b54acef1f407741c5347f2a97f899ab21f2229ef

validatorZendFrameworkzf


README

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-validator.

👁 Build Status
👁 Coverage Status

zend-validator provides a set of commonly needed validators. It also provides a simple validator chaining mechanism by which multiple validators may be applied to a single datum in a user-defined order.

Installation

Run the following to install this library:

$ composer require zendframework/zend-validator

Documentation

Browse the documentation online at https://docs.zendframework.com/zend-validator/

Support