waaseyaa / state
Key-value state storage for Waaseyaa
v0.1.0-alpha.256
2026-07-06 21:24 UTC
Requires
- php: >=8.5
- waaseyaa/database-legacy: ^0.1.0-alpha.256
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-07-06 21:32:32 UTC
README
Layer 0 — Foundation
Application state management for Waaseyaa.
Provides a key-value state store for cross-request application state that doesn't belong in the config system (e.g. runtime flags, feature toggles, install status). Backed by the database or a simple file store.
Key classes: StateInterface, MemoryState, SqlState.