Skip to content

noma-solutions/NelmioApiDocBundle

 
 

Repository files navigation

NelmioApiDocBundle

About our Fork

Disclaimer: This is fork of nelmio/NelmioApiDocBundle created for our internal use.

First of all we needed to change the mechanism behind model registration so the JMS model hash won't be created based on groups and FQCN but on fields list.

Let's find out if we can manage to do this :)

Introduction

The NelmioApiDocBundle bundle allows you to generate a decent documentation for your APIs.

Migrate from 2.x to 3.0

To migrate from 2.x to 3.0, follow our guide.

Installation

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

composer require nelmio/api-doc-bundle

Documentation

Read the documentation on symfony.com

Contributing

See CONTRIBUTING file.

Running the Tests

Install the Composer dependencies:

git clone https://github.com/nelmio/NelmioApiDocBundle.git
cd NelmioApiDocBundle
git checkout 3.x
composer update

Then run the test suite:

./phpunit

License

This bundle is released under the MIT license.

About

Generates documentation for your REST API from annotations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.7%
  • CSS 2.0%
  • Twig 1.5%
  • Other 0.8%