PHPackages                             ipub/menu - 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. ipub/menu

Abandoned → [contributte/menu-control](/?search=contributte%2Fmenu-control)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

ipub/menu
=========

Extension for Nette Framework to handle site menu items.

v2.1.2(8y ago)0246GPL-2.0PHPPHP &gt;=7.1.0

Since Jun 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ipublikuj-archive/menu)[ Packagist](https://packagist.org/packages/ipub/menu)[ Docs](https://github.com/iPublikuj/menu)[ RSS](/packages/ipub-menu/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (13)Versions (7)Used By (0)

Menu
====

[](#menu)

**This package is abandoned and no longer maintained!**

Web page **menu** items manager for [Nette Framework](http://nette.org/)

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

[](#introduction)

This extensions add ability to manage menu groups and their items and display them in your application based on Nette framework

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

[](#installation)

The best way to install ipub/menu is using [Composer](http://getcomposer.org/):

```
$ composer require ipub/menu
```

After that you have to register extension in config.neon.

```
extensions:
	menu: IPub\Menu\DI\MenuExtension
```

Package contains trait, which you will have to use in class, where you want to use mobile detector.

```
