PHPackages                             the-support-group/validator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. the-support-group/validator

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

the-support-group/validator
===========================

Open source PHP validator

0.1.1(10y ago)114[1 issues](https://github.com/the-support-group/request-validator/issues)PHPPHP &gt;=5.5.0

Since Apr 19Pushed 10y ago6 watchersCompare

[ Source](https://github.com/the-support-group/request-validator)[ Packagist](https://packagist.org/packages/the-support-group/validator)[ RSS](/packages/the-support-group-validator/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

PHP Data Validator
==================

[](#php-data-validator)

Make your apps validation easily (inspired by Laravel Validation)

[![Code Coverage](https://camo.githubusercontent.com/72be663ada64db5c6e0dd26f55ae2f0b8ae2d1e57994295f53aeed29df542b4f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7468652d737570706f72742d67726f75702f726571756573742d76616c696461746f722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/the-support-group/request-validator/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f4b54db1307c0e1cb23569d409ac0a85a5a8c87a961c41f480b863cb8d41421e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7468652d737570706f72742d67726f75702f726571756573742d76616c696461746f722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/the-support-group/request-validator/?branch=master)[![Build Status](https://camo.githubusercontent.com/9e78b06d8070bb6200c1be4bcc0578503dae768dddd6b7b432bb3e59f395e66f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7468652d737570706f72742d67726f75702f726571756573742d76616c696461746f722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/the-support-group/request-validator/build-status/master)

---

Page Index:

- [Quick Start](#quick-start)
- [Contributing](#contributing)
- [Testing](#testing)
- [License](#license)

Suggested Links:

- [Installation](/docs/installation.md)
- [Feature Guide](/docs/feature-guide.md)
- Rules
    - [Existing Rules](/docs/rules.md)
    - [Customization](/docs/rules-customization.md)
    - [Formatting Message](/docs/formatting-message.md)
- [Integrations](/docs/integrations.md)

---

Quick start 🚀
-------------

[](#quick-start-rocket)

Setting up the validationFacade:

```
