2017 © Pedro Peláez
 

symfony-bundle api-doc-bundle

Another view template for the NelmioApiDocBundle that generates documentation for your REST API from annotations

image

umbrella-anton-kasian/api-doc-bundle

Another view template for the NelmioApiDocBundle that generates documentation for your REST API from annotations

  • Thursday, May 31, 2018
  • by Hazuki124
  • Repository
  • 3 Watchers
  • 0 Stars
  • 7 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

UmbrellaApiDocBundle

Another view template for the NelmioApiDocBundle that allows you to generate a decent documentation for your APIs., (*1)

Installation

Open a command console, enter your project directory and execute the following command to download the latest version of this bundle:, (*2)

composer require umbrella-anton-kasian/api-doc-bundle

Add the bundle to your kernel::, (*3)

    class AppKernel extends Kernel
    {
        public function registerBundles()
        {
            $bundles = [
                // ...

                new Umbrella\ApiDocBundle\UmbrellaApiDocBundle(),
            ];

            // ...
        }
    }

Add routing:, (*4)

    UmbrellaApiDocBundle:
        resource: "@UmbrellaApiDocBundle/Resources/config/routing.yml"
        prefix:   /api/doc

The Versions

31/05 2018

dev-master

9999999-dev

Another view template for the NelmioApiDocBundle that generates documentation for your REST API from annotations

  Sources   Download

MIT

The Requires

 

by Denis Zolotarev
by Evgeny Nefedkin
by Anton Kasyan

api rest documentation doc