PHPackages                             facile-it/validoo - 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. facile-it/validoo

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

facile-it/validoo
=================

A super-simple validation class for PHP7.1

2.1.0(9y ago)1124MITPHPPHP ^7.1

Since Dec 15Pushed 9y ago22 watchersCompare

[ Source](https://github.com/facile-it/validoo)[ Packagist](https://packagist.org/packages/facile-it/validoo)[ RSS](/packages/facile-it-validoo/feed)WikiDiscussions master Synced 4w ago

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

facile-it/validoo
=================

[](#facile-itvalidoo)

[![Stable release](https://camo.githubusercontent.com/1c3079c22e6a43d1d09787727ffaf906d18079d6c8be32a8bcbe0700fa3f0854/68747470733a2f2f706f7365722e707567782e6f72672f666163696c652d69742f76616c69646f6f2f76657273696f6e2e737667)](https://packagist.org/packages/facile-it/validoo) [![Total Downloads](https://camo.githubusercontent.com/3380f14647c28333c07586a52521777c004d24ccd4a7a9c87b4c485c76ade6e5/68747470733a2f2f706f7365722e707567782e6f72672f666163696c652d69742f76616c69646f6f2f646f776e6c6f616473)](https://packagist.org/packages/facile-it/validoo) [![Unstable release](https://camo.githubusercontent.com/bf3acc73b2790c9f2f01ad6827af51299d7b840e7bfca87b5911505093cbc2eb/68747470733a2f2f706f7365722e707567782e6f72672f666163696c652d69742f76616c69646f6f2f762f756e737461626c652e737667)](https://packagist.org/packages/facile-it/validoo) [![Build status](https://camo.githubusercontent.com/0274fe61726b521d6953c83bf287402d4d6117dbfc184b89c3f823a1b6b13147/68747470733a2f2f7472617669732d63692e6f72672f666163696c652d69742f76616c69646f6f2e737667)](https://travis-ci.org/facile-it/validoo) [![Coverage Status](https://camo.githubusercontent.com/fb3e6a1db67c6f1d5c81151efb8df7c06db2622f1ad1bf117961d3542b48516e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666163696c652d69742f76616c69646f6f2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/facile-it/validoo/?branch=master) [![Scrutinizer](https://camo.githubusercontent.com/6de95affa9bf11c8d168e115f3e5153271bc985e649ac8f6c6e1f6f807c9d759/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666163696c652d69742f76616c69646f6f2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/facile-it/validoo/?branch=master)

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

[](#installation)

```
composer require facile-it/validoo
```

Configuration
-------------

[](#configuration)

```
namespace Foo;

use Validoo\Validator; //  "alphanumeric string",
    "field2" => "report-2016-12-20.csv",
];
$rules = [
    "field"  => "required|alpha",
    "field2" => "onlyifset|is_filename",
];

$validator = Validator::validate($inputs, $rules);

echo $validator->isSuccess();  // print true
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

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

Every ~10 days

Total

6

Last Release

3432d ago

Major Versions

1.0.0 → 2.0.02016-12-19

PHP version history (3 changes)1.0.0PHP &gt;=7.1.0

2.0.0PHP ~7.1

2.0.1PHP ^7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6729988?v=4)[Alessandro Lai](/maintainers/Jean85)[@Jean85](https://github.com/Jean85)

![](https://avatars.githubusercontent.com/u/10499850?v=4)[Alessandro Manno](/maintainers/alexmanno)[@alexmanno](https://github.com/alexmanno)

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

---

Top Contributors

[![alexmanno](https://avatars.githubusercontent.com/u/10499850?v=4)](https://github.com/alexmanno "alexmanno (18 commits)")[![Jean85](https://avatars.githubusercontent.com/u/6729988?v=4)](https://github.com/Jean85 "Jean85 (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/facile-it-validoo/health.svg)

```
[![Health](https://phpackages.com/badges/facile-it-validoo/health.svg)](https://phpackages.com/packages/facile-it-validoo)
```

###  Alternatives

[chaoswey/taiwan-id-validator

台灣身分證、統一編號驗證

319.9k](/packages/chaoswey-taiwan-id-validator)

PHPackages © 2026

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