定制 itkg/api-doc-bundle 二次开发

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

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

itkg/api-doc-bundle

最新稳定版本:v1.0.0

Composer 安装命令:

composer require itkg/api-doc-bundle

包简介

API doc bundle

README 文档

README

Provide additional features on top of NelmioApiDocBundle

Build Status Scrutinizer Code Quality Code Coverage SensioLabsInsight

Features

  • Resources annotation to provide list of markdown files
  • New method pane (resources pane) to display markdown resources as HTML (using Parsedown library)

Installation

Installation by Composer

If you use composer, add ItkgApiDocBundle bundle as a dependency to the composer.json of your application

     "require": {
         "itkg/api-doc-bundle": "dev-master"
     }
  • Add Itkgapi-docBundle to your application kernel.
// app/AppKernel.php
<?php
     // ...
     public function registerBundles()
     {
         $bundles = array(
             // ...
             new Itkg\ApiDocBundle\ItkgApiDocBundle(),
         );
     }
  • Activate bundle config in application's config.yml file by addng :
itkg_api_doc: ~

Todo

  • Export Documentation API with resources as PDF

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 4
  • Forks: 1
  • 开发语言: PHP

其他信息

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