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

Abandoned → [akaunting/laravel-menu](/?search=akaunting%2Flaravel-menu)Library[Utility &amp; Helpers](/categories/utility)

akaunting/menu
==============

Menu and sidebar management package for Laravel

3.1.2(2y ago)30104.5k19[1 PRs](https://github.com/akaunting/laravel-menu/pulls)MITPHPPHP ^8.0

Since Apr 11Pushed 2y ago4 watchersCompare

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

READMEChangelog (10)Dependencies (8)Versions (26)Used By (0)

Menu and sidebar management package for Laravel
===============================================

[](#menu-and-sidebar-management-package-for-laravel)

[![Downloads](https://camo.githubusercontent.com/a580f9c8e7d648075c0d01f9d058796e04ca67429d37b1b486a46b6880068bdc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616b61756e74696e672f6c61726176656c2d6d656e75)](https://camo.githubusercontent.com/a580f9c8e7d648075c0d01f9d058796e04ca67429d37b1b486a46b6880068bdc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616b61756e74696e672f6c61726176656c2d6d656e75)[![Tests](https://camo.githubusercontent.com/85f875fec03e8d46b2637c5e14afd1e9e7905e19dc0f55991ed42104b0b4cf8f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616b61756e74696e672f6c61726176656c2d6d656e752f74657374732e796d6c3f6c6162656c3d7465737473)](https://camo.githubusercontent.com/85f875fec03e8d46b2637c5e14afd1e9e7905e19dc0f55991ed42104b0b4cf8f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616b61756e74696e672f6c61726176656c2d6d656e752f74657374732e796d6c3f6c6162656c3d7465737473)[![StyleCI](https://camo.githubusercontent.com/a7143b7b9ed7564cf6a464839b3b84149cdae87d40ea9957db18c0937d724465/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3138303736333631302f736869656c643f7374796c653d666c6174266272616e63683d6d6173746572)](https://styleci.io/repos/180763610)[![License](https://camo.githubusercontent.com/1c8b513f876f2233237d7295e80c0bc02028f82dd57b5073d1299f3500b8ac30/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f616b61756e74696e672f6c61726176656c2d6d656e75)](LICENSE.md)

This package intends to create and manage menus and sidebars for your Laravel app. It ships with ready-to-go presenters and you can create your own ones.

Getting Started
---------------

[](#getting-started)

### 1. Install

[](#1-install)

Run the following command:

```
composer require akaunting/laravel-menu
```

### 2. Register

[](#2-register)

Service provider and facade will be registered automatically. If you want to register them manually in `config/app.php`:

```
Akaunting\Menu\Facade::class,
Akaunting\Menu\Provider::class,
```

### 3. Publish

[](#3-publish)

Publish config file.

```
php artisan vendor:publish --tag=menu
```

### 4. Configure

[](#4-configure)

You can change the configuration from `config/menu.php` file

Usage
-----

[](#usage)

Check out the [wiki](../../wiki) about the usage and further documentation.

Changelog
---------

[](#changelog)

Please see [Releases](../../releases) for more information what has changed recently.

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

[](#contributing)

Pull requests are more than welcome. You must follow the PSR coding standards.

Security
--------

[](#security)

Please review [our security policy](https://github.com/akaunting/laravel-menu/security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Denis Duliçi](https://github.com/denisdulici)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community21

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 85.5% 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 ~69 days

Recently: every ~157 days

Total

25

Last Release

927d ago

Major Versions

1.0.16 → 2.0.02021-12-17

2.0.3 → 3.0.02022-10-25

PHP version history (3 changes)1.0.0PHP &gt;=7.1

2.0.0PHP &gt;=7.3

3.0.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5254835?v=4)[Denis Dulici](/maintainers/denisdulici)[@denisdulici](https://github.com/denisdulici)

![](https://avatars.githubusercontent.com/u/10936547?v=4)[Cüneyt Şentürk](/maintainers/cuneytsenturk)[@cuneytsenturk](https://github.com/cuneytsenturk)

---

Top Contributors

[![denisdulici](https://avatars.githubusercontent.com/u/5254835?v=4)](https://github.com/denisdulici "denisdulici (53 commits)")[![brkcvn](https://avatars.githubusercontent.com/u/22003497?v=4)](https://github.com/brkcvn "brkcvn (3 commits)")[![ahferriz](https://avatars.githubusercontent.com/u/22202570?v=4)](https://github.com/ahferriz "ahferriz (2 commits)")[![ysfkaya](https://avatars.githubusercontent.com/u/16710972?v=4)](https://github.com/ysfkaya "ysfkaya (1 commits)")[![cuneytsenturk](https://avatars.githubusercontent.com/u/10936547?v=4)](https://github.com/cuneytsenturk "cuneytsenturk (1 commits)")[![bengu-thon-mai-mochi](https://avatars.githubusercontent.com/u/19210867?v=4)](https://github.com/bengu-thon-mai-mochi "bengu-thon-mai-mochi (1 commits)")[![mehmetcoban](https://avatars.githubusercontent.com/u/39200220?v=4)](https://github.com/mehmetcoban "mehmetcoban (1 commits)")

---

Tags

akauntinglaravelmenunavigationphpsidebarlaravelmenubootstrapnavigationsidebar

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[akaunting/laravel-menu

Menu and sidebar management package for Laravel

38233.8k](/packages/akaunting-laravel-menu)[nwidart/laravel-menus

Laravel Menu management

168180.3k10](/packages/nwidart-laravel-menus)[rinvex/laravel-menus

Rinvex Menus is a simple menu builder package for Laravel, that supports hierarchical structure, ordering, and styling with full flexibility using presenters for easy styling and custom structure of menu rendering.

294.0k20](/packages/rinvex-laravel-menus)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)

PHPackages © 2026

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