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
Requires
- php: >=5.5.9
- aedart/overload: 1.*
- aedart/util: 1.*
Requires (Dev)
- aedart/license: 1.*
- aedart/license-file-manager: 1.*
- codeception/codeception: 2.0.*
- fzaninotto/faker: 1.5.*
- mockery/mockery: 0.9.*
Suggests
- aedart/model: Collection of getter- / setter-interfaces and traits for various common properties
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