waaseyaa / state
Key-value state storage for Waaseyaa
v0.1.0-alpha.218
2026-06-16 01:58 UTC
Requires
- php: >=8.5
- waaseyaa/database-legacy: ^0.1.0-alpha.218
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-06-16 02:04:03 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.