PHPackages                             dl-commons/dlc-use-case - 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-use-case

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

dl-commons/dlc-use-case
=======================

A simple module for Zend Framework 2 based applications for getting an overview of your use cases.

09PHP

Since Jun 5Pushed 13y ago1 watchersCompare

[ Source](https://github.com/dlabas/DlcUseCase)[ Packagist](https://packagist.org/packages/dl-commons/dlc-use-case)[ RSS](/packages/dl-commons-dlc-use-case/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

DlcUseCase
==========

[](#dlcusecase)

A simple module for Zend Framework 2 based applications for getting an overview of your use cases.

This module is currently under heavy development.

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

[](#introduction)

Comming soon...

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

[](#requirements)

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

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

[](#installation)

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

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

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

#### With composer

[](#with-composer)

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

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

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

#### Post installation

[](#post-installation)

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

    ```
