davidwindell / spiffy-navigation

A ZF2 module designed as a replacement for Zend\Navigation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpiffyNavigation Module for Zend Framework 2 Master Branch Build Status

SpiffyNavigation is a navigation module for ZF2 intended to replace the out-of-date Zend\Navigation.

Requirements

Installation

Installation of SpiffyNavigation uses composer. For composer documentation, please refer to getcomposer.org.

Installation steps

  1. cd my/project/directory

  2. create a composer.json file with following contents:

    {
        "require": {
            "spiffy/spiffy-navigation": "dev-master"
        }
    }
  3. install composer via curl -s http://getcomposer.org/installer | php (on windows, download http://getcomposer.org/installer and execute it with PHP)

  4. run php composer.phar install

  5. open my/project/directory/configs/application.config.php and add the following key to your modules:

    'SpiffyNavigation',

About

A ZF2 module designed as a replacement for Zend\Navigation.


Languages

Language:PHP 100.0%