PHPackages                             solidworx/simple-response-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. [Framework](/categories/framework)
4. /
5. solidworx/simple-response-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

solidworx/simple-response-bundle
================================

A Symfony bundle to return simple reponses in your controllers

0.3.0(6y ago)121MITPHPPHP &gt;=7.4CI failing

Since Mar 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/SolidWorx/SimpleResponseBundle)[ Packagist](https://packagist.org/packages/solidworx/simple-response-bundle)[ RSS](/packages/solidworx-simple-response-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Simple Response Bundle
======================

[](#simple-response-bundle)

SimpleResponseBundle is a bundle for the Symfony framework which allows you to return customised response classes in your controllers/actions which reduces the amount of dependencies you controller or action needs.

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

[](#installation)

To install the bundle using composer, run the following command:

```
$ composer require solidworx/simple-response-handler
```

After you have installed the bundle, then you need to register the bundle in your application

```
