Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/venturaproject/prestapsysh
Prestashop module add PsySH shel
https://github.com/venturaproject/prestapsysh
debug php prestashop prestashop-module psysh repl shell symfony
Last synced: 26 days ago
JSON representation
Prestashop module add PsySH shel
- Host: GitHub
- URL: https://github.com/venturaproject/prestapsysh
- Owner: venturaproject
- Created: 2024-10-17T06:04:10.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2024-10-17T07:26:24.000Z (29 days ago)
- Last Synced: 2024-10-19T09:55:37.617Z (27 days ago)
- Topics: debug, php, prestashop, prestashop-module, psysh, repl, shell, symfony
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prestashop Psysh Module
## Description
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](https://psysh.org/).
## Installation
Before using this module, make sure to run the following command to install the necessary dependencies:
```bash
composer install```
## Usage
Once the module is installed, you can access the PsySH shell by executing the following
```bash
php bin/console prestapsysh:shell```
![Module CLI](https://i.ibb.co/M2NK0ZM/Captura-de-pantalla-2024-10-16-a-las-16-51-56.png)