PHPackages                             hail/config - 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. [Framework](/categories/framework)
4. /
5. hail/config

ActiveLibrary[Framework](/categories/framework)

hail/config
===========

Config management tools

v0.10.1(4y ago)04MITPHPPHP &gt;=8.0.0

Since Jul 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/hail-framework/config)[ Packagist](https://packagist.org/packages/hail/config)[ Docs](http://framework.flyinghail.com/)[ RSS](/packages/hail-config/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (4)Versions (7)Used By (0)

Config
======

[](#config)

Loaders
=======

[](#loaders)

.yml / .yaml
------------

[](#yml--yaml)

Hail\\Config\\Loader\\Yaml

```
key:
  sub: true
```

.json
-----

[](#json)

Hail\\Config\\Loader\\Json

```
{
  "key": {
    "sub": true
  }
}
```

.php
----

[](#php)

Hail\\Config\\Loader\\Php

```
