tonydspaniard member since: Feb 19, 2013
tonydspaniard's packages
-
PHP
univeros/container
Reflection-backed PSR-11 dependency-injection container with auto-wiring, contextual bindings, tagged services, decorators, and child scopes.
-
PHP
univeros/cookie
Immutable value objects for HTTP cookies, plus a manager that reads, writes, and modifies them on PSR-7 requests and responses.
-
PHP
univeros/courier
Synchronous command bus that routes immutable message objects to their handlers through a configurable middleware pipeline.
-
PHP
univeros/data
Trait-composed, immutable-by-default data objects with JSON serialization, Serializable support, and Carbon-powered date mutators.
-
PHP
univeros/doctor
bin/altair doctor — health checks with agent-actionable output. Deterministic JSON for agents, scannable text for humans.
-
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.
-
PHP
univeros/events
Append-only mutation event log (.altair/events.jsonl) — session memory for agents and humans.
-
PHP
univeros/examples
Curated, browsable library of idiomatic Univeros patterns plus CLI + MCP tools so agents can discover and read them.
-
PHP
univeros/filesystem
Flysystem v3 wrapper offering one swap-friendly API for local, S3, SFTP, FTP, and Dropbox storage, wired to the Altair container.
-
-
PHP
univeros/happen
PSR-14 event dispatcher with priority ordering, subscriber grouping, provider-based registration, wildcard listeners, and batch dispatch.
-
PHP
univeros/http
PSR-15 HTTP foundation with the Action/Domain/Input/Responder lifecycle, FastRoute routing, content negotiation, and JWT authentication.
-
PHP
univeros/idempotency
Stripe-style Idempotency-Key primitive for Univeros: storage contract, adapters, and (in companion packages) PSR-15 middleware + spec block.
-
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/introspection
What's wired into this project right now? CLI commands + inspectors for the Container, routes, listeners, middleware, manifests, specs, and config.