Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kachit/config
- Owner: Kachit
- Created: 2016-12-30T13:31:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T15:36:48.000Z (over 6 years ago)
- Last Synced: 2024-10-07T15:36:42.732Z (about 1 month ago)
- Topics: config, config-management
- Language: PHP
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;
```