Download the PHP package corponat/api-doc-bundle without Composer
On this page you can find all versions of the php package corponat/api-doc-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download corponat/api-doc-bundle
More information about corponat/api-doc-bundle
Files in corponat/api-doc-bundle
Package api-doc-bundle
Short Description Generates documentation for your REST API from annotations
License MIT
Informations about the package api-doc-bundle
NelmioApiDocBundle
The NelmioApiDocBundle bundle allows you to generate a decent documentation for your APIs.
Migrate from 3.x to 4.0
To migrate from 3.x to 4.0, follow our guide.
Version 4.0 brings OpenAPI 3.0 support. If you want to stick to Swagger 2.0, you should use the version 3 of this bundle.
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:
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
composer update
Then run the test suite:
./phpunit
License
This bundle is released under the MIT license.
All versions of api-doc-bundle with dependencies
ext-json Version *
doctrine/annotations Version ^1.11|^2.0
psr/cache Version ^1.0|^2.0|^3.0
psr/container Version ^1.0|^2.0
psr/log Version ^1.0|^2.0|^3.0
symfony/config Version ^4.4|^5.0|^6.0
symfony/console Version ^4.4|^5.0|^6.0
symfony/dependency-injection Version ^4.4|^5.0|^6.0
symfony/framework-bundle Version ^4.4|^5.0|^6.0
symfony/http-foundation Version ^4.4|^5.0|^6.0
symfony/http-kernel Version ^4.4|^5.0|^6.0
symfony/options-resolver Version ^4.4|^5.0|^6.0
symfony/property-info Version ^4.4|^5.0|^6.0
symfony/routing Version ^4.4|^5.0|^6.0
zircote/swagger-php Version ^4.2.15
phpdocumentor/reflection-docblock Version ^3.1|^4.0|^5.0