Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kachit/config

Simple config management library
https://github.com/kachit/config

config config-management

Last synced: 8 days ago
JSON representation

Simple config management library

Awesome Lists containing this project

README

        

Simple config management library
========
[![License](https://poser.pugx.org/leaphly/cart-bundle/license.svg)](https://packagist.org/packages/leaphly/cart-bundle)
[![Build Status](https://travis-ci.org/Kachit/config.svg?branch=master)](https://travis-ci.org/Kachit/config)
[![Latest Stable Version](https://poser.pugx.org/kachit/config/v/stable)](https://packagist.org/packages/kachit/config)
[![Total Downloads](https://poser.pugx.org/kachit/config/downloads)](https://packagist.org/packages/kachit/config)

```php
read('/path/to/config/file');

$bar = $config->foo->bar;
```