Search by

waaseyaa / config

jonesrussell

Configuration management as YAML with package-aware ownership for Waaseyaa

Package info

github.com/waaseyaa/config

pkg:composer/waaseyaa/config

Statistics

Installs: 14 928

Dependents: 12

Suggesters: 1

Stars: 0

Open Issues: 0

v0.1.0-alpha.300 2026-09-02 15:49 UTC

This package is auto-updated.

Last update: 2026-09-02 16:14:18 UTC


README

Layer 1 — Core Data

Configuration management for Waaseyaa applications.

Provides ConfigFactoryInterface, ConfigInterface, and a file-backed ConfigFactory that reads YAML/PHP config files from a sync directory. MemoryStorage is available for tests. Config keys follow a config_name.key.path dot-notation convention.

Key classes: ConfigFactoryInterface, ConfigFactory, MemoryStorage.