PHPackages                             wyrihaximus/tactician-job-command-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. [API Development](/categories/api)
4. /
5. wyrihaximus/tactician-job-command-mapper

ActiveLibrary[API Development](/categories/api)

wyrihaximus/tactician-job-command-mapper
========================================

Job to Command mapper for Tactician

3.0.0(7y ago)33.8k[3 PRs](https://github.com/WyriHaximus/php-tactician-job-command-mapper/pulls)MITPHPPHP ^7.2CI failing

Since Apr 16Pushed 8mo ago1 watchersCompare

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

READMEChangelog (3)Dependencies (4)Versions (8)Used By (0)

Job to Command mapper intended to be used with [`Tactician`](http://tactician.thephpleague.com/)
================================================================================================

[](#job-to-command-mapper-intended-to-be-used-with-tactician)

[![Build Status](https://camo.githubusercontent.com/34bb7f9c36351b9e7133135c9f872313b0bf9a025d18d10804665f406860ca9b/68747470733a2f2f7472617669732d63692e6f72672f57797269486178696d75732f7068702d74616374696369616e2d6a6f622d636f6d6d616e642d6d61707065722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/WyriHaximus/php-tactician-job-command-mapper)[![Latest Stable Version](https://camo.githubusercontent.com/a2233828feb0cb49b84e660c91964b2c7d331c7950085767db1983ebb57aa565/68747470733a2f2f706f7365722e707567782e6f72672f57797269486178696d75732f74616374696369616e2d6a6f622d636f6d6d616e642d6d61707065722f762f737461626c652e706e67)](https://packagist.org/packages/WyriHaximus/tactician-job-command-mapper)[![Total Downloads](https://camo.githubusercontent.com/192ba0aefffb2e10f37ec52d9cae5b262c4ddc38150f6af750fee6ecec3c6c88/68747470733a2f2f706f7365722e707567782e6f72672f57797269486178696d75732f74616374696369616e2d6a6f622d636f6d6d616e642d6d61707065722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/WyriHaximus/tactician-job-command-mapper/stats)[![Code Coverage](https://camo.githubusercontent.com/4bed5045b51edac7ab67db3692b25bc87dd9ca6c619fb588e42c86e102e26ab8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f57797269486178696d75732f7068702d74616374696369616e2d6a6f622d636f6d6d616e642d6d61707065722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/WyriHaximus/php-tactician-job-command-mapper/?branch=master)[![License](https://camo.githubusercontent.com/d8761b55b8fe9390a3c09e352b975dcf4ad5b4017e68f7446671deef3a5e1cf3/68747470733a2f2f706f7365722e707567782e6f72672f57797269486178696d75732f74616374696369616e2d6a6f622d636f6d6d616e642d6d61707065722f6c6963656e73652e706e67)](https://packagist.org/packages/WyriHaximus/tactician-job-command-mapper)[![PHP 7 ready](https://camo.githubusercontent.com/d91286b05c364b49ea829f204266016411eae46a23ddb32ed7eb84024e0fc3b4/687474703a2f2f7068703772656164792e74696d6573706c696e7465722e63682f57797269486178696d75732f7068702d74616374696369616e2d6a6f622d636f6d6d616e642d6d61707065722f62616467652e737667)](https://travis-ci.org/WyriHaximus/php-tactician-job-command-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-job-command-mapper

```

Set up
======

[](#set-up)

When creating a `Command` add the `@Job` annotation to map it to one or more jobs.

```
