PHPackages                             ilubenets/diarchitectbundle - 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. ilubenets/diarchitectbundle

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

ilubenets/diarchitectbundle
===========================

Symfony2 bundle for create Dependency Injection charts

011PHP

Since Oct 22Pushed 11y ago1 watchersCompare

[ Source](https://github.com/iLubenets/DIArchitectBundle)[ Packagist](https://packagist.org/packages/ilubenets/diarchitectbundle)[ RSS](/packages/ilubenets-diarchitectbundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

DIArchitectBundle
=================

[](#diarchitectbundle)

Symfony2 bundle for create Dependency Injection charts

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

[](#installation)

Install graphviz on your system

### Step 0: Install graphviz on your system

[](#step-0-install-graphviz-on-your-system)

**Ubuntu**

```
sudo apt-get install graphviz
```

### Step 1: Download DIArchitectBundle using composer

[](#step-1-download-diarchitectbundle-using-composer)

Add DIArchitectBundle by running the command:

```
$ php composer.phar require ilubenets/diarchitectbundle "dev-master"
```

Composer will install the bundle to your project's `ilubenets/diarchitectbundle` directory.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
