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(6y ago)019MITPHP

Since Apr 30Pushed 6y 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 today

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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

2518d ago

### Community

Maintainers

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

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

[nkkollaw/reserved-subdomains

Subdomain validator for multitenant apps

793.0k](/packages/nkkollaw-reserved-subdomains)[prohalexey/the-choice

253.3k](/packages/prohalexey-the-choice)[bukashk0zzz/liip-imagine-serialization-bundle

Provides integration between LiipImagineBundle and JMSSerializerBundle.

2517.5k](/packages/bukashk0zzz-liip-imagine-serialization-bundle)[opensoft/simple-serializer

Simple Serializer

1914.2k1](/packages/opensoft-simple-serializer)[phppkg/config

Config manage, load, get. Supports INI,JSON,YAML,NEON,PHP format file

133.5k](/packages/phppkg-config)

PHPackages © 2026

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