yiisoft/yii2-shell The interactive shell extension for Yii framework

993323

Interactive Shell Extension for Yii 2

  1. Installation
  2. Usage
  3. Screenshot

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

2 0
1 follower
417 084 downloads
Yii Version: 2.0
License: BSD-3-Clause
Category: Others
Tags: shell
Developed by: The Yii Team
Created on: Mar 26, 2018
Last updated: (not set)
API Documentation

Packagist Profile
Github Repository