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

ActiveLibrary[Framework](/categories/framework)

dl-commons/dlc-category
=======================

A simple category module for Zend Framework 2 based applications.

07PHP

Since Jun 5Pushed 12y ago1 watchersCompare

[ Source](https://github.com/dlabas/DlcCategory)[ Packagist](https://packagist.org/packages/dl-commons/dlc-category)[ RSS](/packages/dl-commons-dlc-category/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

DlcCategory
===========

[](#dlccategory)

A simple category 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)
- [DlcDoctrine](https://github.com/dlabas/DlcDoctrine)
- \[Doctrine2 NestedSet\] ()

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

[](#installation)

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

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

1. Install the [DlcBase](https://github.com/dlabas/DlcBase) and [DlcDoctrine](https://github.com/dlabas/DlcDoctrine) ZF2 modules by cloning it into `./vendor/`.
2. Clone this project into your `./vendor/` directory.
3. If not installed install \[Doctrine2 NestedSet\] () module by cloning it into `./vendor/`. and adding autoloading for it. For more information see \[Installing NestedSet for Doctrine2\] ().

#### With composer

[](#with-composer)

Coming soon...

#### Post installation

[](#post-installation)

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

    ```
