burdock/php-config

loading configuration from json/yaml/toml file

v0.2.2 2022-11-24 11:40 UTC

This package is auto-updated.

Last update: 2024-04-24 15:04:36 UTC


README

What Is It ?

Tool for loading configuration file of json, yaml and toml.

Features

  • loading configuration values from specific formatted file.
  • digging the value by the JSONPath like notation.
    • Not a strict implementation for JSONPath
      • The array index [N] should always be a integer value and so on.

How to use id.

  • see the tests.