PHPackages                             lsbproject/request-doc-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. lsbproject/request-doc-bundle

AbandonedArchivedSymfony-bundle

lsbproject/request-doc-bundle
=============================

OpenApi 3.0 auto documentation for request-bundle

v3.0.0(4y ago)017MITPHPPHP &gt;=7.4

Since Oct 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/22116/request-doc-bundle)[ Packagist](https://packagist.org/packages/lsbproject/request-doc-bundle)[ RSS](/packages/lsbproject-request-doc-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

LSBProjectRequestDocBundle
==========================

[](#lsbprojectrequestdocbundle)

OpenApi 3.0 auto documentation for request-bundle. Adds `AbstractRequest` describer for [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle)

Installation
------------

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

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

```
$ composer require lsbproject/request-doc-bundle

```

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.

### Step 2: Enable the Bundle (If composer flex is not installed)

[](#step-2-enable-the-bundle-if-composer-flex-is-not-installed)

Then, enable the bundle by adding it to the list of registered bundles in the config/bundles.php file of your project:

```
// config/bundles.php

return [
    // ...
    LSBProject\RequestDocBundle\LSBProjectRequestDocBundle::class => ['all' => true],
];
```

Examples
--------

[](#examples)

```
