PHPackages                             chimerarocks/l5-yaml-schema - 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. chimerarocks/l5-yaml-schema

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

chimerarocks/l5-yaml-schema
===========================

0.1.7(9y ago)026PHP

Since Dec 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/chimerarocks/l5-yaml-schema)[ Packagist](https://packagist.org/packages/chimerarocks/l5-yaml-schema)[ RSS](/packages/chimerarocks-l5-yaml-schema/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (3)Versions (11)Used By (0)

\#l5-yaml-schema

\#Installation ###1. Install package

```
composer require chimerarocks/l5-yaml-schema

```

\###2. Add provider

\#####in config/app.php

```
'providers' => [
    ...
    ChimeraRocks\YamlSchema\Providers\YamlSchemaServiceProvider::class,
],
```

\###3. Publish config file and resources

```
php artisan vendor:publish

```

\###4. Create schemas at properly dir, specified in config.repository.schemaPath

```
#the entity name
User:
  fields:
    name:
        #type based on Eloquent types
      type: string

  #create relationships
  hasOne:
    entity: [Car,Job]
  belongsTo:
    entity: Family

Family:
  fields:
    name:
      type: string
    address:
      type: string
      length: 255
  hasMany:
    entity: User

```

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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 ~0 days

Total

10

Last Release

3529d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chimerarocks-l5-yaml-schema/health.svg)

```
[![Health](https://phpackages.com/badges/chimerarocks-l5-yaml-schema/health.svg)](https://phpackages.com/packages/chimerarocks-l5-yaml-schema)
```

###  Alternatives

[illuminate/validation

The Illuminate Validation package.

18838.8M2.0k](/packages/illuminate-validation)[sandermuller/laravel-fluent-validation

Fluent validation rule builders for Laravel

21428.9k6](/packages/sandermuller-laravel-fluent-validation)

PHPackages © 2026

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