PHPackages                             dl-commons/dlc-diagramm - 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. dl-commons/dlc-diagramm

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

dl-commons/dlc-diagramm
=======================

A simple digramm module for Zend Framework 2 based applications.

011PHP

Since Apr 25Pushed 13y ago1 watchersCompare

[ Source](https://github.com/dlabas/DlcDiagramm)[ Packagist](https://packagist.org/packages/dl-commons/dlc-diagramm)[ RSS](/packages/dl-commons-dlc-diagramm/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

DlcDiagramm
===========

[](#dlcdiagramm)

A simple digramm module for Zend Framework 2 based applications.

This module is currently under heavy development.

Introduction
------------

[](#introduction)

Comming soon...

Requirements
------------

[](#requirements)

- [DlcBase](https://github.com/dlabas/DlcBase)

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

[](#installation)

Main Setup
----------

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

1. Install the [DlcBase](https://github.com/dlabas/DlcBase) ZF2 module by cloning it into `./vendor/`.
2. Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

1. Add this project and [DlcDiagramm](https://github.com/dlabas/DlcDiagramm) in your composer.json:

    ```
    "require": {
        "dl-commons/dlc-diagramm": "dev-master"
    }
    ```
2. Now tell composer to download DlcDiagramm by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php`file.

    ```
