arodygin/simplebus-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

SimpleBus Symfony bundle

1.0.4 2016-05-31 00:42 UTC

This package is not auto-updated.

Last update: 2016-07-18 11:53:59 UTC


README

License Latest Stable Version Build Status Code Coverage Scrutinizer Code Quality SensioLabsInsight

This bundle installs Symfony bridge for SimpleBus and appends it with a few helpers.

Requirements

PHP needs to be a minimum version of PHP 5.5.

Symfony must be of 2.8 or above.

Installation

The recommended way to install is via Composer:

composer require "arodygin/simplebus-bundle"

Then, add the following line in the app/AppKernel.php file to enable this bundle:

public function registerBundles()
{
    $bundles = [
        // ...
        new SimpleBus\SimpleBusExtraBundle(),
    ];
}

Development

phpunit --coverage-html=vendor/coverage
./bin/php-cs-fixer fix

Usage

Full documentation for SimpleBus library can be found here.