PHPackages                             kedniko/vivy - 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. kedniko/vivy

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

kedniko/vivy
============

PHP validator

v0.0.10(2y ago)14941PHPPHP ^8.2.0CI failing

Since Mar 31Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kedniko/vivy)[ Packagist](https://packagist.org/packages/kedniko/vivy)[ RSS](/packages/kedniko-vivy/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependencies (10)Versions (12)Used By (1)

Vivy
====

[](#vivy)

```
🧪 Working in Progress
```

PHP validation engine

🚀 Blazingly fast
🦾 Type safe
🎨 Custom validators
🧩 Plugin first approach

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

[](#installation)

Require this package with composer.

```
composer require kedniko/vivy
```

StandardLibrary Plugin
======================

[](#standardlibrary-plugin)

 ```
graph TD
    A[RootType] -->T(Type)
    T --> SCAL(TypeScalar)
    T --> OR(TypeOr)
    T --> COMP(TypeCompound)
    SCAL --> NUM(TypeNumber)
    SCAL --> NULL(TypeNull)
    SCAL --> BOOL(TypeBool)
    NUM --> INT(TypeInt)
    NUM --> FLOAT(TypeFloat)
    T --> ANY(TypeAny)
    T --> UNDEF(TypeUndefined)
    SCAL --> STR(TypeString)
    STR --> FLOATSTR(TypeStringFloat)
    STR --> INTSTR(TypeStringInt)
    STR --> STREMAIL(TypeStringEmail)
    STR --> STRDATE(TypeStringDate)
    SCAL --> STREMPTY(TypeStringEmpty)
    STR --> STRNOTEMPTY(TypeStringNotEmpty)
    COMP --> GR(TypeGroup)
    COMP --> FILE(TypeFile)
    COMP --> FILES(TypeFiles)
    COMP --> ARR(TypeArray)
```

      Loading

###  Health Score

30

—

LowBetter than 61% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98% 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 ~39 days

Recently: every ~6 days

Total

10

Last Release

882d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f1bd1a72ee820af31b4d1ce0d752edf435a660d9a3c573cc8ca812cf9fa3e00a?d=identicon)[kedniko](/maintainers/kedniko)

---

Top Contributors

[![kedniko](https://avatars.githubusercontent.com/u/42846752?v=4)](https://github.com/kedniko "kedniko (50 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/kedniko-vivy/health.svg)

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[illuminate/validation

The Illuminate Validation package.

18838.8M2.0k](/packages/illuminate-validation)[spiral/framework

Spiral, High-Performance PHP/Go Framework

2.1k2.3M72](/packages/spiral-framework)[illuminate/database

The Illuminate Database package.

2.8k55.8M13.1k](/packages/illuminate-database)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.2k12.6M140](/packages/dedoc-scramble)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)

PHPackages © 2026

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