milpa/core dependents (25) Order by: name | downloads Show: all | require | require-dev

  • PHP

    milpa/ai-gateway

    Dual-provider LLM gateway for the Milpa PHP framework: OpenAI + Anthropic chat-completions client with tool-call format translation, an agentic tool-use loop, and a ToolRegistry facade for LLM/MCP exposure.

    Latest version requires milpa/core ^0.6

  • PHP

    milpa/auth

    Runtime-native identity vocabulary for the Milpa PHP framework: the typed Actor / AuthContext / AuthState / Credential primitives and the CredentialVerifier, AuthContextFactory and SessionStore contracts — the trusted producer of the context policies need. Zero framework, zero ORM, fail-closed by co

    Latest version requires milpa/core *

  • PHP

    milpa/auth-webauthn

    Passkey / WebAuthn for the Milpa PHP framework: the WebAuthnVerifier, ChallengeStore and WebAuthnCredentialStore contracts, ceremony value objects, in-memory defaults, and a lbuchs adapter. A verified assertion mints a session — it is never a per-request transport. Zero framework, zero ORM.

    Latest version requires milpa/core *

  • PHP

    milpa/command

    The Command-as-atom core: the surface-agnostic Operation value object plus the CommandProvider and SurfaceProjector contracts. One operation, N surfaces.

    Latest version requires milpa/core *

  • PHP

    milpa/container

    Reflection-autowiring PSR-11 dependency injection container for the Milpa PHP framework: lazy singleton resolution, circular-dependency detection with chain reporting, and safe optional retrieval.

    Latest version requires milpa/core ^0.6

  • PHP

    milpa/data

    Runtime-native persistence primitive for the Milpa PHP framework: a plain-entity + repository contract, with file-JSON, SQLite and MySQL document-store, and in-memory backends behind a common RepositoryInterface — zero ORM, zero migrations.

    Latest version requires milpa/core *

  • PHP

    milpa/devtools

    The coa generate-verify-inspect developer loop for the Milpa PHP framework: deterministic controller/entity scaffolding (Make engine), framework health + plugin-manifest + capability-graph validators, and BaseController/Doctrine-entity convention verifiers.

    Latest version requires milpa/core *

  • PHP

    milpa/event-store

    Append-only event-log primitive for the Milpa PHP framework: durable JSONL file store and in-memory store behind a common EventStoreInterface — per-stream replay and store-wide monotonic sequencing.

    Latest version requires milpa/core *

  • PHP

    milpa/events

    String-named event dispatch for the Milpa PHP framework: dot-segment wildcard subscriptions, priorities, listener error isolation, and a pluggable async (queue) seam.

    Latest version requires milpa/core ^0.6

  • PHP

    milpa/example-agent-ready-blog

    Runnable example of the Milpa loop — plugin → capability → tool → verification → event → result — as a tiny agent-ready blog.

    Latest version requires milpa/core ^0.6

  • PHP

    milpa/governance

    Governance-as-contract: immutable ADRs compile into a Governance Profile and an inspectable, honestly-enforced Governance Plan — an enforced gate is only honest if its mechanism actually guards the subject.

    Latest version requires milpa/core ^0.6

  • PHP

    milpa/http

    PSR-15-native routing and middleware contracts for the Milpa PHP framework.

    Latest version requires milpa/core ^0.6

  • PHP

    milpa/live

    Render-target-agnostic live component primitives for the Milpa PHP framework: contracts, value objects, components, data sources, and the event-driven mount/handle/render lifecycle.

    Latest version requires milpa/core ^0.6

  • PHP

    milpa/live-web

    HTTP/HTML transport layer for Milpa Live: CSRF/HMAC/nonce security, the signed XHTML state-transfer codec, the wire-protocol LiveEndpoint controller, and the HTML/Alpine/Latte-subset renderers for the Milpa PHP framework.

    Latest version requires milpa/core ^0.6

  • PHP

    milpa/mcp-client

    MCP (Model Context Protocol) client for the Milpa PHP framework: stdio and HTTP/SSE transports, JSON-RPC framing, capability negotiation, and tool/resource discovery for connecting to external MCP servers.

    Latest version requires milpa/core *