northrook / settings
Lightweight PHP package for persistent settings, globally available using dot notation.
dev-main
2024-09-30 10:44 UTC
Requires
- php: >=8.3
- northrook/array-access: dev-main
- northrook/support: dev-main
- psr/log: @stable
Requires (Dev)
- northrook/dev-env: dev-main
This package is auto-updated.
Last update: 2024-10-30 10:54:38 UTC
README
Lightweight PHP package for persistent settings, globally available using dot notation.
Delineated notation access to PHP arrays, with Primary Value options, allowing for each sub-array key to hold a returnable value.
Delineated notation access to PHP arrays, with an optional Primary Value, allowing sub-array keys to return either their assigned value, or nested values.