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)026

Since Dec 10Compare

[ 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 Synced yesterday

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

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

3484d ago

### Community

Maintainers

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

###  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.

18837.7M1.7k](/packages/illuminate-validation)[laravel-validation-rules/credit-card

Validate credit card number, expiration date, cvc

2422.3M6](/packages/laravel-validation-rules-credit-card)[danielebarbaro/laravel-vat-eu-validator

A simple package that validates EU VAT numbers against the central ec.europa.eu database

41401.6k](/packages/danielebarbaro-laravel-vat-eu-validator)

PHPackages © 2026

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