PHPackages                             lbacik/value-object-illuminate-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. lbacik/value-object-illuminate-validation

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

lbacik/value-object-illuminate-validation
=========================================

Validator wrapper (to be used with ValueObject) for Illuminate Validation class

v0.4(4y ago)09341LGPL-3.0-or-laterPHPPHP &gt;=8.0CI failing

Since Sep 27Pushed 4y agoCompare

[ Source](https://github.com/lbacik/value-object-illuminate-validation)[ Packagist](https://packagist.org/packages/lbacik/value-object-illuminate-validation)[ RSS](/packages/lbacik-value-object-illuminate-validation/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (9)Used By (1)

[![Build Status](https://camo.githubusercontent.com/5605c4b87db36891fe6769b64da1a9d1491dc4110239babf5208f7002d739c04/68747470733a2f2f7472617669732d63692e636f6d2f6c626163696b2f76616c75652d6f626a6563742d696c6c756d696e6174652d76616c69646174696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/lbacik/value-object-illuminate-validation)

Validator wrapper (to be used with ValueObject) for Illuminate Validation class

ValueObject implementation:

Laravel documentation about using Laravel's validator features:

Example value object declaration:

```
class ExampleValueObject extends ValueObject
{
    protected $validators = [
        KeysValidator::class,
        IlluminateValidationValidator::class,
    ];

    protected $keys = [
        'id' => 'required|integer|min:1',
        'name' => 'required|string|max:5',
        'desc' => 'nullable|string|max:100',
    ];
}

```

Value object creation and (instant) validation:

```
$vo = new ExampleValueObject([
    'id' => 1,
    'name' => 'Ala',
    'desc' => 'Sample description',
])

```

For more examples please check the project's tests!

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Every ~206 days

Recently: every ~198 days

Total

7

Last Release

1596d ago

PHP version history (2 changes)v0.0.1PHP &gt;=7.1

v0.4PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/95a0d1fe8d35f2fd34fed52a5bfed0701f2ab04a3073b3bcfcd18c57c845bbfb?d=identicon)[lbacik](/maintainers/lbacik)

---

Top Contributors

[![lbacik](https://avatars.githubusercontent.com/u/7950189?v=4)](https://github.com/lbacik "lbacik (18 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/lbacik-value-object-illuminate-validation/health.svg)

```
[![Health](https://phpackages.com/badges/lbacik-value-object-illuminate-validation/health.svg)](https://phpackages.com/packages/lbacik-value-object-illuminate-validation)
```

###  Alternatives

[propaganistas/laravel-phone

Adds phone number functionality to Laravel based on Google's libphonenumber API.

3.0k38.3M139](/packages/propaganistas-laravel-phone)[spatie/laravel-honeypot

Preventing spam submitted through forms

1.6k6.5M73](/packages/spatie-laravel-honeypot)[intervention/validation

Additional validation rules for the Laravel framework

6777.1M18](/packages/intervention-validation)[proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

1.1k2.3M50](/packages/proengsoft-laravel-jsvalidation)[wendelladriel/laravel-validated-dto

Data Transfer Objects with validation for Laravel applications

761621.7k17](/packages/wendelladriel-laravel-validated-dto)[sunspikes/clamav-validator

Custom Laravel anti-virus validator for file uploads using ClamAV.

3712.0M5](/packages/sunspikes-clamav-validator)

PHPackages © 2026

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