PHPackages                             jeffersongoncalves/filament-topbar - 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. [Admin Panels](/categories/admin)
4. /
5. jeffersongoncalves/filament-topbar

ActiveLibrary[Admin Panels](/categories/admin)

jeffersongoncalves/filament-topbar
==================================

A simple yet effective Filament plugin that automatically adds a customized topbar to your Filament admin panel. This plugin enhances your Filament panel's user experience by replacing the default topbar component with an improved version that displays navigation and user interface elements in strategic locations.

3.0.2(4mo ago)172.3k↓60.5%2MITBladePHP ^8.2CI passing

Since Aug 2Pushed 2w ago1 watchersCompare

[ Source](https://github.com/jeffersongoncalves/filament-topbar)[ Packagist](https://packagist.org/packages/jeffersongoncalves/filament-topbar)[ Docs](https://github.com/jeffersongoncalves/filament-topbar)[ GitHub Sponsors](https://github.com/jeffersongoncalves)[ RSS](/packages/jeffersongoncalves-filament-topbar/feed)WikiDiscussions 3.x Synced 3d ago

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

[![Filament Topbar](https://raw.githubusercontent.com/jeffersongoncalves/filament-topbar/3.x/art/jeffersongoncalves-filament-topbar.png)](https://raw.githubusercontent.com/jeffersongoncalves/filament-topbar/3.x/art/jeffersongoncalves-filament-topbar.png)

Filament Topbar
===============

[](#filament-topbar)

[![Latest Version on Packagist](https://camo.githubusercontent.com/91664afb5608bb72eeed24dac9944455d01659511ca1de9458ac42079f967c9f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d746f706261722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-topbar)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/54c6a0204354812c107f5030fe1ee08b5c2d8ce1047a19cfc1f3f0572201891c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d746f706261722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d332e78266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/jeffersongoncalves/filament-topbar/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3A3.x)[![Total Downloads](https://camo.githubusercontent.com/49e0b023243bc68111ddd4a06a086c7e0544df84c4d1e327971d824706ae4414/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d746f706261722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-topbar)[![License](https://camo.githubusercontent.com/eec6fb3435a85b29ca000ef6c37ef790941746a746c8f7bfc5f9933856f8f562/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d746f706261722e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Description
-----------

[](#description)

A simple yet effective Filament plugin that automatically adds a customized topbar to your Filament admin panel. This plugin enhances your Filament panel's user experience by replacing the default topbar component with an improved version that displays navigation and user interface elements in strategic locations.

Preview
-------

[](#preview)

[![Preview Topbar Navigation](https://raw.githubusercontent.com/jeffersongoncalves/filament-topbar/3.x/art/preview-topbar-navigation.png)](https://raw.githubusercontent.com/jeffersongoncalves/filament-topbar/3.x/art/preview-topbar-navigation.png)

[![Preview Topbar Navigation Mobile](https://raw.githubusercontent.com/jeffersongoncalves/filament-topbar/3.x/art/preview-topbar-navigation-mobile.png)](https://raw.githubusercontent.com/jeffersongoncalves/filament-topbar/3.x/art/preview-topbar-navigation-mobile.png)

Features
--------

[](#features)

- 🎨 **Custom Topbar Component**: Replaces the default Filament topbar with an enhanced version
- 🔧 **Easy Integration**: Automatically integrates with your existing Filament panels
- 🚀 **Zero Configuration**: Works out of the box after installation
- 📱 **Responsive Design**: Maintains Filament's responsive design principles
- 🔄 **Backward Compatible**: Preserves the original topbar functionality while adding enhancements

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

[](#requirements)

- PHP 8.2 or higher
- Filament 5.x

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

[](#installation)

You can install the package via composer:

```
composer require jeffersongoncalves/filament-topbar:^3.0
```

The package will automatically register its service provider and replace the default Filament topbar component.

Usage
-----

[](#usage)

Add in AdminPanelProvider.php

```
use JeffersonGoncalves\Filament\Topbar\TopbarPlugin;

->plugins([
    TopbarPlugin::make(),
])
```

### How it works

[](#how-it-works)

The package:

1. Registers a new custom topbar component that replaces the default one
2. Uses a custom Blade view that enhances the topbar functionality

### Customization

[](#customization)

If you need to customize the topbar view, you can publish the views:

```
php artisan vendor:publish --tag="filament-topbar-views"
```

This will publish the topbar view to `resources/views/vendor/filament-topbar/components/topbar.blade.php` where you can modify it according to your needs.

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)

- [Jèfferson Gonçalves](https://github.com/jeffersongoncalves)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance88

Actively maintained with recent releases

Popularity30

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84% 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 ~32 days

Total

11

Last Release

14d ago

Major Versions

1.0.1 → 2.0.02025-08-03

2.1.0 → 3.0.02026-02-16

2.1.1 → 3.0.22026-03-04

1.x-dev → 2.x-dev2026-04-26

2.x-dev → 3.x-dev2026-06-20

PHP version history (2 changes)1.0.0PHP ^8.2|^8.3

3.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/411493?v=4)[Jefferson Gonçalves](/maintainers/jeffersongoncalves)[@jeffersongoncalves](https://github.com/jeffersongoncalves)

---

Top Contributors

[![jeffersongoncalves](https://avatars.githubusercontent.com/u/411493?v=4)](https://github.com/jeffersongoncalves "jeffersongoncalves (42 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

admin-panelfilamentfilament-pluginlaravelnavigationphptopbarlaravelfilamentjeffersongoncalvesfilament-topbar

###  Code Quality

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/jeffersongoncalves-filament-topbar/health.svg)

```
[![Health](https://phpackages.com/badges/jeffersongoncalves-filament-topbar/health.svg)](https://phpackages.com/packages/jeffersongoncalves-filament-topbar)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[awcodes/filament-quick-create

Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.

251218.4k12](/packages/awcodes-filament-quick-create)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k1](/packages/marcelweidum-filament-passkeys)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2317.4k](/packages/mradder-filament-logger)

PHPackages © 2026

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