2017 © Pedro Peláez
 

library dlc-diagramm

A simple digramm module for Zend Framework 2 based applications.

image

dl-commons/dlc-diagramm

A simple digramm module for Zend Framework 2 based applications.

  • Thursday, April 25, 2013
  • by dlabas
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

DlcDiagramm

A simple digramm module for Zend Framework 2 based applications., (*1)

This module is currently under heavy development., (*2)

Introduction

Comming soon..., (*3)

Requirements

Installation

Main Setup

By cloning project

  1. Install the DlcBase ZF2 module by cloning it into ./vendor/.
  2. Clone this project into your ./vendor/ directory.

With composer

  1. Add this project and DlcDiagramm in your composer.json:, (*4)

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

    ```bash $ php composer.phar update, (*6)

Post installation

  1. Enabling it in your application.config.phpfile., (*7)

    ```php <?php return array( 'modules' => array( // ... 'DlcBase', 'DlcDiagramm', ), // ... );, (*8)

The Versions

25/04 2013

dev-master

9999999-dev https://github.com/dlabas/DlcDiagramm

A simple digramm module for Zend Framework 2 based applications.

  Sources   Download

MIT

The Requires

 

zf2 module