Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)