PHPackages                             amorvan/responders-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. amorvan/responders-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

amorvan/responders-bundle
=========================

A bundle provide many responders according ADR architecture

v4.1.0(5y ago)1811[3 PRs](https://github.com/AurelienMo/RespondersBundle/pulls)MITPHPPHP ^7.3|^7.4|^8

Since Jun 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/AurelienMo/RespondersBundle)[ Packagist](https://packagist.org/packages/amorvan/responders-bundle)[ Docs](https://github.com/AurelienMo/RespondersBundle)[ RSS](/packages/amorvan-responders-bundle/feed)WikiDiscussions development Synced today

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

Responders
==========

[](#responders)

- CircleCI Status : Last version : [![CircleCI](https://camo.githubusercontent.com/1c305a33b2e9f8183ecd6395c7b572607773600a916b1dcf64d1cdcdaa0d93d4/68747470733a2f2f636972636c6563692e636f6d2f67682f417572656c69656e4d6f2f526573706f6e6465727342756e646c652f747265652f6d61737465722e7376673f7374796c653d737667)](https://circleci.com/gh/AurelienMo/RespondersBundle/tree/master)

Description
-----------

[](#description)

A library to use many responders according ADR architecture.

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

[](#installation)

- Require library

```
composer require amorvan/responders-bundle

```

- For Symfony 3.\* without Flex:

Adding bundle to `app/AppKernel.php`

```
//app/AppKernel.php
$bundles = [
        ...,
        new Morvan\Bundle\RespondersBundle\MorvanRespondersBundle(),
        new AppBundle\AppBundle(),
    ];

```

- For Symfony 3.4 with Flex, Symfony 4.\* or Symfony 5:

Bundle is automatically add to `config/bundles.php`. Check the bundle is allow for all environment.

```
//config/bundles.php
