Is there a better console for PHP than running in interactive mode

后端 未结 3 918
轻奢々
轻奢々 2021-02-20 14:54

Is there something like ipython for PHP? Syntax highlighting and not having the console exit to shell on the first exception would be nice to haves. :)

3条回答
  •  借酒劲吻你
    2021-02-20 15:19

    Justin just gave a talk on the interactive shell Psysh at OSCON which appears to be an improved version of phpsh.

    https://github.com/bobthecow/psysh

提交回复
热议问题