Generates documentation for your REST API from annotations
Find a file
William Durand a88e7d8278 Merge pull request #381 from mvdbos/master
Only render sandbox config if  the sandbox is enabled
2014-05-15 19:01:35 +02:00
Annotation Fix an properly document https option 2014-02-06 09:27:30 -08:00
Command Fix DumpCommand to generate html with/out sandbox 2013-12-06 15:28:19 +05:30
Controller Fixed rendering issue when used with FOSRestBundle and configured to not 2012-08-23 15:09:56 +02:00
DependencyInjection Fix ValidatorParser in symfony 2.5 2014-04-30 22:18:06 +10:00
EventListener make form and validation extractors optional 2013-10-28 19:12:43 +01:00
Extractor Fix HTTPS detection 2014-01-20 14:18:02 +01:00
Form/Extension Fixed BC Break from master (commit d072f35ea0 ) 2012-07-23 13:01:23 +03:00
Formatter Fix undefined index in AbstractFormatter 2013-12-16 16:47:21 +01:00
Parser Merge pull request #329 from maxromanovsky/form-type-parser-improvements 2014-05-12 11:56:00 -04:00
Resources Only show sandbox config if enabled 2014-05-14 22:05:03 +02:00
Tests Form Parser improvements for date, datetime & choice form types (format & types) 2014-04-04 13:52:12 +03:00
Twig/Extension Replace deprecated fork of dflydev's mardown library with the original one provided by Michel Fortin 2014-02-19 12:55:16 +01:00
Util abstracted docblock comment extraction, implemented in JmsMetadataParser to get parameter descriptions 2012-08-31 14:57:42 -04:00
.gitignore Added phpunit.xml to the ignore file 2012-05-23 00:43:18 +02:00
.travis.yml Added PHP 5.6 and HHVM to Travis. 2014-03-03 18:44:37 +01:00
composer.json Replace deprecated fork of dflydev's mardown library with the original one provided by Michel Fortin 2014-02-19 12:55:16 +01:00
CONTRIBUTING.md Add a note about PR desc in CONTRIBUTING file 2013-11-14 12:07:19 +01:00
NelmioApiDocBundle.php make form and validation extractors optional 2013-10-28 19:12:43 +01:00
phpunit.xml.dist Ignore vendor in code coverage 2012-04-13 15:21:45 +02:00
README.md Typo fix 2013-11-15 13:29:32 +03:00

NelmioApiDocBundle

Build
Status

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

Important: This bundle is developed in sync with symfony's repository. For Symfony 2.0.x, you need to use the 1.* version of the bundle.

Documentation

For documentation, see:

Resources/doc/

Read the documentation

Contributing

See CONTRIBUTING file.

Running the Tests

Install the Composer dev dependencies:

php composer.phar install --dev

Then, run the test suite using PHPUnit:

phpunit

Credits

The design is heavily inspired by the swagger-ui project. Some icons from the Glyphicons library are used to render the documentation.

License

This bundle is released under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE