PHPackages                             gorka/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gorka/config

ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

gorka/config
============

Configuration management

v1.0.0(11y ago)028MITPHP

Since May 26Pushed 6y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (3)Used By (0)

⚠️ **This project is unmaintained and might eventually be removed. Use it at your own risk.**

Configuration management
========================

[](#configuration-management)

Configuration management for PHP

[![Build Status](https://camo.githubusercontent.com/698d84ffa6b495098727dacb600d6a3c63affa0059fe9aa82dc0152658556772/68747470733a2f2f7472617669732d63692e6f72672f676c6f70657a6465746f7272652f636f6e6669672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/glopezdetorre/config)[![Code Coverage](https://camo.githubusercontent.com/75bf36ffbdd2a49b7997bb1a565826186e660b984dfb0078dc368c329713d8cf/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f676c6f70657a6465746f7272652f636f6e6669672f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/glopezdetorre/config/?branch=master)

Example
-------

[](#example)

Given a yaml config file, allows accessing config properties with dot notation interface:

```
mongo:
  user: gorka
  pass: s3cr3t

```

```
