marko/dev-server

Marko Framework Dev Server

Maintainers

Package info

github.com/marko-php/marko-dev-server

pkg:composer/marko/dev-server

Statistics

Installs: 14

Dependents: 1

Suggesters: 0

Stars: 0

0.0.1 2026-03-25 17:53 UTC

This package is auto-updated.

Last update: 2026-03-25 21:07:20 UTC


README

Start your full development environment with a single command.

Installation

composer require marko/dev-server

Quick Example

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/dev-server