PHPackages                             slym758/filament-collapsible-sidebar - 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. slym758/filament-collapsible-sidebar

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

slym758/filament-collapsible-sidebar
====================================

A Filament v4 plugin that adds a collapsible sidebar with icon-only view

v1.1.0(5mo ago)171MITCSSPHP ^8.2

Since Dec 4Pushed 5mo agoCompare

[ Source](https://github.com/slym758/filament-collapsible-sidebar)[ Packagist](https://packagist.org/packages/slym758/filament-collapsible-sidebar)[ Docs](https://github.com/slym758/filament-collapsible-sidebar)[ RSS](/packages/slym758-filament-collapsible-sidebar/feed)WikiDiscussions main Synced 1mo ago

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

Filament Collapsible Sidebar
============================

[](#filament-collapsible-sidebar)

A Filament plugin that adds a collapsible sidebar with icon-only view when collapsed.

Features
--------

[](#features)

- 🎯 Easy toggle button
- 🎨 Icon-only view when collapsed
- 💾 State persistence (localStorage)
- 🌙 Dark mode support
- ⚡ Smooth animations
- 📱 Desktop only (hidden on mobile)

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

[](#requirements)

- PHP 8.2+
- Filament 4.0+

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

[](#installation)

Install via Composer:

```
composer require slym758/filament-collapsible-sidebar
```

Usage
-----

[](#usage)

Add the plugin to your panel provider:

```
use Slym758\CollapsibleSidebar\CollapsibleSidebarPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            CollapsibleSidebarPlugin::make(),
        ]);
}
```

That's it! A toggle button will appear in your sidebar.

Screenshots
-----------

[](#screenshots)

*Add screenshots here*

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information.

License
-------

[](#license)

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

Credits
-------

[](#credits)

- [Süleyman](https://github.com/slym758)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance72

Regular maintenance activity

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Every ~0 days

Total

4

Last Release

159d ago

PHP version history (2 changes)v1.0.0PHP ^8.2

v1.0.1PHP ^8.1|^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca4318ff39536aa8b86e6bd41e6494a46875c191cbd5e430f03ffda9423800dd?d=identicon)[slym758](/maintainers/slym758)

---

Top Contributors

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

---

Tags

pluginlaravelfilamentsidebarcollapsible

### Embed Badge

![Health badge](/badges/slym758-filament-collapsible-sidebar/health.svg)

```
[![Health](https://phpackages.com/badges/slym758-filament-collapsible-sidebar/health.svg)](https://phpackages.com/packages/slym758-filament-collapsible-sidebar)
```

###  Alternatives

[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[awcodes/filament-badgeable-column

Filament Tables column to append and prepend badges.

142419.3k3](/packages/awcodes-filament-badgeable-column)[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)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[aymanalhattami/filament-context-menu

context menu (right click menu) for filament

9838.0k](/packages/aymanalhattami-filament-context-menu)[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

3098.1k](/packages/tapp-filament-google-autocomplete-field)

PHPackages © 2026

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