shell icon indicating copy to clipboard operation
shell copied to clipboard

Interactive shell (REPL) for REDAXO via PsySH

Interactive shell (REPL) for REDAXO via PsySH

Screenshot

Usage

  • Start the interactive shell via redaxo/bin/console shell
  • You can use all REDAXO console commands, like cache:clear, package:install etc.
  • Additionally there are commands from PsySH, like ls, doc and wtf
  • Type help to see a list of all commands
  • You can run PHP code using all REDAXO classes/functions and see the result interactively (REPL)
  • For details also take a look to the PsySH manual