https://github.com/linkorb/config
Universal configuration data loader
https://github.com/linkorb/config
Last synced: 3 months ago
JSON representation
Universal configuration data loader
- Host: GitHub
- URL: https://github.com/linkorb/config
- Owner: linkorb
- License: mit
- Created: 2020-05-02T11:54:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T11:54:52.000Z (about 5 years ago)
- Last Synced: 2025-01-06T06:43:52.423Z (5 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Universal configuration data loader
=============This library lets you recursively load configuration data from JSON, YAML and similar files.
* It outputs a single data array with all of your configuration data
* It allows users to split their configuration data into multiple files that can be included.
* Includes keep track of their original files, so relative paths are relative to the file that defines them.
* JSON files can include YAML files and visa-versa## Usage
Refer to examples/example.php for a clear example of this library's usage