PHPackages                             ht3aa/filament-navigation-item-action - 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. ht3aa/filament-navigation-item-action

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

ht3aa/filament-navigation-item-action
=====================================

This package will add the ability to add actions to each navigation item in the sidebar of filament panel

v0.0.1(10mo ago)02[5 PRs](https://github.com/ht3aa/filament-navigation-item-action/pulls)MITPHPPHP ^8.4CI passing

Since Jun 25Pushed 1mo agoCompare

[ Source](https://github.com/ht3aa/filament-navigation-item-action)[ Packagist](https://packagist.org/packages/ht3aa/filament-navigation-item-action)[ Docs](https://github.com/ht3aa/filament-navigation-item-action)[ GitHub Sponsors](https://github.com/ht3aa)[ RSS](/packages/ht3aa-filament-navigation-item-action/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (14)Versions (9)Used By (0)

This package will add the ability to add actions to each navigation item in the sidebar of filament panel
=========================================================================================================

[](#this-package-will-add-the-ability-to-add-actions-to-each-navigation-item-in-the-sidebar-of-filament-panel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b3e1a27e13e1d3d904ab6207ec7c459e2ebc95bdd8edf767a682a48b03565c80/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68743361612f66696c616d656e742d6e617669676174696f6e2d6974656d2d616374696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ht3aa/filament-navigation-item-action)[![GitHub Tests Action Status](https://camo.githubusercontent.com/97b8447523c17a09a81365f99e1f991397699f84135295d4e5eb20ea4db0e2b1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f68743361612f66696c616d656e742d6e617669676174696f6e2d6974656d2d616374696f6e2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ht3aa/filament-navigation-item-action/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/06484d6e20e363dd1ca30892d865f2284d8a32800795dd90b21e67e1b4c425da/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f68743361612f66696c616d656e742d6e617669676174696f6e2d6974656d2d616374696f6e2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ht3aa/filament-navigation-item-action/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/ad23374fd742c790def0f9f8baa9fc4851d8e8cd6660b61f40fafafae866ae3a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68743361612f66696c616d656e742d6e617669676174696f6e2d6974656d2d616374696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ht3aa/filament-navigation-item-action)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/4682e27184093528d36760dedbf161fd5086595428a298a2bde9a455672e472b/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f66696c616d656e742d6e617669676174696f6e2d6974656d2d616374696f6e2e6a70673f743d31)](https://spatie.be/github-ad-click/filament-navigation-item-action)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require ht3aa/filament-navigation-item-action
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-navigation-item-action-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-navigation-item-action-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-navigation-item-action-views"
```

Usage
-----

[](#usage)

```
$filamentNavigationItemAction = new Ht3aa\FilamentNavigationItemAction();
echo $filamentNavigationItemAction->echoPhrase('Hello, Ht3aa!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [ht3aa](https://github.com/ht3aa)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance75

Regular maintenance activity

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

321d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5960d0e04603296e1d859501a366241098d1a46c95f0bfc47f0541871b08cfbb?d=identicon)[ht3aa](/maintainers/ht3aa)

---

Top Contributors

[![ht3aa](https://avatars.githubusercontent.com/u/96876427?v=4)](https://github.com/ht3aa "ht3aa (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravelht3aafilament-navigation-item-action

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ht3aa-filament-navigation-item-action/health.svg)

```
[![Health](https://phpackages.com/badges/ht3aa-filament-navigation-item-action/health.svg)](https://phpackages.com/packages/ht3aa-filament-navigation-item-action)
```

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[swisnl/filament-backgrounds

Beautiful backgrounds for Filament auth pages

54149.2k6](/packages/swisnl-filament-backgrounds)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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