PHPackages                             fas/configuration - 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. fas/configuration

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

fas/configuration
=================

Fast and simple configuration management

0.2.2(4y ago)01001MITPHPPHP &gt;=7.4.0

Since May 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gielfeldt/fas-configuration)[ Packagist](https://packagist.org/packages/fas/configuration)[ Docs](https://github.com/gielfeldt/fas-routing)[ RSS](/packages/fas-configuration/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (8)Used By (1)

[![Build Status](https://github.com/gielfeldt/fas-configuration/actions/workflows/test.yml/badge.svg)](https://github.com/gielfeldt/fas-configuration/actions/workflows/test.yml)[![Test Coverage](https://camo.githubusercontent.com/7c91c84ca2c1fa5e87a704e069f1cbc2229adec79b51789c45b1172b8c96448e/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f75726c3d68747470733a2f2f676973742e67697468756275736572636f6e74656e742e636f6d2f6769656c66656c64742f61633035363832396365343364653332643337323537633931613736333565352f7261772f6661732d636f6e66696775726174696f6e5f5f6d61696e2e6a736f6e)](https://camo.githubusercontent.com/7c91c84ca2c1fa5e87a704e069f1cbc2229adec79b51789c45b1172b8c96448e/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f75726c3d68747470733a2f2f676973742e67697468756275736572636f6e74656e742e636f6d2f6769656c66656c64742f61633035363832396365343364653332643337323537633931613736333565352f7261772f6661732d636f6e66696775726174696f6e5f5f6d61696e2e6a736f6e)

[![Latest Stable Version](https://camo.githubusercontent.com/b0383f7d994af41c6b565a64c47e9778b052f2e960fca684d953872106f9d811/68747470733a2f2f706f7365722e707567782e6f72672f6661732f636f6e66696775726174696f6e2f762f737461626c652e737667)](https://packagist.org/packages/fas/configuration)[![Latest Unstable Version](https://camo.githubusercontent.com/e7db6499b24c5ea499e638b63002fda5693eb2fb29597ee5bdafac03c60393c0/68747470733a2f2f706f7365722e707567782e6f72672f6661732f636f6e66696775726174696f6e2f762f756e737461626c652e737667)](https://packagist.org/packages/fas/configuration#dev-main)[![License](https://camo.githubusercontent.com/872be34b3d9aaee319982285d204e94ae3fdc1b27df860aff13fe0e1c655c2f7/68747470733a2f2f706f7365722e707567782e6f72672f6661732f636f6e66696775726174696f6e2f6c6963656e73652e737667)](https://github.com/gielfeldt/fas-configuration/blob/main/LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/bb2267f3ff10892e7b4edcf319306854ada426d371294c35b8513cc50a495204/68747470733a2f2f706f7365722e707567782e6f72672f6661732f636f6e66696775726174696f6e2f646f776e6c6f6164732e737667)](https://camo.githubusercontent.com/bb2267f3ff10892e7b4edcf319306854ada426d371294c35b8513cc50a495204/68747470733a2f2f706f7365722e707567782e6f72672f6661732f636f6e66696775726174696f6e2f646f776e6c6f6164732e737667)

Installation
============

[](#installation)

```
composer require fas/configuration
```

Usage
=====

[](#usage)

A simple configuration file library.

```
database:
    host: mydbhost
```

```
