PHPackages                             joshuafredrickson/acf-nav-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. joshuafredrickson/acf-nav-menu

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

joshuafredrickson/acf-nav-menu
==============================

A nav menu field for ACF.

v1.1.2(1mo ago)31.6k↓50%MITPHPPHP ^7.0|^8.0

Since Oct 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/joshuafredrickson/acf-nav-menu)[ Packagist](https://packagist.org/packages/joshuafredrickson/acf-nav-menu)[ RSS](/packages/joshuafredrickson-acf-nav-menu/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (7)Used By (0)

ACF Navigation Menu
===================

[](#acf-navigation-menu)

A navigation menu field for ACF

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

[](#requirements)

- [PHP](https://secure.php.net/manual/en/install.php) &gt;= 7.2
- [Composer](https://getcomposer.org/download/)

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

[](#installation)

### Bedrock

[](#bedrock)

Install via Composer:

```
$ composer require joshuafredrickson/acf-nav-menu
```

Usage
-----

[](#usage)

The field will return the nav menu ID.

Use with `wp_nav_menu`:

```
$nav_menu_ID = get_field('nav_menu');
wp_nav_menu($args = ['menu' => $nav_menu_ID]);
```

Use with [log1x/navi](https://github.com/Log1x/navi) (recommended):

```
$nav_menu_ID = get_field('nav_menu');
(new \Log1x\Navi\Navi())->build($nav_menu_ID);
```

### ACF Composer

[](#acf-composer)

```
$field->addField('my_nav_menu_field', 'nav_menu');
```

Bug Reports
-----------

[](#bug-reports)

If you discover a bug in ACF Navigation Menu, please [open an issue](https://github.com/joshuafredrickson/acf-nav-menu/issues).

Contributing
------------

[](#contributing)

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.

License
-------

[](#license)

ACF Nav Menu is provided under the [MIT License](https://github.com/joshuafredrickson/acf-nav-menu/blob/master/LICENSE.md).

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance58

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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 ~394 days

Recently: every ~473 days

Total

6

Last Release

47d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.2

v1.1.0PHP ^7.0|^8.0

### Community

Maintainers

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

---

Top Contributors

[![joshuafredrickson](https://avatars.githubusercontent.com/u/3533660?v=4)](https://github.com/joshuafredrickson "joshuafredrickson (8 commits)")

---

Tags

wordpressacfacf-fieldwp-nav-menu

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/joshuafredrickson-acf-nav-menu/health.svg)

```
[![Health](https://phpackages.com/badges/joshuafredrickson-acf-nav-menu/health.svg)](https://phpackages.com/packages/joshuafredrickson-acf-nav-menu)
```

###  Alternatives

[log1x/acf-editor-palette

A replica Gutenberg color picker field for Advanced Custom Fields.

100284.1k](/packages/log1x-acf-editor-palette)[hellonico/acf-country

A country field for ACF.

12193.2k](/packages/hellonico-acf-country)[vinkla/extended-acf

Register advanced custom fields with object-oriented PHP

503264.8k11](/packages/vinkla-extended-acf)[log1x/acf-phone-number

A real ACF phone number field.

12072.5k](/packages/log1x-acf-phone-number)[samrap/acf-fluent

A fluent interface for the Advanced Custom Fields WordPress plugin

28656.0k4](/packages/samrap-acf-fluent)[gillesgoetsch/acf-smart-button

A simple, clean and lean ACF Field for internal and external links.

7625.5k](/packages/gillesgoetsch-acf-smart-button)

PHPackages © 2026

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