yiisoft/yii2-shell

The interactive shell extension for Yii framework

Fund package maintenance!
Open Collective

Installs: 1 415 811

Dependents: 63

Suggesters: 0

Security: 0

Stars: 134

Watchers: 21

Forks: 20

Open Issues: 0

Type:yii2-extension

2.0.5 2022-09-04 10:37 UTC

This package is auto-updated.

Last update: 2023-05-04 11:57:28 UTC


README

993323

Interactive Shell Extension for Yii 2


This extension provides an interactive shell for Yii framework 2.0 based on psysh.

For license information check the LICENSE-file.

Latest Stable Version Total Downloads

Installation

The preferred way to install this extension is through composer.

Either run

composer require yiisoft/yii2-shell

or add

"yiisoft/yii2-shell": "~2.0.0"

to the require section of your composer.json.

Usage

After installation, you will be able to run the interactive shell via command line:

# Change path to your application's root directory
cd path/to/myapp

# Start the interactive shell
./yii shell

You can access the application object using Yii::$app. Additionally you have access to all your and your dependencies' classes.

See psysh's website for a list of available features.

Screenshot

The following screenshot shows a usage example:

Usage example of Yii2 shell