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

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

jauert/validator
================

Very lightweight validator builder.

0.1.0(4y ago)0108MITPHPPHP &gt;=7.4

Since Jul 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jauert/validator)[ Packagist](https://packagist.org/packages/jauert/validator)[ RSS](/packages/jauert-validator/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

validator
=========

[](#validator)

Usage
-----

[](#usage)

```
$validator = new Validator();
$validator->notBlank('test', 'Empty spaces are not allowed.');
$validator->validate(['test' => ' ']);

// will result in ['test' => ['Empty spaces are not allowed.']]

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

1822d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6720732?v=4)[jauert](/maintainers/jauert)[@jauert](https://github.com/jauert)

---

Top Contributors

[![PHJAUERT](https://avatars.githubusercontent.com/u/95291171?v=4)](https://github.com/PHJAUERT "PHJAUERT (10 commits)")[![tim-lasc](https://avatars.githubusercontent.com/u/149606830?v=4)](https://github.com/tim-lasc "tim-lasc (3 commits)")[![jauert](https://avatars.githubusercontent.com/u/6720732?v=4)](https://github.com/jauert "jauert (2 commits)")[![pal153](https://avatars.githubusercontent.com/u/73134280?v=4)](https://github.com/pal153 "pal153 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jauert-validator/health.svg)

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

PHPackages © 2026

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