PHPackages                             stafe-group-ab/filament-sticky-panel - 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. stafe-group-ab/filament-sticky-panel

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

stafe-group-ab/filament-sticky-panel
====================================

This plugin gives you a right hand side panel in Filament to use for any Livewire component.

v1.0.0(3y ago)31003[1 PRs](https://github.com/STAFE-GROUP-AB/filament-sticky-panel/pulls)MITPHPPHP ^8.1

Since Dec 19Pushed 2y ago3 watchersCompare

[ Source](https://github.com/STAFE-GROUP-AB/filament-sticky-panel)[ Packagist](https://packagist.org/packages/stafe-group-ab/filament-sticky-panel)[ Docs](https://github.com/stafe-group-ab/filament-sticky-panel)[ RSS](/packages/stafe-group-ab-filament-sticky-panel/feed)WikiDiscussions main Synced 1mo ago

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

Filament Sticky Panel for Filament Admin
========================================

[](#filament-sticky-panel-for-filament-admin)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2bd71f6659e5df991eb215eb5e43ab1d4e2865cef2c308aa318272f8da8ccb64/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73746166652d67726f75702d61622f66696c616d656e742d737469636b792d70616e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stafe-group-ab/filament-sticky-panel)[![Total Downloads](https://camo.githubusercontent.com/2c1afa9281eb4352e69d853d8c33972ead5579447ebe8a0a550fdcc45a06c136/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73746166652d67726f75702d61622f66696c616d656e742d737469636b792d70616e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stafe-group-ab/filament-sticky-panel)

[![Screen shot of Filament Sticky Panel on Dashboard](./images/sticky-panel-dashboard.png)](./images/sticky-panel-dashboard.png)

[![Screen shot of Filament Sticky Panel on Edit Pages](./images/sticky-panel-edit.png)](./images/sticky-panel-edit.png)

This Filament Plugin will give you a right sidepanel in your Filament Admin in which you can render any Livewire component that you create. You can configure in the config file which component to render on which page in your Filament Admin.

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

[](#installation)

You can install the package via composer:

```
composer require stafe-group-ab/filament-sticky-panel
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-sticky-panel-config"
```

This is the contents of the published config file. Use the basenames or page\_urls here.

```
return [
    'pages' => [
        'admin' => [
            'page_url' => 'admin',
            'component' => '', //'demo-component',
        ],
        'edit' => [
            'page_url' => 'edit',
            'component' => '', //'edit-helper-component',
        ],
    ],
];
```

Optionally, you can publish the views using

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

Usage
-----

[](#usage)

Just install the plugin and add some pages in the config file. It will split up your page in two parts. If you want to edit the grid settings, just public the views and do so.

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)

- [Andreas Kviby, Stafe Group](https://github.com/STAFE-GROUP-AB)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1240d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0edb3aa80221f64045a4b877f6ea563c200721bd672b0fb7e527700595f7d77a?d=identicon)[stafegroupab](/maintainers/stafegroupab)

---

Top Contributors

[![andreaskviby](https://avatars.githubusercontent.com/u/1666004?v=4)](https://github.com/andreaskviby "andreaskviby (1 commits)")

---

Tags

laravelSTAFE-GROUP-ABfilament-sticky-panel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/stafe-group-ab-filament-sticky-panel/health.svg)

```
[![Health](https://phpackages.com/badges/stafe-group-ab-filament-sticky-panel/health.svg)](https://phpackages.com/packages/stafe-group-ab-filament-sticky-panel)
```

###  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)
