marko/devserver

Marko Framework Dev Server

Maintainers

Package info

github.com/marko-php/marko-devserver

pkg:composer/marko/devserver

Statistics

Installs: 0

Dependents: 1

Suggesters: 0

Stars: 0

0.8.0 2026-05-29 12:25 UTC

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