/psysh-demo

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

Primary LanguagePHP

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