PHPackages                             someblackmagic/tactician-bundle - 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. [Framework](/categories/framework)
4. /
5. someblackmagic/tactician-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

someblackmagic/tactician-bundle
===============================

Bundle to integrate Tactician with Symfony projects

v1.2.1(5y ago)03MITPHPPHP &gt;=7.0

Since Apr 14Pushed 5y agoCompare

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

READMEChangelog (1)Dependencies (17)Versions (24)Used By (0)

TacticianBundle
===============

[](#tacticianbundle)

[![Build Status](https://camo.githubusercontent.com/f344b3d62c59886eb3f2c6f571f1912cf13bc20985ae1275d85b96c1df9badba/68747470733a2f2f7472617669732d63692e6f72672f7468657068706c65616775652f74616374696369616e2d62756e646c652e737667)](https://travis-ci.org/thephpleague/tactician-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/734c0b4c1981153ed276b4b1456a33303a6756b30bf64d9435b7467ad274d101/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7468657068706c65616775652f74616374696369616e2d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/thephpleague/tactician-bundle/?branch=master)

Symfony2 Bundle for the Tactician library

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable release for this bundle:

```
$ composer require league/tactician-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

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

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
