PHPackages                             dev-iegomaa/php\_validation - 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. dev-iegomaa/php\_validation

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

dev-iegomaa/php\_validation
===========================

is a small php class handle validation by using regex, filter functions validation and sanitization

V1(2y ago)04MITPHP

Since Dec 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dev-iegomaa/Validation)[ Packagist](https://packagist.org/packages/dev-iegomaa/php_validation)[ RSS](/packages/dev-iegomaa-php-validation/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

🍗 PHPValidation 🍗
=================

[](#-phpvalidation-)

PHPValidation is a php class handle validation inputs.

installation
------------

[](#installation)

install once with composer:

```
composer require dev-iegomaa/php_validation

```

usage
-----

[](#usage)

```
/* first make instance */
use DevIegomaa\PhpValidation\Validation;
$validation = new Validation();

/**
 * If any validation return NULL it means data not valid.
 * to make validation send data by using setter functions.
 * to fetch data or result using getter functions.
 */
$name = '';
$validation->setName($name);
$validation->getName();

$email = '';
$validation->setEmail($email);
$validation->getEmail();

$password = '';
$validation->setPassword($password);
$validation->getPassword();

$message = '';
$validation->setMessage($message);
$validation->getMessage();

$phone = '';
$validation->setPhone($phone);
$validation->getPhone();
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

928d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f4f3238f3ac15d454f902ef4c9085501a132009cf06c478f7425b49424396393?d=identicon)[dev-iegomaa](/maintainers/dev-iegomaa)

---

Top Contributors

[![dev-iegomaa](https://avatars.githubusercontent.com/u/143795122?v=4)](https://github.com/dev-iegomaa "dev-iegomaa (1 commits)")

### Embed Badge

![Health badge](/badges/dev-iegomaa-php-validation/health.svg)

```
[![Health](https://phpackages.com/badges/dev-iegomaa-php-validation/health.svg)](https://phpackages.com/packages/dev-iegomaa-php-validation)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
