PHPackages                             wyrihaximus/tactician-command-handler-mapper - 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. wyrihaximus/tactician-command-handler-mapper

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

wyrihaximus/tactician-command-handler-mapper
============================================

Command to Handler mapper for Tactician

2.0.1(7y ago)2206.3k↓21.4%1[4 PRs](https://github.com/WyriHaximus/php-tactician-command-handler-mapper/pulls)1MITPHPPHP ^7.2CI failing

Since Sep 6Pushed 8mo ago3 watchersCompare

[ Source](https://github.com/WyriHaximus/php-tactician-command-handler-mapper)[ Packagist](https://packagist.org/packages/wyrihaximus/tactician-command-handler-mapper)[ RSS](/packages/wyrihaximus-tactician-command-handler-mapper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (9)Used By (1)

Command to Handler mapper for [`Tactician`](http://tactician.thephpleague.com/)
===============================================================================

[](#command-to-handler-mapper-for-tactician)

[![Build Status](https://camo.githubusercontent.com/888717cf60fdf770c60d930abe1afd1456fd26f34e7d2b2c5753ee69f5321277/68747470733a2f2f7472617669732d63692e6f72672f77797269686178696d75732f7068702d74616374696369616e2d636f6d6d616e642d68616e646c65722d6d61707065722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/wyrihaximus/php-tactician-command-handler-mapper)[![Latest Stable Version](https://camo.githubusercontent.com/0cb81af3b840af7290c0c3826198fdcb2f8b13c610ad0ebc290121ed683ba70a/68747470733a2f2f706f7365722e707567782e6f72672f77797269686178696d75732f74616374696369616e2d636f6d6d616e642d68616e646c65722d6d61707065722f762f737461626c652e706e67)](https://packagist.org/packages/wyrihaximus/tactician-command-handler-mapper)[![Total Downloads](https://camo.githubusercontent.com/18a839483016ad5dbaa5afed27e8e59d9cc1f08e6f7c8c7783401cd316ddfd52/68747470733a2f2f706f7365722e707567782e6f72672f77797269686178696d75732f74616374696369616e2d636f6d6d616e642d68616e646c65722d6d61707065722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/wyrihaximus/tactician-command-handler-mapper/stats)[![Code Coverage](https://camo.githubusercontent.com/1350a7434dcd8c5fc80d58184eb03cc7fea9645958890f6d0c77080afc553b6e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f77797269686178696d75732f7068702d74616374696369616e2d636f6d6d616e642d68616e646c65722d6d61707065722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/wyrihaximus/php-tactician-command-handler-mapper/?branch=master)[![License](https://camo.githubusercontent.com/b442915bb08e900a77a4498c84bcf3327207bfeeb472602b8084c9dfe7dbc1c5/68747470733a2f2f706f7365722e707567782e6f72672f77797269686178696d75732f74616374696369616e2d636f6d6d616e642d68616e646c65722d6d61707065722f6c6963656e73652e706e67)](https://packagist.org/packages/wyrihaximus/tactician-command-handler-mapper)[![PHP 7 ready](https://camo.githubusercontent.com/843ed90d53e4cc188c2033a07a408ed8e46e37f6271711261b550ef8ec792417/687474703a2f2f7068703772656164792e74696d6573706c696e7465722e63682f77797269686178696d75732f7068702d74616374696369616e2d636f6d6d616e642d68616e646c65722d6d61707065722f62616467652e737667)](https://travis-ci.org/wyrihaximus/php-tactician-command-handler-mapper)

Install
=======

[](#install)

To install via [Composer](http://getcomposer.org/), use the command below, it will automatically detect the latest version and bind it with `^`.

```
composer require wyrihaximus/tactician-command-handler-mapper

```

Set up
======

[](#set-up)

When creating a `Command` add the `@Handler` annotation to map it to a `Handler`.

```
