univeros/container dependents (27) Order by: downloads | none 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/module
Pluggable extension modules for Univeros: a module self-registers its routes, Cycle entities, and migrations into a host app via one container tag.
-
PHP
univeros/persistence
Thin Repository + UnitOfWork contract over Cycle ORM v2, wired through Altair's Container.
-
PHP
univeros/polaris
Polaris for PHP as a Univeros module: authentication, MFA/OTP, organizations and RBAC on polaris/core.
-
PHP
univeros/observability
bin/altair observability:* — framework-native runtime observability. OpenTelemetry-compatible spans + metrics emitted natively (OTLP-JSON over HTTP, no SDK dependency), a PSR-15 middleware for per-request tracing, and a JSONL log under .altair/observability/ for local inspection and after-the-fact a
-
PHP
univeros/scaffold
Spec-to-API code generator: YAML spec in, Action/Input/Responder + OpenAPI + tests out.
-
PHP
univeros/doctor
bin/altair doctor — health checks with agent-actionable output. Deterministic JSON for agents, scannable text for humans.
-
PHP
univeros/bootstrap
Zero-to-running project bootstrap: the bin/altair new command that materialises a runnable Altair API from the skeleton template.
-
PHP
univeros/logging
PSR-3 application logging for Altair, backed by Monolog and wired from LOG_* env vars. JSON-lines to stderr by default.
-
PHP
univeros/courier
Synchronous command bus that routes immutable message objects to their handlers through a configurable middleware pipeline.
-
PHP
univeros/webhooks
First-class webhook framework for Univeros: signing primitives, inbound verify middleware, and an outbound dispatcher with retry / dead-letter / replay.
-
PHP
univeros/validation
Rule-based input validation that rejects values not conforming to declared constraints — the gatekeeping counterpart to sanitation.
-
PHP
univeros/tinker
bin/altair tinker — an interactive PsySH REPL with the DI container in scope and a doctor-style preamble of what's wired. A local debugging tool for developers, not an agent surface.
-
PHP
univeros/suggest
bin/altair suggest — walks the introspection surface and proposes refactors: dead bindings, fat constructors, dead events, routes without specs, orphan middleware. Deterministic JSON for agents and CI.