milpa / skeleton
The composer create-project starting point for a Milpa app: boots milpa/runtime's Kernel, serves a real HTTP response with zero database, and ships a coa CLI (doctor/validate/make/inspect, plus every plugin-declared CommandProviderInterface command) wired to milpa/devtools. Minimal by default — the
v0.9.0
2026-07-16 13:03 UTC
Requires
- php: >=8.3
- milpa/auth: ^0.1
- milpa/command: ^0.1
- milpa/container: ^0.1
- milpa/core: ^0.6
- milpa/data: ^0.2
- milpa/devtools: ^0.6
- milpa/events: ^0.2
- milpa/http: ^0.1
- milpa/plugin: ^0.1
- milpa/runtime: ^0.5
- nyholm/psr7: ^1.8
- nyholm/psr7-server: ^1.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.65
- milpa/tool-runtime: *
- phpstan/phpdoc-parser: ^2.3
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^11.5
Suggests
- milpa/mcp-server: Install to expose this app's tools over MCP — the agent-ready surface. `composer require milpa/tool-runtime milpa/mcp-server` (or: `php bin/coa agent:enable`).
- milpa/tool-runtime: Install to expose this app's tools over MCP — the agent-ready surface. `composer require milpa/tool-runtime milpa/mcp-server` (or: `php bin/coa agent:enable`).