The Prestashop Psysh module is designed to create a CLI command that allows you to access the PsySH shell console. PsySH is an interactive debugger and REPL (Read-Eval-Print Loop) that works similarly to Tinker in Laravel. You can learn more about PsySH here.
Before using this module, make sure to run the following command to install the necessary dependencies:
composer install
Once the module is installed, you can access the PsySH shell by executing the following
php bin/console prestapsysh:shell