PsySH

A runtime developer console, interactive debugger and REPL for PHP.

Install

Download directly:

wget https://psysh.org/psysh
chmod +x psysh
./psysh

Or install via Composer:

composer require psy/psysh

Or install globally:

composer global require psy/psysh

Features

Documentation

About

PsySH is created and maintained by Justin Hileman. It is open source under the MIT License.

This interactive version runs PHP in your browser using PHP-WASM and xterm.js.