PHPackages                             neilime/zf2-tree-layout-stack - 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. [Templating &amp; Views](/categories/templating)
4. /
5. neilime/zf2-tree-layout-stack

AbandonedArchivedLibrary[Templating &amp; Views](/categories/templating)

neilime/zf2-tree-layout-stack
=============================

TreeLayoutStack is a module for ZF2 allowing the creation of tree layout

1.0(12y ago)54483[1 issues](https://github.com/neilime/zf2-tree-layout-stack/issues)MITHTMLPHP &gt;=5.3.3

Since Aug 19Pushed 5y ago2 watchersCompare

[ Source](https://github.com/neilime/zf2-tree-layout-stack)[ Packagist](https://packagist.org/packages/neilime/zf2-tree-layout-stack)[ RSS](/packages/neilime-zf2-tree-layout-stack/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

TreeLayoutStack
===============

[](#treelayoutstack)

**⚠️ This module is for Zend Framework 2, it is deprecated ⚠️**

[![Build Status](https://camo.githubusercontent.com/14bdb64d377017c708f8f46d2e2005246b5d63b09f30d15f198ada17316b08b1/68747470733a2f2f7472617669732d63692e6f72672f6e65696c696d652f7a66322d747265652d6c61796f75742d737461636b2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/neilime/zf2-tree-layout-stack)[![Latest Stable Version](https://camo.githubusercontent.com/8db620e679497bfd81a2e732b7f368e390d025091bc82681b3b81e15607e7c67/68747470733a2f2f706f7365722e707567782e6f72672f6e65696c696d652f7a66322d747265652d6c61796f75742d737461636b2f762f737461626c652e706e67)](https://packagist.org/packages/neilime/zf2-tree-layout-stack)[![Total Downloads](https://camo.githubusercontent.com/bfbd8badf6f7e81cf21ccf31e5bec94136271b0ffdcde654cabc24690179e627/68747470733a2f2f706f7365722e707567782e6f72672f6e65696c696d652f7a66322d747265652d6c61796f75742d737461636b2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/neilime/zf2-tree-layout-stack)[![Code coverage](https://camo.githubusercontent.com/d88ad14609fc28b80da24e0c2f47229a8caecd3d6b7a71b5a25f6d286e839596/68747470733a2f2f7261772e6769746875622e636f6d2f7a66322d626f696c65722d6170702f6170702d746573742f6d61737465722f726573736f75726365732f3130302532352d636f64652d636f7665726167652e706e67 "100% code coverage")](https://camo.githubusercontent.com/d88ad14609fc28b80da24e0c2f47229a8caecd3d6b7a71b5a25f6d286e839596/68747470733a2f2f7261772e6769746875622e636f6d2f7a66322d626f696c65722d6170702f6170702d746573742f6d61737465722f726573736f75726365732f3130302532352d636f64652d636f7665726167652e706e67)

NOTE : If you want to contribute don't hesitate, I'll review any PR.

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

[](#introduction)

TreeLayoutStack is module for ZF2 allowing the creation of tree layout

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

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master)

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

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

1. Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require": {
        "neilime/zf2-tree-layout-stack": "dev-master"
    }
    ```
2. Now tell composer to download TreeLayoutStack by running the command:

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

#### Post installation

[](#post-installation)

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

    ```
