Libraries tagged by runtime
milpa/mcp-server
6575 Downloads
Model Context Protocol (MCP) transport core for the Milpa PHP framework: a transport-agnostic JSON-RPC 2.0 dispatcher over the tool-runtime registry, plus the auth seam a host implements to turn a bearer token into an authenticated caller.
milpa/live-tui
13545 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/framework
4499 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/data
10239 Downloads
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.
milpa/auth
9850 Downloads
Runtime-native identity vocabulary for the Milpa PHP framework: the typed Actor / AuthContext / AuthState / Credential primitives, the CredentialVerifier, AuthContextFactory and SessionStore contracts, and the WebAuthn ceremony types (RelyingParty, WebAuthnVerifier, assertion/registration value objects) — the trusted producer of the context policies need. Zero framework, zero ORM, fail-closed by construction.
leocavalcante/swoole-futures
4620 Downloads
Futures + async/await for PHP's Swoole concurrency run-time.
leocavalcante/shape
105501 Downloads
Run-time type checks against plain old PHP arrays
imsuperlative/larastan-filament-macro
16734 Downloads
PHPStan extension for Filament's Macroable trait — runtime macro method resolution via Larastan.
iliaal/mdparser
2330 Downloads
Native C CommonMark + GitHub Flavored Markdown parser for PHP, targeting CommonMark 0.31 + GFM. ~10-20x faster than pure-PHP parsers, zero runtime dependencies.
heleket/php-sdk
22636 Downloads
Official PHP SDK for the Heleket cryptocurrency payment API: payments, payouts, balance, exchange rates, and signed webhooks. Zero runtime dependencies.
fluffydiscord/roadrunner-symfony-bundle
13008 Downloads
Roadrunner runtime for Symfony
diagonal/laravel-ts-enum-generator
19065 Downloads
Generate runtime-usable TypeScript objects and enums from PHP enums with utils
deminy/counit
16171 Downloads
To run time/IO related unit tests (e.g., sleep function calls, database queries, API calls, etc) faster using Swoole.
contributte/api-docu
33391 Downloads
Documentation generating for ApiRouter routes - awesome runtime documentation
bretterer/laravel-pseudoloc
2965 Downloads
Runtime pseudolocalization for Laravel. Flip a flag, see every i18n bug: translated strings render accented and expanded, hardcoded strings stay plain English and jump out. Zero artifacts, no generated locale files.