PHPackages                             mariomka/advanced-dashboards-for-filament - 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. mariomka/advanced-dashboards-for-filament

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

mariomka/advanced-dashboards-for-filament
=========================================

Advanced Dashboards for Filament

v0.10.0(1y ago)15.1k[2 PRs](https://github.com/mariomka/advanced-dashboards-for-filament/pulls)MITPHPPHP ^8.2CI passing

Since Jun 2Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/mariomka/advanced-dashboards-for-filament)[ Packagist](https://packagist.org/packages/mariomka/advanced-dashboards-for-filament)[ Docs](https://github.com/mariomka/advanced-dashboards-for-filament)[ RSS](/packages/mariomka-advanced-dashboards-for-filament/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (15)Used By (0)

Advanced Dashboards for Filament
================================

[](#advanced-dashboards-for-filament)

**This package is a work in progress and is not ready for production use.**

[![Latest Version on Packagist](https://camo.githubusercontent.com/2fa30a3ff4f12771d5ba7ceda25253b6838ccc4a04a519dfeab0948eaebc009d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6172696f6d6b612f616476616e6365642d64617368626f617264732d666f722d66696c616d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mariomka/advanced-dashboards-for-filament)[![GitHub Tests Action Status](https://camo.githubusercontent.com/30693ada567ff7a8963ef7e71ed42488d4e907dd08e2a42666f262cac33be0cd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6172696f6d6b612f616476616e6365642d64617368626f617264732d666f722d66696c616d656e742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/mariomka/advanced-dashboards-for-filament/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f9464b80b5963e3489029774cdff14e835b67b9e8481929af57e0cac72fff52a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6172696f6d6b612f616476616e6365642d64617368626f617264732d666f722d66696c616d656e742f6669782d7068702d636f64652d7374796c696e672e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/mariomka/advanced-dashboards-for-filament/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/24ba5ac369df6274dc725f80a76584e1642f81b8a0f7a3dc6362abe4b185c658/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6172696f6d6b612f616476616e6365642d64617368626f617264732d666f722d66696c616d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mariomka/advanced-dashboards-for-filament)

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

[](#installation)

You can install the package via composer:

```
composer require mariomka/advanced-dashboards-for-filament
```

Then you need to update your Filament panel configuration:

```
public function panel(Panel $panel): Panel
{
    return $panel
        // other configurations
        ->discoverQuestions(in: app_path('Filament/Questions'), for: 'App\\Filament\\Questions')
        // other configurations
}
```

If you're building a [custom theme](https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme), you need import a css file in your `resources/css/filament/{panel}/theme.css` file:

```
@import '/vendor/mariomka/advanced-dashboards-for-filament/resources/css/overwrites.css';
```

And disable load the CSS in your `config/advanced-dashboards-for-filament.php` file:

```
[
    'load_css' => false,
];
```

Optionally, you can publish the config file with:

```
php artisan vendor:publish --tag="advanced-dashboards-for-filament-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="advanced-dashboards-for-filament-views"
```

Usage
-----

[](#usage)

TBD

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.

Credits
-------

[](#credits)

- [Mario Juárez](https://github.com/mariomka)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance46

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.4% 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 ~2 days

Total

12

Last Release

688d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/24be255167f323e560a10b9a4c31c9f47f58ec88653b9b2ec125dde1eb162071?d=identicon)[mariomka](/maintainers/mariomka)

---

Top Contributors

[![mariomka](https://avatars.githubusercontent.com/u/1822472?v=4)](https://github.com/mariomka "mariomka (93 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravelmariomkaadvanced-dashboards-for-filament

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/mariomka-advanced-dashboards-for-filament/health.svg)

```
[![Health](https://phpackages.com/badges/mariomka-advanced-dashboards-for-filament/health.svg)](https://phpackages.com/packages/mariomka-advanced-dashboards-for-filament)
```

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[jibaymcs/filament-tour

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

12247.8k](/packages/jibaymcs-filament-tour)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[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)[outerweb/filament-settings

Filament integration for the outerweb/settings package

3690.9k4](/packages/outerweb-filament-settings)

PHPackages © 2026

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