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

ActiveNette-addon[Utility &amp; Helpers](/categories/utility)

trunda/smf-menu
===============

Integrates KnpMenu to Nette framework

410.4k3[1 issues](https://github.com/trunda/SmfMenu/issues)PHP

Since May 29Pushed 7y ago4 watchersCompare

[ Source](https://github.com/trunda/SmfMenu)[ Packagist](https://packagist.org/packages/trunda/smf-menu)[ RSS](/packages/trunda-smf-menu/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SmfMenu is just integration library for KnpMenu.

Installation
============

[](#installation)

Easiest way to install the addon is via `composer`:

```
composer install trunda/smf-menu
```

and then register the extension in your `config.neon`:

```
extensions:
    - Smf\Menu\Config\Extension
```

What is KnpMenu?
================

[](#what-is-knpmenu)

The KnpMenu library provides object oriented menus for PHP 5.3. With following API.

```
