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

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

comphp/config-yaml
==================

Configuration Driver for CommonPHP which encodes/decodes the YAML

0.3(2w ago)11MITPHPPHP ^8.5

Since May 20Pushed 2w agoCompare

[ Source](https://github.com/commonphp/config-yaml)[ Packagist](https://packagist.org/packages/comphp/config-yaml)[ RSS](/packages/comphp-config-yaml/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

CommonPHP YAML Config Driver
============================

[](#commonphp-yaml-config-driver)

Configuration driver for CommonPHP that encodes and decodes YAML configuration data.

Requirements
------------

[](#requirements)

- PHP `^8.5`
- `comphp/config:^0.3`
- `symfony/yaml:^8.0`

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

[](#installation)

Once this package is available through your Composer repositories, install it with:

```
composer require comphp/config-yaml
```

Usage
-----

[](#usage)

```
