2017 © Pedro Peláez
 

yii2-extension yii2-shell

An interactive shell for Yii 2 projects.

image

svkurowski/yii2-shell

An interactive shell for Yii 2 projects.

  • Wednesday, September 9, 2015
  • by svkurowski
  • Repository
  • 2 Watchers
  • 5 Stars
  • 636 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

An interactive shell for Yii 2

Latest Stable Version Total Downloads License, (*1)

This extension for Yii framework 2.0 applications provides access to an interactive shell for development and debugging. It wraps the awesome psysh application for easy access via the Yii console., (*2)

The extension is released under the MIT License., (*3)

Installation

The preferred way to install this extension is through composer., (*4)

Either run, (*5)

php composer.phar require --dev --prefer-dist svkurowski/yii2-shell

or add, (*6)

"svkurowski/yii2-shell": "~1.0.0"

to the require-dev section of your composer.json., (*7)

Usage

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

# 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 $this or Yii::$app. Additionally you have access to all your and your dependencies' classes., (*9)

See psysh's website for a list of available features., (*10)

The Versions

09/09 2015

dev-master

9999999-dev

An interactive shell for Yii 2 projects.

  Sources   Download

MIT

The Requires

 

by Sascha Vincent Kurowski

yii2 console shell repl

09/09 2015

1.0.0

1.0.0.0

An interactive shell for Yii 2 projects.

  Sources   Download

MIT

The Requires

 

by Sascha Vincent Kurowski

yii2 console shell repl