Search by

univeros/container dependents (27) Order by: downloads | none Show: all | require | require-dev

  • PHP

    univeros/sanitation

    Composable input sanitation that transforms untrusted input into a safe, canonical form before it reaches your domain logic.

    Latest version requires univeros/container ^2.0

  • 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.

    Latest version requires univeros/container ^2.0

  • PHP

    univeros/eval

    bin/altair eval — a sandboxed scratchpad that executes a short PHP snippet inside the project's container in a guarded subprocess (disable_functions, open_basedir, memory + wall-clock limits) and returns a structured JSON result. The agent's "let me check" primitive.

    Latest version requires univeros/container ^2.0

  • 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.

    Latest version requires univeros/container ^2.0

  • 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.

    Latest version requires univeros/container ^2.0

  • PHP

    univeros/messaging

    Thin MessageBus + worker bridge over Symfony Messenger, wired through Altair's Container.

    Latest version requires univeros/container ^2.0

  • 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.

    Latest version requires univeros/container ^2.0

  • PHP

    univeros/introspection

    What's wired into this project right now? CLI commands + inspectors for the Container, routes, listeners, middleware, manifests, specs, and config.

    Latest version requires univeros/container ^2.0

  • 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.

    Latest version requires univeros/container ^2.0

  • PHP

    univeros/idempotency

    Stripe-style Idempotency-Key primitive for Univeros: storage contract, adapters, and (in companion packages) PSR-15 middleware + spec block.

    Latest version requires univeros/container ^2.0

  • PHP

    univeros/examples

    Curated, browsable library of idiomatic Univeros patterns plus CLI + MCP tools so agents can discover and read them.

    Latest version requires univeros/container ^2.0

  • PHP

    univeros/events

    Append-only mutation event log (.altair/events.jsonl) — session memory for agents and humans.

    Latest version requires univeros/container ^2.0