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

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

cellar/tactician
================

Tactician integration with Nette projects

1.10(4y ago)059.0k↓29.2%2PHPPHP ^7.1 || ^8.0

Since Aug 23Pushed 4y ago1 watchersCompare

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

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

Nette Tactician integration
===========================

[](#nette-tactician-integration)

Nette extension for the Tactician library

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

[](#installation)

### Step 1: Download Nette extension for Tactician

[](#step-1-download-nette-extension-for-tactician)

Open a command console, enter your project directory and execute the following command to download latest version:

```
$ composer require cellar/tactician
```

### Step 2: Enable the extension

[](#step-2-enable-the-extension)

Open your application config file and add TacticianExtension:

```
extensions:
    tactician: Cellar\Tactician\DI\TacticianExtension
```

### Step 3: Configure middlewares

[](#step-3-configure-middlewares)

```
tactician:
    commandbus:
        default:
            middleware:
                - @tactician.middleware.queue
                - @tactician.middleware.locking
                - @tactician.middleware.command_handler
```

**Important**: Adding your own middleware is absolutely encouraged, just be sure to always add `@tactician.middleware.command_handler` as the final middleware. Otherwise, your commands won't actually be executed.

Check the [Tactician docs](http://tactician.thephpleague.com/middleware) for more info and a complete list of middleware.

### Step 4: Add command handlers

[](#step-4-add-command-handlers)

```
services:
    myCommandHandler:
        class: My\LaunchRocketHandler
        tags:
            tactician.handler: [
                command: My\LaunchRocketCommand
            ]
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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

Every ~335 days

Recently: every ~416 days

Total

6

Last Release

1512d ago

PHP version history (2 changes)1.0.0PHP ^7.1

1.10PHP ^7.1 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/300c2f2a0aaa8bf20a6e4b7847fa223d01ff491914c29e7daabd19c1dd7df0a2?d=identicon)[lukascellar](/maintainers/lukascellar)

---

Top Contributors

[![lukascellar](https://avatars.githubusercontent.com/u/4516374?v=4)](https://github.com/lukascellar "lukascellar (2 commits)")[![mhucik](https://avatars.githubusercontent.com/u/16535965?v=4)](https://github.com/mhucik "mhucik (1 commits)")

### Embed Badge

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

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

###  Alternatives

[bornfreee/tactician-domain-events

A Plugin for Tactician command bus library to work with the recorded Domain Events

25193.2k1](/packages/bornfreee-tactician-domain-events)[api-clients/command-bus

Light weight wrapper around league/tactician adding promised based interface(s) and next tick execution

11196.7k4](/packages/api-clients-command-bus)[jildertmiedema/laravel-tactician

Tactician for laravel 8+

105.0k](/packages/jildertmiedema-laravel-tactician)[daveross/functional-programming-utils

Functional Programming utilities for PHP 5.4+

225.2k](/packages/daveross-functional-programming-utils)

PHPackages © 2026

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