PHPackages                             webhkp/pvalidate - 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. webhkp/pvalidate

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

webhkp/pvalidate
================

Simple and flexible validator for PHP

v0.5.1(1y ago)28MITPHPPHP ^8.1

Since May 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/webhkp/pvalidate)[ Packagist](https://packagist.org/packages/webhkp/pvalidate)[ RSS](/packages/webhkp-pvalidate/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

Pvalidate
=========

[](#pvalidate)

[![Pvalidate](https://camo.githubusercontent.com/d79c1a5e7e7f3417146783a3a68839c680df151d6c2ec79354116cc7a0ea764a/68747470733a2f2f776562686b702e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032342f30352f5076616c69646174652d65313731363833333537303334372e706e67)](https://camo.githubusercontent.com/d79c1a5e7e7f3417146783a3a68839c680df151d6c2ec79354116cc7a0ea764a/68747470733a2f2f776562686b702e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032342f30352f5076616c69646174652d65313731363833333537303334372e706e67)

[![Latest Release](https://camo.githubusercontent.com/3c99e55127e5f0607f8335f656c33bfa5b005224a39254f93817e99c0bdbd5a1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f776562686b702f7076616c6964617465)](https://camo.githubusercontent.com/3c99e55127e5f0607f8335f656c33bfa5b005224a39254f93817e99c0bdbd5a1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f776562686b702f7076616c6964617465)[![Build Status](https://github.com/webhkp/pvalidate/actions/workflows/tests.yml/badge.svg)](https://github.com/webhkp/pvalidate/actions/workflows/tests.yml/badge.svg)[![Last Commit](https://camo.githubusercontent.com/1ebf9df8e8734ffb00d7b649c91715a34c700159c40c09125d0849a2a161b8ed/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f776562686b702f7076616c6964617465)](https://camo.githubusercontent.com/1ebf9df8e8734ffb00d7b649c91715a34c700159c40c09125d0849a2a161b8ed/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f776562686b702f7076616c6964617465)

Pvalidate is a robust and flexible validation library for PHP. It is designed to simplify the process of validating data, ensuring data integrity, and enforcing business rules within your PHP applications.

Whether you are building a small application or a large enterprise system, Pvalidate provides the tools you need to validate your data effectively and efficiently.

### [Check the full documentation here](https://webhkp.com/pvalidate)

[](#check-the-full-documentation-here)

### [Check the package on packagist.org](https://packagist.org/packages/webhkp/pvalidate)

[](#check-the-package-on-packagistorg)

Installation
------------

[](#installation)

```
composer require webhkp/pvalidate
```

Usage
-----

[](#usage)

```
