PHPackages                             sboesch/extended-yaml - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. sboesch/extended-yaml

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

sboesch/extended-yaml
=====================

A parsing library for extended YAML.

1.0.1(7y ago)019MITPHP

Since Apr 30Pushed 7y ago1 watchersCompare

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

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

Extended Yaml
=============

[](#extended-yaml)

Extended Yaml is a subset of Yaml, providing support for the magic `$extends` property.

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

[](#installation)

```
composer require sboesch/extended-yaml

```

Example
-------

[](#example)

### Input

[](#input)

```
user_types:
  user:
    first_name: null
    last_name: null
    email: null
    password: null
    enabled: 1
    roles: [ROLE_USER]
  admin:
    $extends: 'user_types.user'
    roles: [ROLE_USER, ROLE_ADMIN]

users:
  admin:
    $extends: 'user_types.admin'
```

### Output

[](#output)

```
user_types:
  user:
    first_name: null
    last_name: null
    email: null
    password: null
    enabled: 1
    roles: [ROLE_USER]
  admin:
    first_name: null
    last_name: null
    email: null
    password: null
    enabled: 1
    roles: [ROLE_USER, ROLE_ADMIN]

users:
  admin:
    first_name: null
    last_name: null
    email: null
    password: null
    enabled: 1
    roles: [ROLE_USER, ROLE_ADMIN]
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

2

Last Release

2567d ago

### Community

Maintainers

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

---

Top Contributors

[![sboesch](https://avatars.githubusercontent.com/u/16945695?v=4)](https://github.com/sboesch "sboesch (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sboesch-extended-yaml/health.svg)

```
[![Health](https://phpackages.com/badges/sboesch-extended-yaml/health.svg)](https://phpackages.com/packages/sboesch-extended-yaml)
```

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[mnapoli/front-yaml

YAML Front matter parser

2855.6M50](/packages/mnapoli-front-yaml)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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