PHPackages                             binomedev/navigator - 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. binomedev/navigator

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

binomedev/navigator
===================

navigator

02PHP

Since Feb 14Pushed 5y agoCompare

[ Source](https://github.com/binomedev/navigator)[ Packagist](https://packagist.org/packages/binomedev/navigator)[ RSS](/packages/binomedev-navigator/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Navigator
=========

[](#navigator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/27d2d9d9878631228b4f3a098dd0d61ab88b789f30bf1111d6b930bb5e6b605c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62696e6f6d656e6465762f6e6176696761746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/binomendev/navigator)[![GitHub Tests Action Status](https://camo.githubusercontent.com/01fa3f4496ca6c75703cd250314600ca97f704016e1d6ac31e8725effa210352/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f62696e6f6d656e6465762f6e6176696761746f722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/binomendev/navigator/actions?query=workflow%3ATests+branch%3Amaster)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6d421d74cb89045df24c9aa06b0d694b7884c421542b81487197d87711ea4c80/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f62696e6f6d656e6465762f6e6176696761746f722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/binomendev/navigator/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/d2d6cddf5e5bbf4f2e7730623ecf2465df43bbbe14350967b5fc700b9a4f86bb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62696e6f6d656e6465762f6e6176696761746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/binomendev/navigator)

A utility package for creating various navigation menus such as navbar, dropdowns, pills, tabs and others.

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

[](#installation)

You can install the package via composer:

```
composer require binomendev/navigator
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Binomendev\Navigator\NavigatorServiceProvider" --tag="navigator-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Binomendev\Navigator\NavigatorServiceProvider" --tag="navigator-config"
```

This is the contents of the published config file:

```
return [
    //
];
```

Usage
-----

[](#usage)

To create a new menu you can use the facade.

```
\Binomendev\Navigator\NavigatorFacade::menu('main', [
    \Binomedev\Navigator\NavItem::make(__('Home'), '/', 'fa fa-house')
]);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Codrin Axinte](https://github.com/codrin-axinte)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f68765a77418f8056ef39ed2491f2b2b544a58166a462bf3d5f1332d539241d4?d=identicon)[codrin-axinte](/maintainers/codrin-axinte)

---

Top Contributors

[![codrin-axinte](https://avatars.githubusercontent.com/u/6564791?v=4)](https://github.com/codrin-axinte "codrin-axinte (9 commits)")

### Embed Badge

![Health badge](/badges/binomedev-navigator/health.svg)

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

PHPackages © 2026

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