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

ActiveLibrary

unity/config
============

Extensible configuration manager for PHP projects that uses dot notation and supports json, ini, array based and many more common formats

28PHPCI failing

Since Nov 12Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Unity/Config
============

[](#unityconfig)

An extensible configuration manager for PHP projects.

**Get started managing your configurations.**

- [Documentation](https://github.com/unity-framework/Config/blob/master/docs/documentation.md)
- [Examples](https://github.com/unity-framework/Config/blob/master/docs/examples.md)

Features
--------

[](#features)

- Array access
- Dot notation access
- Configurations cache
- Auto driver detection
- Runtime modification

Supported drivers
-----------------

[](#supported-drivers)

- [INI](#ini)
- [PHP](#php)
- [XML](#xml)
- [YAML](#yaml)
- [jSON](#json)

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

[](#installation)

```
composer require unity/config

```

Usage
-----

[](#usage)

You have the follow configuration file: **configs/db.php** in your project folder containing the bellow configurations:

```
