PHPackages                             itkg/api-doc-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. itkg/api-doc-bundle

ActiveLibrary[API Development](/categories/api)

itkg/api-doc-bundle
===================

API doc bundle

v1.0.0(11y ago)08.1k1MITPHPPHP &gt;=5.3.3

Since Mar 26Pushed 10y ago4 watchersCompare

[ Source](https://github.com/itkg/api-doc-bundle)[ Packagist](https://packagist.org/packages/itkg/api-doc-bundle)[ Docs](http://github.com/itkg/api-doc-bundle)[ RSS](/packages/itkg-api-doc-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

api-doc-bundle
==============

[](#api-doc-bundle)

Provide additional features on top of NelmioApiDocBundle

[![Build Status](https://camo.githubusercontent.com/bd0fef11bb5e04b7c20bbf15e411e26806cfd95fc08c98bef9cbab44b9778436/68747470733a2f2f7472617669732d63692e6f72672f69746b672f6170692d646f632d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/itkg/api-doc-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a5040ea40471b23c08db97fd5d9fc5adf5ed585f486af5a8e44c98c718f5c52c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69746b672f6170692d646f632d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/itkg/api-doc-bundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/b869fd0204547761826f114eb5ddee9fb3251fc6c13b8f0add9e7d50690f47fa/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69746b672f6170692d646f632d62756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/itkg/api-doc-bundle/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/b2c01c3afa5841468741b2035d892f73fc7097530ebcc0114b0c70dda42d234f/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33393834323430372d363635362d346530622d383663352d3636653836623733653338642f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/39842407-6656-4e0b-86c5-66e86b73e38d)

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)

### Installation by Composer

[](#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
