PHPackages                             fluentdom/yaml-dipper - 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. fluentdom/yaml-dipper

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

fluentdom/yaml-dipper
=====================

YAML support for FluentDOM (using Dipper)

0.1.1(8y ago)00MITPHP

Since Feb 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ThomasWeinert/FluentDOM-YAML-Dipper)[ Packagist](https://packagist.org/packages/fluentdom/yaml-dipper)[ Docs](http://fluentdom.org)[ RSS](/packages/fluentdom-yaml-dipper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

FluentDOM-YAML-Dipper
=====================

[](#fluentdom-yaml-dipper)

[![License](https://camo.githubusercontent.com/eab0b43625d5df075ca66fa3657021e43c5fdd3a3af7815ce42b7566fb1fce93/68747470733a2f2f706f7365722e707567782e6f72672f666c75656e74646f6d2f79616d6c2d6469707065722f6c6963656e73652e737667)](http://www.opensource.org/licenses/mit-license.php)[![Build Status](https://camo.githubusercontent.com/e969a34e470d97fd37a2a88e213b39daec209c19b945092f8f507516ebfafafa/68747470733a2f2f7472617669732d63692e6f72672f466c75656e74444f4d2f59414d4c2d4469707065722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/FluentDOM/YAML-Dipper)[![Total Downloads](https://camo.githubusercontent.com/5ad6734c11b86bc5fafed7c9a12cca329c6fde62b3525cb5d13041aa803d137e/68747470733a2f2f706f7365722e707567782e6f72672f666c75656e74646f6d2f79616d6c2d6469707065722f646f776e6c6f6164732e737667)](https://packagist.org/packages/fluentdom/yaml-dipper)[![Latest Stable Version](https://camo.githubusercontent.com/08daf3a3beafe01c420451c26487f10e55fa9d0f70d8fed2bebeca1d59adfc34/68747470733a2f2f706f7365722e707567782e6f72672f666c75656e74646f6d2f79616d6c2d6469707065722f762f737461626c652e737667)](https://packagist.org/packages/fluentdom/yaml-dipper)[![Latest Unstable Version](https://camo.githubusercontent.com/11910f9d6bef022efaee3a14fd12c35a9a484d0c1063afa972fc1b95eb620e45/68747470733a2f2f706f7365722e707567782e6f72672f666c75656e74646f6d2f79616d6c2d6469707065722f762f756e737461626c652e737667)](https://packagist.org/packages/fluentdom/yaml-dipper)

Adds support for YAML to FluentDOM. It adds a loader and a serializer. It uses the [Dipper](https://github.com/secondparty/dipper) library.

NOTE: At the moment a [fork of Dipper](https://github.com/FluentDOM/dipper) is used.

This plugin needs FluentDOM 5.2.1 aka the current development version.

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

[](#installation)

```
composer require fluentdom/yaml-dipper

```

Loader
------

[](#loader)

The loader registers automatically. You can trigger it with the types `yaml` and `text/yaml`.

```
$document = FluentDOM::load($yaml, 'text/yaml');
$query = FluentDOM($yaml, 'text/yaml');
```

Serializer
----------

[](#serializer)

The serializer needs to be created with for document and can be casted into a string.

```
echo new FluentDOM\YAML\Dipper\Serializer($document);
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

3206d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/236825?v=4)[Thomas Weinert](/maintainers/ThomasWeinert)[@ThomasWeinert](https://github.com/ThomasWeinert)

---

Top Contributors

[![ThomasWeinert](https://avatars.githubusercontent.com/u/236825?v=4)](https://github.com/ThomasWeinert "ThomasWeinert (6 commits)")

---

Tags

xmlyamldomfluentdom

### Embed Badge

![Health badge](/badges/fluentdom-yaml-dipper/health.svg)

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

###  Alternatives

[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[jms/metadata

Class/method/property metadata management in PHP

1.8k152.8M88](/packages/jms-metadata)[hassankhan/config

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

97513.5M170](/packages/hassankhan-config)[sabre/xml

sabre/xml is an XML library that you may not hate.

52832.2M131](/packages/sabre-xml)[veewee/xml

XML without worries

1835.9M29](/packages/veewee-xml)[fluentdom/fluentdom

A fluent api for the php dom extension.

337306.9k17](/packages/fluentdom-fluentdom)

PHPackages © 2026

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