waaseyaa / state
Key-value state storage for Waaseyaa
v0.1.0-alpha.7
2026-03-15 03:16 UTC
Requires
- php: >=8.3
- waaseyaa/database-legacy: ^0.1
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-03-15 16:00:42 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.