Skip to content

PsySh the runtime developer console, interactive debugger and REPL for PHP, a demo.

Notifications You must be signed in to change notification settings

PHLAK/psysh-demo

Repository files navigation

PsySh Demo

PsySh the runtime developer console, interactive debugger and REPL for PHP, a demo by Chris Kankiewicz.

Requirements

Running the Demo

  1. Clone the repository and change directories

    git clone --recursive git@github.com:PHLAK/psysh-demo.git
    cd psysh-demo
  2. Build the Docker containers and run the demo container

    docker-compose run --rm demo; docker-compose down

    or

    make demo
  3. Install PHP dependencies

    composer install --ignore-platform-reqs

About

PsySh the runtime developer console, interactive debugger and REPL for PHP, a demo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published