PHPackages                             tillkruss/laravel-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. [CLI &amp; Console](/categories/cli)
4. /
5. tillkruss/laravel-tactician

AbandonedArchivedLibrary[CLI &amp; Console](/categories/cli)

tillkruss/laravel-tactician
===========================

A flexible and easy to use implementation of the Tactician command bus for Laravel 5.

1.0.0(10y ago)58792MITPHPPHP &gt;=5.5.9

Since Apr 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/tillkruss/laravel-tactician)[ Packagist](https://packagist.org/packages/tillkruss/laravel-tactician)[ RSS](/packages/tillkruss-laravel-tactician/feed)WikiDiscussions master Synced 2mo ago

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

Laravel Tactician
=================

[](#laravel-tactician)

[![Build Status](https://camo.githubusercontent.com/ceb09f04772bb21ca747110a3ecd39a9926ca49f0ab6c44de82afcbdf79ab180/68747470733a2f2f7472617669732d63692e6f72672f74696c6c6b727573732f6c61726176656c2d74616374696369616e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tillkruss/laravel-tactician)[![Latest Stable Version](https://camo.githubusercontent.com/b9558b0aebf81be89ac6ec94523c56891b405fd6e117a3fbbdf3ff1735e5ecc0/68747470733a2f2f706f7365722e707567782e6f72672f74696c6c6b727573732f6c61726176656c2d74616374696369616e2f762f737461626c65)](https://packagist.org/packages/tillkruss/laravel-tactician)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/da38f0a135b280d0b2e3faed622f824afa8d21d37cb61b83ea161bd11e5a0a5e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f74696c6c6b727573732f6c61726176656c2d74616374696369616e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tillkruss/laravel-tactician/?branch=master)[![License](https://camo.githubusercontent.com/903255dee401383d125c5cf802c0c3c2df4b3e36acd6f914b76fd2d3cbb6ab83/68747470733a2f2f706f7365722e707567782e6f72672f74696c6c6b727573732f6c61726176656c2d74616374696369616e2f6c6963656e7365)](https://packagist.org/packages/tillkruss/laravel-tactician)

A flexible and easy to use implementation of the Tactician command bus for Laravel 5.

Introduction
------------

[](#introduction)

This package is a stand-alone command bus implementation of the PHP League’s [Tactician](http://tactician.thephpleague.com) command bus, it’s not a replacement for Laravel’s command bus or queue.

**Features:**

- Easy to use, configure and extend
- 3 kinds of command handler locators
- Database transaction middleware

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

[](#installation)

To get started, add this package to your `composer.json` file as a dependency:

```
composer require tillkruss/laravel-tactician

```

Next, open your `app` configuration file and add the `TacticianServiceProvider` to your list of `providers`:

```
TillKruss\LaravelTactician\TacticianServiceProvider,

```

After that, add the `tactician.php` configuration file by running:

```
php artisan vendor:publish --provider="TillKruss\LaravelTactician\TacticianServiceProvider"

```

Configuration
-------------

[](#configuration)

Please see [CONFIGURATION.md](CONFIGURATION.md) for more information on how to configure this package.

Usage
-----

[](#usage)

Please see [USAGE.md](USAGE.md) for code samples and more information on how to use this package.

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3684d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a730bb071d0b4892339f75b4707b6b651733e5f49297af31746dd9e99d4a0e1c?d=identicon)[tillkruss](/maintainers/tillkruss)

---

Top Contributors

[![tillkruss](https://avatars.githubusercontent.com/u/665029?v=4)](https://github.com/tillkruss "tillkruss (37 commits)")

---

Tags

laravelcommandcommand bustacticianservice layer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tillkruss-laravel-tactician/health.svg)

```
[![Health](https://phpackages.com/badges/tillkruss-laravel-tactician/health.svg)](https://phpackages.com/packages/tillkruss-laravel-tactician)
```

###  Alternatives

[league/tactician

A small, flexible command bus. Handy for building service layers.

86415.4M127](/packages/league-tactician)[flyingfoxx/commandcenter

Commands and domain events for any framework. Includes a Laravel implementation.

152.2k](/packages/flyingfoxx-commandcenter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
