linkorb/config

Universal configuration data loader

Maintainers

Package info

github.com/linkorb/config

Homepage

pkg:composer/linkorb/config

Statistics

Installs: 294

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.1 2025-09-23 11:46 UTC

This package is auto-updated.

Last update: 2026-02-23 14:28:20 UTC


README

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