Generates documentation for your REST API from annotations
Find a file
Ilyas Salikhov eba661dcb6
Merge pull request #19 from retailcrm/scope
add scope field to ApiDoc
2024-10-01 16:12:45 +03:00
.github/workflows Add php-cs-fixer 2024-10-01 15:53:49 +03:00
Annotation add scope field to ApiDoc 2024-10-01 16:11:23 +03:00
Command Fix code by php-cs-fixer 2024-10-01 15:54:04 +03:00
Controller Fix code by php-cs-fixer 2024-10-01 15:54:04 +03:00
DependencyInjection Fix code by php-cs-fixer 2024-10-01 15:54:04 +03:00
EventListener Fix code by php-cs-fixer 2024-10-01 15:54:04 +03:00
Extractor add scope field to ApiDoc 2024-10-01 16:11:23 +03:00
Form/Extension Fix code by php-cs-fixer 2024-10-01 15:54:04 +03:00
Formatter Fix code by php-cs-fixer 2024-10-01 15:54:04 +03:00
Parser Fix code by php-cs-fixer 2024-10-01 15:54:04 +03:00
Resources Removed support of sensio/framework-extra-bundle 2024-09-30 21:23:38 +03:00
Swagger Fix code by php-cs-fixer 2024-10-01 15:54:04 +03:00
Tests add scope field to ApiDoc 2024-10-01 16:11:23 +03:00
Twig/Extension Fix code by php-cs-fixer 2024-10-01 15:54:04 +03:00
Util Fix code by php-cs-fixer 2024-10-01 15:54:04 +03:00
.gitignore 1. Up min PHP version to 8.1 2024-06-18 12:24:32 +03:00
.php-cs-fixer.dist.php Add php-cs-fixer 2024-10-01 15:53:49 +03:00
.travis.yml Compatibility with Symfony 4.3 (#1524) 2022-04-26 16:58:48 +03:00
composer.json Add php-cs-fixer 2024-10-01 15:53:49 +03:00
CONTRIBUTING.md Add a note about PR desc in CONTRIBUTING file 2013-11-14 12:07:19 +01:00
DataTypes.php Fix code by php-cs-fixer 2024-10-01 15:54:04 +03:00
docker-compose.yml 1. Up min PHP version to 8.1 2024-06-18 12:24:32 +03:00
Dockerfile 1. Up min PHP version to 8.1 2024-06-18 12:24:32 +03:00
Makefile Add php-cs-fixer 2024-10-01 15:53:49 +03:00
NelmioApiDocBundle.php Fix code by php-cs-fixer 2024-10-01 15:54:04 +03:00
phpunit.xml.dist 1. Up min PHP version to 8.1 2024-06-18 12:24:32 +03: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