Libraries tagged by mllp
milpa/mercure
3471 Downloads
Mercure hub publisher for the Milpa PHP framework: self-signed JWT generation and SSE publish over cURL.
milpa/live-tui
10155 Downloads
Terminal transport layer for Milpa Live: a retained-mode TUI runtime with virtual-buffer diffing, its own ANSI painter, focus and shortcut management, and the node renderers that paint Milpa Live components in the terminal for the Milpa PHP framework.
milpa/event-store
7189 Downloads
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.
milpa/app-runtime
5707 Downloads
The agent runtime a Milpa app INSTALLS instead of copying: session gate, sub-agent delegation, tree budget, sterile-loop guard and the live bridge. Lives here so an existing app receives its improvements — a template that copies what nobody edits is a package in disguise.
milpa/framework
2972 Downloads
The composer create-project starting point for a Milpa app: a runtime whose every capability is a declared Operation, reachable from the terminal, from MCP and from a TUI at once. No database, no web framework — an agent-operable substrate you extend with plugins.
milpa/auth-webauthn
714 Downloads
Passkey / WebAuthn adapter for the Milpa PHP framework: the lbuchs/webauthn implementation of milpa/auth's WebAuthnVerifier, plus in-memory challenge and credential stores. Ceremony types and contracts live in milpa/auth. A verified assertion mints a session — it is never a per-request transport. Zero framework, zero ORM.
milpa/admin
1308 Downloads
The administration panel of the Milpa PHP framework: an event-driven dashboard composed of Milpa Components, where every installed plugin declares its own section, routes and services — and the panel discovers them without knowing any plugin by name.
mll-lab/str_putcsv
284335 Downloads
The missing `str_putcsv` function for PHP
mll-lab/slate-php
34901 Downloads
PHP implementation of the [Slate Rich Text Editor](https://slatejs.org) data model
mll-lab/rector-config
39357 Downloads
Shared rules for Rector
mll-lab/php-utils
59802 Downloads
Shared PHP utility functions of MLL
milpa/agent-workspace
771 Downloads
The agent's workspace for the Milpa PHP framework: the conversation, the composer, the gate, the work board and the decisions inbox — the room where a human meets the agent, declared as a section of the Milpa panel. Opt-in: an app has a panel without it.
mlaphp/mlaphp
8643 Downloads
Library of code introduced throughout Modernizing Legacy Applications in PHP.
milpa/workflow
278 Downloads
ORM-backed data-driven state machine for the Milpa PHP framework: states, transitions and approval gates with evidence, plus a VerifierInterface bridge into the core verification seam.
milpa/web-search
40 Downloads
A governed web:search capability for Milpa apps — read-only locally, but the query leaves the machine (Externality::ThirdParty), so the egress gate governs it.