PHPackages                             edydeyemi/valid8ed - 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. edydeyemi/valid8ed

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

edydeyemi/valid8ed
==================

A simple-to-use, lightweight PHP Validation Class

1.0(1y ago)088MITPHP

Since Aug 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Edydeyemi/valid8ed)[ Packagist](https://packagist.org/packages/edydeyemi/valid8ed)[ RSS](/packages/edydeyemi-valid8ed/feed)WikiDiscussions main Synced 3mo ago

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

valid8ed
========

[](#valid8ed)

A simple-to-use, lightweight PHP Validation Class

Each method requires at least two parameters-

1. The name of the form field
2. The value to be validated

All validation methods can be chained together i.e.

```
$v->setField('product_category', $product_cat_id)->required()->isNumeric()->notGreaterThan(10);
```

Errors are contained in the $error property.

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

[](#installation)

### With Composer

[](#with-composer)

```
composer require Edydeyemi/valid8ed
```

//1. Create a new instance of the Class

```
$v = new Valid8ed(); //Create a new instance of the class
```

//2. Set a field as required

```
$v->setField('product_name', $_POST["product_name"])->required();
```

//3. Check for or output any errors in the validation object

```
print_r($v->errors);
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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

676d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22768186?v=4)[Edward Babatunde](/maintainers/Edydeyemi)[@Edydeyemi](https://github.com/Edydeyemi)

---

Top Contributors

[![Edydeyemi](https://avatars.githubusercontent.com/u/22768186?v=4)](https://github.com/Edydeyemi "Edydeyemi (8 commits)")[![mend-bolt-for-github[bot]](https://avatars.githubusercontent.com/in/16809?v=4)](https://github.com/mend-bolt-for-github[bot] "mend-bolt-for-github[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/edydeyemi-valid8ed/health.svg)

```
[![Health](https://phpackages.com/badges/edydeyemi-valid8ed/health.svg)](https://phpackages.com/packages/edydeyemi-valid8ed)
```

###  Alternatives

[marcosh/php-validation-dsl

A DSL for validating data in a functional fashion

483.9k](/packages/marcosh-php-validation-dsl)

PHPackages © 2026

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