univeros/configuration dependents (27) Order by: name | downloads Show: all | require | require-dev
-
PHP
univeros/migration-intelligence
bin/altair db:migration-plan — proposes safe Cycle migrations from spec/entity diffs with read-only safety checks (NOT NULL backfill, unique dupes, FK orphans, type-cast, large tables) and two-phase rename/type-change plans. Deterministic JSON for agents and CI.
-
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/observatory
Observatory — a dev-only web monitoring panel for Altair apps. A thin, gated presentation layer over the framework's introspection, doctor, events, messaging and persistence data sources.
-
PHP
univeros/persistence
Thin Repository + UnitOfWork contract over Cycle ORM v2, wired through Altair's Container.
-
PHP
univeros/profiling
bin/altair profile — framework-native sampling profiler. Answers "where does my code spend time?" via excimer (or xdebug) sampling, builds a weighted call tree + hotspot table + flamegraph SVG, and diffs two profiles to flag regressions. Deterministic JSON for agents and CI.
-
PHP
univeros/sanitation
Composable input sanitation that transforms untrusted input into a safe, canonical form before it reaches your domain logic.
-
PHP
univeros/scaffold
Spec-to-API code generator: YAML spec in, Action/Input/Responder + OpenAPI + tests out.
-
PHP
univeros/session
Server-side session storage with pluggable handlers for the filesystem, MongoDB, PDO databases (MySQL/PostgreSQL/SQLite), and Redis.
-
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.
-
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/validation
Rule-based input validation that rejects values not conforming to declared constraints — the gatekeeping counterpart to sanitation.
-
PHP
univeros/webhooks
First-class webhook framework for Univeros: signing primitives, inbound verify middleware, and an outbound dispatcher with retry / dead-letter / replay.