marko / devserver
Marko Framework Dev Server
0.8.0
2026-05-29 12:25 UTC
Requires
- php: ^8.5
- marko/config: 0.8.0
- marko/core: 0.8.0
Requires (Dev)
- pestphp/pest: ^4.0
This package is auto-updated.
Last update: 2026-06-03 14:28:37 UTC
README
Start your full development environment with a single command.
Overview
marko/devserver orchestrates the PHP built-in server, Docker services, and frontend build tools under a single CLI entry point. Run marko up and your entire stack starts; run marko down and it stops cleanly. Supports both detached and foreground modes, with status inspection at any time.
Installation
composer require marko/devserver
Usage
marko up # Start PHP server, Docker, and frontend tools (detached by default) marko up -f # Start in foreground mode (press Ctrl+C to stop) marko status # Check what's running marko down # Stop everything
Documentation
Full usage, configuration, and API reference: marko/devserver