1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:02:10 +02:00
tldr/pages/common/psysh.md
2019-06-20 17:42:45 -03:00

322 B

psysh

A runtime developer console, interactive debugger and REPL for PHP. More information: https://psysh.org.

  • Open a shell in the current directory:

psysh

  • Open a shell in a specific directory:

psysh --cwd {{path/to/directory}}

  • Use a specific configuration file:

psysh --config {{path/to/file}}