aedart/validate

This package is abandoned and no longer maintained. No replacement package was suggested.

A validate package which allows to perform various sorts of simple validation upon primates as well as defining how validators should behave

0.9.1 2015-06-21 17:34 UTC

This package is auto-updated.

Last update: 2022-02-01 12:45:58 UTC


README

No longer maintained

A validate package which allows to perform various sorts of simple validation upon primates as well as defining how validators should behave

Contents

[TOC]

When to use this

When you need to perform a simple check if something is valid or not

How to install

#!console

composer require aedart/validate 0.*

This package uses composer. If you do not know what that is or how it works, I recommend that you read a little about, before attempting to use this package.

Acknowledgement

The core interface for the validators is greatly inspired by Zend Framework's ValidatorInterface

License

BSD-3-Clause, Read the LICENSE file included in this package