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

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

pieter/yaml
===========

yaml parser for laravel 4

11.3k1PHP

Since Oct 1Pushed 11y ago1 watchersCompare

[ Source](https://github.com/broklyngagah/l4yaml)[ Packagist](https://packagist.org/packages/pieter/yaml)[ RSS](/packages/pieter-yaml/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

L4-yaml file parser
===================

[](#l4-yaml-file-parser)

> Now this package support for laravel 5

This using symfony2 yaml component.

installing
----------

[](#installing)

for simple way, try using composer, add this on your composer.json file in require tag

```
"pieter/yaml": "dev-master"

```

and run from terminal

```
~/php composer.phar update "pieter/yaml"

```

after that, add this code on **app/config/app.php**

```
array(
  'providers' => array (
        other providers,
        'Pieter\Yaml\YamlServiceProvider',
    ),
  'aliases' => array (
        other aliases,
        'Yaml'            => 'Pieter\Yaml\Facades\Yaml',
    )
  ),
)

```

Config
------

[](#config)

If you want to create custom config, you can use default config and publish to your project config folder

```
~/php artisan config:publish pieter/yaml

```

How to use
----------

[](#how-to-use)

just create in yaml on app/config folder and call from your controller

```
\Yaml::setFile('[your_file].yml');
return \Yaml::parsing();

```

enjoy it !

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/93311efed765c41c2b37ee701ddb342901fd3be1f0edbc01fc0e0844c1489f5b?d=identicon)[broklyngagah](/maintainers/broklyngagah)

---

Top Contributors

[![broklyngagah](https://avatars.githubusercontent.com/u/864445?v=4)](https://github.com/broklyngagah "broklyngagah (13 commits)")

### Embed Badge

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

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

###  Alternatives

[mtdowling/jmespath.php

Declaratively specify how to extract elements from a JSON document

2.0k472.8M135](/packages/mtdowling-jmespathphp)[opis/closure

A library that can be used to serialize closures (anonymous functions) and arbitrary data.

2.6k230.0M284](/packages/opis-closure)[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)[michelf/php-markdown

PHP Markdown

3.5k52.4M345](/packages/michelf-php-markdown)[jms/metadata

Class/method/property metadata management in PHP

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

PHPackages © 2026

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