tldr/pages/common/psysh.md

17 lines
322 B
Markdown
Raw Normal View History

2019-06-20 09:36:23 +01:00
# 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}}`