Generates documentation for your REST API from annotations
Find a file
2022-10-21 10:31:38 +03:00
Annotation * Range Constraint parsing in the ValidationParser 2019-04-25 21:55:41 +03:00
Command Fix deprecations (#8) 2022-10-07 15:32:38 +03:00
Controller symfony 5.4 compatibility 2022-10-21 10:31:38 +03:00
DependencyInjection Fix deprecations (#8) 2022-10-07 15:32:38 +03:00
EventListener symfony 5.4 compatibility 2022-10-19 17:14:07 +03:00
Extractor fix null $controller 2022-10-07 19:08:17 +03:00
Form/Extension Fix deprecations (#8) 2022-10-07 15:32:38 +03:00
Formatter Compatibility with Symfony 4.3 (#1524) 2022-04-26 16:58:48 +03:00
Parser symfony 5.4 compatibility 2022-10-19 17:14:07 +03:00
Resources Fix deprecations (#8) 2022-10-07 15:32:38 +03:00
Swagger Tests for aliased collections; Swagger formatting for wrapped collections. 2014-09-04 11:19:54 -07:00
Tests Compatibility with Symfony 4.3 (#1524) 2022-04-26 16:58:48 +03:00
Twig/Extension Change visibility of markdownParser property to protected, to improve extendability 2016-03-23 10:25:51 +01:00
Util Add symfony 3.0 support 2015-12-02 16:19:12 +01:00
.gitignore Added phpunit.xml to the ignore file 2012-05-23 00:43:18 +02:00
.travis.yml Compatibility with Symfony 4.3 (#1524) 2022-04-26 16:58:48 +03:00
composer.json Fix deprecations (#8) 2022-10-07 15:32:38 +03:00
CONTRIBUTING.md Add a note about PR desc in CONTRIBUTING file 2013-11-14 12:07:19 +01:00
DataTypes.php cs 2015-03-06 11:19:08 +01:00
NelmioApiDocBundle.php ability to change information for types of forms 2020-07-06 14:53:58 +03:00
phpunit.xml.dist Ignore vendor in code coverage 2012-04-13 15:21:45 +02:00
README.md Update the documentation link 2017-05-13 16:53:58 +02:00

NelmioApiDocBundle

Build
Status Total Downloads Latest Stable
Version

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

Documentation

Read the documentation on symfony.com

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