PHPackages                             bamiz/use-case-executor-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. bamiz/use-case-executor-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bamiz/use-case-executor-bundle
==============================

A Symfony Bundle that provides tools facilitating the isolation of business logic of your application from the delivery mechanisms.

0.5.0(9y ago)11.5k[1 issues](https://github.com/bartosz-zasada/use-case-executor-bundle/issues)MITPHPPHP &gt;=5.5.0

Since Mar 27Pushed 9y ago3 watchersCompare

[ Source](https://github.com/bartosz-zasada/use-case-executor-bundle)[ Packagist](https://packagist.org/packages/bamiz/use-case-executor-bundle)[ Docs](https://github.com/bartosz-zasada/use-case-executor-bundle)[ RSS](/packages/bamiz-use-case-executor-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

Use Case Executor Bundle
========================

[](#use-case-executor-bundle)

Use Case Executor Bundle is a Symfony bundle providing an example implementation of Screaming Architecture, with help of components that come with Symfony framework. It encourages designing your class in a fashion that reflects the intention of your application. The tools provided by Use Case Executor Bundle relieve you of the repetitive task of extracting the information required to perform the right behavior from the application input, which helps you output the results in the desired way.

Installation
============

[](#installation)

Just run

```
$ composer require bamiz/use-case-executor-bundle

```

Configuration
=============

[](#configuration)

Register your bundle in AppKernel.php:

```
