PHPackages                             macpaw/behat-nelmio-describer - 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. [API Development](/categories/api)
4. /
5. macpaw/behat-nelmio-describer

AbandonedArchivedSymfony-bundle[API Development](/categories/api)

macpaw/behat-nelmio-describer
=============================

Bundle for adding sample responses behat test nelmio to api doc

v2.0.1(2y ago)1215.6k↓31.6%MITPHPPHP ^8.2

Since Oct 18Pushed 1y agoCompare

[ Source](https://github.com/MacPaw/behat-nelmio-describer)[ Packagist](https://packagist.org/packages/macpaw/behat-nelmio-describer)[ RSS](/packages/macpaw-behat-nelmio-describer/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (5)Dependencies (11)Versions (8)Used By (0)

Behat Nelmio Describer
======================

[](#behat-nelmio-describer)

VersionBuild StatusCode Coverage`master`[![CI](https://github.com/macpaw/behat-nelmio-describer/workflows/CI/badge.svg?branch=master)](https://github.com/macpaw/behat-nelmio-describer/actions?query=workflow%3ACI+branch%3Amaster)[![Coverage Status](https://camo.githubusercontent.com/e7107b9738b8cf63828330b1f9aba56ade22eb6cd9d5290b7bff2416deae9f62/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6d61637061772f62656861742d6e656c6d696f2d6465736372696265722f6d61737465723f6c6f676f3d636f6465636f76)](https://codecov.io/gh/macpaw/behat-nelmio-describer/branch/master)`develop`[![CI](https://github.com/macpaw/behat-nelmio-describer/workflows/CI/badge.svg?branch=develop)](https://github.com/macpaw/behat-nelmio-describer/actions?query=workflow%3ACI+branch%3Adevelop)[![Coverage Status](https://camo.githubusercontent.com/3dd31186821a57854555c52ed1bea97edd178b828fb99fc176f36db5c5eed94a/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6d61637061772f62656861742d6e656c6d696f2d6465736372696265722f646576656c6f703f6c6f676f3d636f6465636f76)](https://codecov.io/gh/macpaw/behat-nelmio-describer/branch/develop)Installation
============

[](#installation)

Step 1: Install Bundle
----------------------

[](#step-1-install-bundle)

Open a command console, enter your project directory and execute:

```
$ composer require macpaw/behat-nelmio-describer
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

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

```
