univeros/cli dependents (18) Order by: downloads | none Show: all | require | require-dev
-
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/messaging
Thin MessageBus + worker bridge over Symfony Messenger, wired through Altair's Container.
-
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.
-
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/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/agent-spec
Generates AI-readable manifests describing every framework package and the host application.
-
PHP
univeros/mcp
Model Context Protocol server: exposes the framework's capabilities as MCP tools so any MCP-capable agent can drive an Altair project natively.
-
PHP
univeros/introspection
What's wired into this project right now? CLI commands + inspectors for the Container, routes, listeners, middleware, manifests, specs, and config.
-
PHP
univeros/index
bin/altair index — a symbol-usage index built from the PHP AST plus spec awareness. Answers find-usages, implementers, callers-of, dead-code, and refactor-impact queries in milliseconds, as deterministic JSON for agents and CI. SQLite-backed.
-
PHP
univeros/examples
Curated, browsable library of idiomatic Univeros patterns plus CLI + MCP tools so agents can discover and read them.
-
PHP
univeros/events
Append-only mutation event log (.altair/events.jsonl) — session memory for agents and humans.