Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacques/php-validators

PHP Validators
https://github.com/jacques/php-validators

validation

Last synced: about 1 month ago
JSON representation

PHP Validators

Awesome Lists containing this project

README

        

# php-validators

[![Author](http://img.shields.io/badge/[email protected]?style=flat-square)](https://twitter.com/jacques)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Build Status](https://travis-ci.org/jacques/php-validators.svg?branch=master)](https://travis-ci.org/jacques/php-validators)
[![Code Climate](https://codeclimate.com/repos/577423cf6598206d730079c7/badges/ad096560f9b9e710b5b9/gpa.svg)](https://codeclimate.com/repos/577423cf6598206d730079c7/feed)
[![Test Coverage](https://codeclimate.com/repos/577423cf6598206d730079c7/badges/ad096560f9b9e710b5b9/coverage.svg)](https://codeclimate.com/repos/577423cf6598206d730079c7/coverage)
[![Issue Count](https://codeclimate.com/repos/577423cf6598206d730079c7/badges/ad096560f9b9e710b5b9/issue_count.svg)](https://codeclimate.com/repos/577423cf6598206d730079c7/feed)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jacques/php-validators/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jacques/php-validators/?branch=master)
[![StyleCI](https://styleci.io/repos/61557141/shield?branch=master)](https://styleci.io/repos/61557141)

These validation routines are liberaly licensed. It is intented that they are
utilised to do input validation before submitting the requests through for user
creation.

Included is the ability to use validations with [Valitron](https://github.com/vlucas/valitron)
which is the library I am using for webform validation now.

***

```
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

This software consists of voluntary contributions made by many individuals
and is licensed under the MIT license.
```

Licensed under the [MIT License](LICENSE)