2025-03-14 21:59:59 -06:00
|
|
|
# psysh
|
|
|
|
|
|
|
|
|
|
> A runtime developer console, interactive debugger and REPL for PHP.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://github.com/bobthecow/psysh/wiki/CLI-options>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`psysh {{[-c|--config]}} {{path/to/file}}`
|