PHPackages                             chimera/bus-tactician - 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. chimera/bus-tactician

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

chimera/bus-tactician
=====================

Service bus adapter for league/tactician

0.4.0(5y ago)3129.2k↓38.2%[9 PRs](https://github.com/chimeraphp/bus-tactician/pulls)1MITPHPPHP ^7.4 || ^8.0

Since May 5Pushed 3mo ago3 watchersCompare

[ Source](https://github.com/chimeraphp/bus-tactician)[ Packagist](https://packagist.org/packages/chimera/bus-tactician)[ GitHub Sponsors](https://github.com/lcobucci)[ Patreon](https://www.patreon.com/lcobucci)[ RSS](/packages/chimera-bus-tactician/feed)WikiDiscussions 1.0.x Synced 1mo ago

READMEChangelog (4)Dependencies (11)Versions (18)Used By (1)

Chimera - bus/tactician
=======================

[](#chimera---bustactician)

[![Total Downloads](https://camo.githubusercontent.com/74ef0b85680d0452aca7e9c42237a96119802a117148c9ca1654e3928c6fa7df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6368696d6572612f6275732d74616374696369616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chimera/bus-tactician)[![Latest Stable Version](https://camo.githubusercontent.com/85133b9b30b200da9ca1e2f04ba98891127dde63d64a3b3b88ebde8904cb4367/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6368696d6572612f6275732d74616374696369616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chimera/bus-tactician)[![Unstable Version](https://camo.githubusercontent.com/17649ccaa094961f45f7ec0e9db1ca143ef1181e8f7dab554fc24ab107a1a040/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f767072652f6368696d6572612f6275732d74616374696369616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chimera/bus-tactician)

[![Build Status](https://camo.githubusercontent.com/c28645c5e91414a422e2f84e2c19efd56165f9e8d2d22e7e9bb0678a6bb656d2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6368696d6572617068702f6275732d74616374696369616e2f706870756e69742e796d6c3f6272616e63683d312e302e78267374796c653d666c61742d737175617265)](https://github.com/chimeraphp/bus-tactician/actions?query=workflow%3A%22PHPUnit%20Tests%22+branch%3A1.0.x)[![Code Coverage](https://camo.githubusercontent.com/7bb4a1facb548344a284fae980afc64906cfd2c8f37973b357dc676d9fadc2ca/68747470733a2f2f636f6465636f762e696f2f67682f6368696d6572617068702f6275732d74616374696369616e2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/chimeraphp/bus-tactician)

> The term Chimera (*/kɪˈmɪərə/* or */kaɪˈmɪərə/*) has come to describe any mythical or fictional animal with parts taken from various animals, or to describe anything composed of very disparate parts, or perceived as wildly imaginative, implausible, or dazzling.

There are many many amazing libraries in the PHP community and with the creation and adoption of the PSRs we don't necessarily need to rely on full stack frameworks to create a complex and well designed software. Choosing which components to use and plugging them together can sometimes be a little challenging.

The goal of this set of packages is to make it easier to do that (without compromising the quality), allowing you to focus on the behaviour of your software.

This project provides an implementation for `chimera/foundation` that uses [`league/tactician`](https://tactician.thephpleague.com) as service bus.

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

[](#installation)

Package is available on [Packagist](http://packagist.org/packages/chimera/bus-tactician), you can install it using [Composer](http://getcomposer.org).

```
composer require chimera/bus-tactician
```

Usage
-----

[](#usage)

The only thing you need to do in order to plug tactician into chimera is to create an instance of the command bus [as you usually do](https://tactician.thephpleague.com)and pass it to the decorator:

```
