2017-25 © Pedro Peláez
 

bundle api-doc-bundle

API documentation bundle

image

jlaso/api-doc-bundle

API documentation bundle

  • Thursday, January 14, 2016
  • by jlaso
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

api-doc-bundle

Bundle to document your API

Installation

composer require jlaso/api-doc-bundle, (*1)

On AppKernel add:, (*2)

    ...
    new JLaso\ApiDocBundle\JLasoApiDocBundle(),
    ...

Configuration

Add this keys to your config.yml file, (*3)

    jlaso_api_doc:
        title: "The title you want to have in the documentation page"
        output_folder: "The folder where the documentator will put the code"
        assets_folder: "The folder where the assets are ... example favicon.ico"  # optional

Use

Launch the script to generate documentation, (*4)

    app/console jlaso:api-doc

The Versions

14/01 2016

dev-master

9999999-dev https://github.com/jlaso/api-doc-bundle

API documentation bundle

  Sources   Download

MIT

The Requires

  • php >=5.3.7

 

api documentation symfony