https://github.com/kachit/config
Simple config management library
https://github.com/kachit/config
config config-management
Last synced: 3 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T15:36:48.000Z (over 7 years ago)
- Last Synced: 2025-05-12T17:33:34.846Z (5 months ago)
- Topics: config, config-management
- Language: PHP
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple config management library
========
[](https://packagist.org/packages/leaphly/cart-bundle)
[](https://travis-ci.org/Kachit/config)
[](https://packagist.org/packages/kachit/config)
[](https://packagist.org/packages/kachit/config)```php
read('/path/to/config/file');$bar = $config->foo->bar;
```