定制 svkurowski/yii2-shell 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

svkurowski/yii2-shell

最新稳定版本:1.0.0

Composer 安装命令:

composer require svkurowski/yii2-shell

包简介

An interactive shell for Yii 2 projects.

README 文档

README

Latest Stable Version Total Downloads License

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.

The extension is released under the MIT License.

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

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

to the require-dev 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 $this or Yii::$app. Additionally you have access to all your and your dependencies' classes.

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

统计信息

  • 总下载量: 1.45k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-09