itkg/api-doc-bundle

API doc bundle

Installs: 8 113

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 0

pkg:composer/itkg/api-doc-bundle

v1.0.0 2015-03-26 08:37 UTC

This package is not auto-updated.

Last update: 2025-09-27 21:31:22 UTC


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