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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nf/menu-kit
===========

Menu Collection

2.0.0(7y ago)08MITCSS

Since May 25Pushed 7y ago1 watchersCompare

[ Source](https://github.com/nf-theme/menu-kit)[ Packagist](https://packagist.org/packages/nf/menu-kit)[ RSS](/packages/nf-menu-kit/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (9)Used By (0)

Menu package
============

[](#menu-package)

> It's an extension kit for our theme

Before Installation
-------------------

[](#before-installation)

##### Step 1: Install Nf-Theme-Option package

[](#step-1-install-nf-theme-option-package)

> [nf-theme-option](https://github.com/hieu-pv/nf-theme-option)

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

[](#installation)

##### Step 1: Install Through Composer

[](#step-1-install-through-composer)

```
composer require nf/menu-kit

```

##### Step 2: Add the Service Provider

[](#step-2-add-the-service-provider)

> Open `config/app.php` and register the required service provider.

```
  'providers'  => [
        // .... Others providers
        \NF\Menu\MenuServiceProvider::class,
    ],
```

##### Step 3: import css and js

[](#step-3-import-css-and-js)

> import js of package menu-kit in file (wp-content/themes/{name\_theme}/resources/assets/scripts/app.js);

```
import '../../../vendor/nf/menu-kit/assets/dist/app.js';

```

> import css of package menu-kit in file (wp-content/themes/{name\_theme}/resources/assets/styles/app.scss);

```
@import '../../../vendor/nf/menu-kit/assets/dist/app.css';

```

##### Step 4: Add shortcode

[](#step-4-add-shortcode)

> Automatic create a shortcode name `menu-kit` with a attribute `theme_location` is require:

```
[menu-kit theme_location="{location_menu}"]
```

Example:

```
[menu-kit theme_location='main-menu'"]
```

##### Step 5: Insert shortcode wherever you need

[](#step-5-insert-shortcode-wherever-you-need)

> Very easy

```
do_shortcode("[menu-kit theme_location='main-menu'"]")
```

Last step
---------

[](#last-step)

> {tip} Drink tea and relax !

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~27 days

Recently: every ~47 days

Total

8

Last Release

2720d ago

Major Versions

v1.0.7 → 2.0.02018-12-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/e33d35507ab7b489a96aac40b3cf04b6e653cd3beeac6a2fdd3d35902d98aa9f?d=identicon)[NightFury](/maintainers/NightFury)

---

Top Contributors

[![nightfury-est](https://avatars.githubusercontent.com/u/20170474?v=4)](https://github.com/nightfury-est "nightfury-est (1 commits)")

### Embed Badge

![Health badge](/badges/nf-menu-kit/health.svg)

```
[![Health](https://phpackages.com/badges/nf-menu-kit/health.svg)](https://phpackages.com/packages/nf-menu-kit)
```

###  Alternatives

[ericmann/wp-session-manager

Prototype session management for WordPress.

27123.6k1](/packages/ericmann-wp-session-manager)[irazasyed/docgen

Streamline your Laravel package development with automatic facade documentation using Docgen for Laravel

233.8k10](/packages/irazasyed-docgen)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
