tonydspaniard member since: Feb 19, 2013
tonydspaniard's packages
-
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/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/messaging
Thin MessageBus + worker bridge over Symfony Messenger, wired through Altair's Container.
-
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/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/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/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/security
Cryptographic primitives for key derivation (HKDF, PBKDF2), symmetric encryption, and timing-safe MAC verification.
-
PHP
univeros/session
Server-side session storage with pluggable handlers for the filesystem, MongoDB, PDO databases (MySQL/PostgreSQL/SQLite), and Redis.