nopoco/laminas-validator

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

v2.30.1 2023-05-04 06:12 UTC

This package is auto-updated.

Last update: 2024-04-04 08:16:40 UTC


README

Removed political appeal incompatible with free software here. The original repository is at this link.

laminas-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 laminas/laminas-validator

Documentation

Browse the documentation online at https://docs.laminas.dev/laminas-validator/

Support