respect-validation/README.md

27 lines
1.5 KiB
Markdown
Raw Normal View History

# Respect\Validation
2013-01-22 22:08:38 +01:00
2015-01-24 04:49:31 +01:00
[![Build Status](https://img.shields.io/travis/Respect/Validation/master.svg?style=flat-square)](http://travis-ci.org/Respect/Validation)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/Respect/Validation/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Respect/Validation/?branch=master)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/Respect/Validation/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Respect/Validation/?branch=master)
[![Latest Stable Version](https://img.shields.io/packagist/v/respect/validation.svg?style=flat-square)](https://packagist.org/packages/respect/validation)
2015-01-07 16:50:00 +01:00
[![Total Downloads](https://img.shields.io/packagist/dt/respect/validation.svg?style=flat-square)](https://packagist.org/packages/respect/validation)
[![License](https://img.shields.io/packagist/l/respect/validation.svg?style=flat-square)](https://packagist.org/packages/respect/validation)
2014-01-29 02:34:15 +01:00
[The most awesome validation engine ever created for PHP.](http://bit.ly/1a1oeQv)
2011-02-07 02:35:35 +01:00
2016-11-06 18:45:44 +01:00
- Complex rules made simple: `v::numericVal()->positive()->between(1, 255)->validate($input)`.
- Granularity control for advanced reporting.
- More than 150 (fully tested) validation rules.
- A concrete API for non fluent usage.
## Documentation
Documentation can be found in https://respect-validation.readthedocs.io
2018-08-23 02:09:43 +02:00
and also in the [docs/](docs/) folder.
2015-01-30 09:40:06 +01:00
## Table of contents
2015-01-06 18:08:01 +01:00
2015-01-30 09:40:06 +01:00
- [Contributing](CONTRIBUTING.md)
- [License](LICENSE.md)
2015-10-07 07:56:23 +02:00
- [Changelog](CHANGELOG.md)