knplabs/mega-man 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

knplabs/mega-man

最新稳定版本:v1.0.3

Composer 安装命令:

composer require knplabs/mega-man

包简介

Quick access to your vendors documentation

README 文档

README

Find your and documentation but also all dependencies ones.

Build Status Scrutinizer Code Quality

Installation

composer require knplabs/mega-man ~2.0
class AppKernel
{
    function registerBundles()
    {
        $bundles = array(
            //...
            new Knp\MegaMAN\Bundle\MegaMANBundle(),
            //...
        );

        //...

        return $bundles;
    }
}

Use

A new menu is available into your web debug toolbar.

Toolbar button

Now you can access to all documentations.

Profiler interface

  • YOUR OWN DOCUMENTATION => Your project documentation (if there is one)
  • Require => Your required dependencies
  • Require Dev => Your development required dependencies
  • Others => Other dependencies, dependencies of your dependencies

统计信息

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

GitHub 信息

  • Stars: 16
  • Watchers: 26
  • Forks: 1
  • 开发语言: HTML

其他信息

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