项目作者: PHLAK

项目描述 :
PsySh the runtime developer console, interactive debugger and REPL for PHP, a demo.
高级语言: PHP
项目地址: git://github.com/PHLAK/psysh-demo.git
创建时间: 2019-06-25T08:53:43Z
项目社区:https://github.com/PHLAK/psysh-demo

开源协议:

下载


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

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

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

    or

    1. make demo
  3. Install PHP dependencies

    1. composer install --ignore-platform-reqs