PHPackages                             julienlinard/php-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. julienlinard/php-validator

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

julienlinard/php-validator
==========================

Système de validation avancé pour PHP 8+ avec règles personnalisées, messages multilingues, validation conditionnelle et sanitization

1.4.1(5mo ago)31771MITPHPPHP &gt;=8.0

Since Dec 16Pushed 3mo agoCompare

[ Source](https://github.com/julien-lin/php-validator)[ Packagist](https://packagist.org/packages/julienlinard/php-validator)[ Docs](https://github.com/julien-lin/php-validator)[ RSS](/packages/julienlinard-php-validator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (1)

PHP Validator
=============

[](#php-validator)

[🇫🇷 Read in French](README.fr.md) | [🇬🇧 Read in English](README.md)

💝 Support the project
---------------------

[](#-support-the-project)

If this package is useful to you, consider [becoming a sponsor](https://github.com/sponsors/julien-lin) to support the development and maintenance of this open source project.

---

A modern and advanced validation system for PHP 8+ with custom rules, multilingual messages, conditional validation, and sanitization.

🚀 Installation
--------------

[](#-installation)

```
composer require julienlinard/php-validator
```

**Requirements**: PHP 8.0 or higher

⚡ Quick Start
-------------

[](#-quick-start)

### Basic Usage

[](#basic-usage)

```
