univeros/structure dependents (8) Order by: name | downloads Show: all | require | require-dev
-
PHP
univeros/configuration
Composable, container-aware configuration: loads .env via phpdotenv 5 and wires dependency bindings through a unified interface.
-
PHP
univeros/container
Reflection-backed PSR-11 dependency-injection container with auto-wiring, contextual bindings, tagged services, decorators, and child scopes.
-
PHP
univeros/cookie
Immutable value objects for HTTP cookies, plus a manager that reads, writes, and modifies them on PSR-7 requests and responses.
-
PHP
univeros/courier
Synchronous command bus that routes immutable message objects to their handlers through a configurable middleware pipeline.
-
PHP
univeros/http
PSR-15 HTTP foundation with the Action/Domain/Input/Responder lifecycle, FastRoute routing, content negotiation, and JWT authentication.
-
PHP
univeros/middleware
Generic, domain-agnostic middleware pipeline: a typed Payload flows through an ordered stack driven by a Runner (distinct from PSR-15 HTTP middleware).
-
PHP
univeros/sanitation
Composable input sanitation that transforms untrusted input into a safe, canonical form before it reaches your domain logic.
-
PHP
univeros/validation
Rule-based input validation that rejects values not conforming to declared constraints — the gatekeeping counterpart to sanitation.