PHPackages                             pubvana/navigation - 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. pubvana/navigation

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

pubvana/navigation
==================

Navigation manager for Pubvana CMS

0.2.2(2mo ago)031MITPHPPHP ^8.1

Since Apr 29Pushed 2mo agoCompare

[ Source](https://github.com/Pubvana-CMS/navigation)[ Packagist](https://packagist.org/packages/pubvana/navigation)[ RSS](/packages/pubvana-navigation/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (3)Dependencies (5)Versions (5)Used By (1)

[![Stable? Not Quite Yet](https://camo.githubusercontent.com/8712c441bb32fd8db507e0008c5d13e30def50064f8fcbc689fbcf5191f7d2af/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f737461626c652533462d6e6f7425323071756974652532307965742d626c75653f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/navigation)[![License](https://camo.githubusercontent.com/00eeffd524ff344ba9e0e4f48208d5f5f75d332c465c4920776599c7833de1d7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f70756276616e612f6e617669676174696f6e3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/navigation)[![PHP Version](https://camo.githubusercontent.com/17f73f44d27b817b246f584936e6915e87008699be13a9253d82d189b547ba13/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f70756276616e612f6e617669676174696f6e3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/navigation)[![Monthly Downloads](https://camo.githubusercontent.com/cc2787bf7d7edd01e422db5e80f2906c1383abc8ed0b3cfd53d7c9bee91bd3ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f70756276616e612f6e617669676174696f6e3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/navigation)[![Total Downloads](https://camo.githubusercontent.com/c2537ae1fe2ae6025c7adfd13bd9337dd30b970adb9d8600f23b94ec0d2fefaa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70756276616e612f6e617669676174696f6e3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/navigation)[![GitHub Issues](https://camo.githubusercontent.com/80f7cca1264e42d82f028a46028c956fbee90a582e6108f22a7f1ca4a075ce82/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f50756276616e612d434d532f6e617669676174696f6e3f7374796c653d666f722d7468652d6261646765)](https://github.com/Pubvana-CMS/navigation/issues)[![Contributors](https://camo.githubusercontent.com/cf74e66921bf2b7ff38df8ea26b79247f9f1820f37a8c7d2d973f8c9034bd793/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f50756276616e612d434d532f6e617669676174696f6e3f7374796c653d666f722d7468652d6261646765)](https://github.com/Pubvana-CMS/navigation/graphs/contributors)[![Latest Release](https://camo.githubusercontent.com/e099e0188ddafea0ad1bc0e770707f7f8eca4bbb6a7a28e221503b210b47dc67/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f50756276616e612d434d532f6e617669676174696f6e3f7374796c653d666f722d7468652d6261646765)](https://github.com/Pubvana-CMS/navigation/releases)[![Contributions Welcome](https://camo.githubusercontent.com/9db3f8b82ea88469efd296a9305fc00f40b4c9450bb6b539d42d339fa6963444/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e747269627574696f6e732d77656c636f6d652d626c75653f7374796c653d666f722d7468652d6261646765)](https://github.com/Pubvana-CMS/navigation/pulls)

Pubvana Navigation
==================

[](#pubvana-navigation)

**I noticed folks downloading some of these packages. I'm super grateful, Thank You! I would like to let folks know until this notice disappears I'm doing a lot of breaking changes without worrying about them. Once versions are up around 0.5.x things should settle down.**

Navigation manager for Pubvana CMS.

Related Docs
------------

[](#related-docs)

- Project docs index: [docs/README.md](../../../docs/README.md)
- Pubvana architecture: [docs/PUBVANA-ARCHITECTURE.md](../../../docs/PUBVANA-ARCHITECTURE.md)
- Admin extension points: [docs/ADMIN-EXTENSION-SYSTEM.md](../../../docs/ADMIN-EXTENSION-SYSTEM.md)

Features
--------

[](#features)

- Multiple navigation groups such as `primary` and `footer`
- Nested menu trees
- Reordering support
- Quick-add linkable items from package contributions
- Theme-friendly navigation rendering through `$app->navigation()`

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

[](#requirements)

- PHP ^8.1
- enlivenapp/flight-school ^0.2
- enlivenapp/flight-shield
- enlivenapp/migrations
- flightphp/active-record ^0.7

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

[](#installation)

```
composer require pubvana/navigation
```

Enable in `app/config/config.php`:

```
'plugins' => [
    'pubvana/navigation' => [
        'enabled'  => true,
        'priority' => 50,
    ],
],
```

Flight School config
--------------------

[](#flight-school-config)

This package uses Flight School's return-array config format. `src/Config/Config.php` returns the package defaults as an array, and Flight School stores that array under `pubvana.navigation` on `$app`.

That returned array currently includes `'routePrepend' => 'navigation'`. This package currently ships admin routes only, so its user-facing URLs stay under `/admin/...`.

Service
-------

[](#service)

Mapped as `$app->navigation()`. Common uses:

```
$navigation = Flight::navigation();

$tree = $navigation->getTree('primary');
$flat = $navigation->getByGroup('footer');
$linkable = $navigation->getLinkableItems();
```

The service also supports create, delete, and reorder operations for admin use.

Admin
-----

[](#admin)

Navigation management is exposed through the optional admin UI and integrates with package-provided `nav.linkable` contributions.

License
-------

[](#license)

MIT

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance84

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

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.

###  Release Activity

Cadence

Every ~1 days

Total

4

Last Release

80d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3036663?v=4)[Mike W](/maintainers/enlivenapp)[@enlivenapp](https://github.com/enlivenapp)

---

Top Contributors

[![enlivenapp](https://avatars.githubusercontent.com/u/3036663?v=4)](https://github.com/enlivenapp "enlivenapp (5 commits)")

### Embed Badge

![Health badge](/badges/pubvana-navigation/health.svg)

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

###  Alternatives

[awps/font-awesome-php

A PHP library for Font Awesome.

4831.7k1](/packages/awps-font-awesome-php)

PHPackages © 2026

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