PHPackages                             tentapress/menus - 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. tentapress/menus

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

tentapress/menus
================

0.3.7(3mo ago)01561MITBladePHP ^8.2

Since Jan 29Pushed 3mo agoCompare

[ Source](https://github.com/tentaplane/plugin-menus)[ Packagist](https://packagist.org/packages/tentapress/menus)[ RSS](/packages/tentapress-menus/feed)WikiDiscussions main Synced today

READMEChangelog (9)Dependencies (12)Versions (10)Used By (1)

Menus
=====

[](#menus)

Navigation menu management for TentaPress.

Plugin Details
--------------

[](#plugin-details)

FieldValueID`tentapress/menus`Version0.3.7Provider`TentaPress\Menus\MenusServiceProvider`Goal
----

[](#goal)

Allow users to define navigation menus and map them to theme locations.

Scope (v1)
----------

[](#scope-v1)

- CRUD for menus and nested menu items.
- Assign menus to theme-defined locations.
- Render helper to output menus in themes.
- Permissions via `manage_menus` capability.

Features
--------

[](#features)

- Create and manage navigation menus
- Assign menus to theme locations
- Add pages, posts, and custom links
- Drag-and-drop ordering
- Nested menu items

Dependencies
------------

[](#dependencies)

- `tentapress/users`
- `tentapress/pages`
- `tentapress/posts`
- `tentapress/settings`

Data model
----------

[](#data-model)

- `tp_menus`
    - `id`
    - `name`
    - `slug`
    - `created_by`, `updated_by`
    - timestamps
- `tp_menu_items`
    - `id`
    - `menu_id`
    - `parent_id` (nullable, for nesting)
    - `title`
    - `url`
    - `target` (nullable, e.g., `_blank`)
    - `sort_order`
    - `meta` (json)
    - timestamps
- `tp_menu_locations`
    - `id`
    - `location_key` (string)
    - `menu_id` (nullable)
    - timestamps

Admin Menu
----------

[](#admin-menu)

LabelParentRouteCapabilityIconPositionMenus`Structure``tp.menus.index``manage_menus`menu40Admin UI (current)
------------------

[](#admin-ui-current)

- Menus list + create/edit screens.
- Menu editor with manual ordering (move up/down) and parent selection.
- Location assignments sourced from theme manifest `menu_locations`.

Theme Integration
-----------------

[](#theme-integration)

Themes define menu locations in `tentapress.json`:

```
"menu_locations": {
    "primary": "Primary Navigation",
    "footer": "Footer Navigation"
}
```

Routes (current)
----------------

[](#routes-current)

- `/admin/menus` list, create, edit, update, delete.

Open questions
--------------

[](#open-questions)

- Do we want drag/drop nesting or async reordering in v1.1?
- Should we add auto-generated menus (e.g., pages list)?

Development
-----------

[](#development)

```
php artisan tp:plugins sync
php artisan tp:plugins enable tentapress/menus
```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance78

Regular maintenance activity

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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

Total

9

Last Release

117d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/576413?v=4)[Chris Southam](/maintainers/csoutham)[@csoutham](https://github.com/csoutham)

---

Top Contributors

[![csoutham](https://avatars.githubusercontent.com/u/576413?v=4)](https://github.com/csoutham "csoutham (20 commits)")

### Embed Badge

![Health badge](/badges/tentapress-menus/health.svg)

```
[![Health](https://phpackages.com/badges/tentapress-menus/health.svg)](https://phpackages.com/packages/tentapress-menus)
```

PHPackages © 2026

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