PHPackages                             wjbecker/filament-report-builder - 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. wjbecker/filament-report-builder

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

wjbecker/filament-report-builder
================================

Report builder for Filament using laravel models

0.0.4(1y ago)07081MITPHPPHP ^8.0

Since Sep 5Pushed 1y ago2 watchersCompare

[ Source](https://github.com/josh48202/filament-report-builder)[ Packagist](https://packagist.org/packages/wjbecker/filament-report-builder)[ RSS](/packages/wjbecker-filament-report-builder/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

Filament Report Builder
=======================

[](#filament-report-builder)

### Dynamic Report Builder using Laravel Eloquent Models

[](#dynamic-report-builder-using-laravel-eloquent-models)

---

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

[](#installation)

Install package via composer:

```
composer require wjbecker/filament-report-builder
```

Publish &amp; migrate migration files

```
php artisan vendor:publish --tag=filament-report-builder-migrations
php artisan migrate
```

Filament Export actions

```
# Laravel 11 and higher
php artisan make:queue-batches-table
php artisan make:notifications-table

# Laravel 10
php artisan queue:batches-table
php artisan notifications:table

php artisan vendor:publish --tag=filament-actions-migrations
php artisan migrate
```

---

Panel Configuration
-------------------

[](#panel-configuration)

Include this plugin in your panel configuration and enable database notifications:

```
use Wjbecker\FilamentReportBuilder\FilamentReportBuilderPlugin;

return $panel
    // ...
    ->databaseNotifications()
    ->plugins([
        // ... Other Plugins
        FilamentReportBuilderPlugin::make()
    ])
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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 ~25 days

Total

4

Last Release

535d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b88b7396306b1a0d5f8d6f82ab00118b66c1fe5d057695e687e7daec104b155?d=identicon)[josh48202](/maintainers/josh48202)

---

Tags

laravelfilamentreportsreport builder

### Embed Badge

![Health badge](/badges/wjbecker-filament-report-builder/health.svg)

```
[![Health](https://phpackages.com/badges/wjbecker-filament-report-builder/health.svg)](https://phpackages.com/packages/wjbecker-filament-report-builder)
```

###  Alternatives

[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)[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)[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

33184.7k6](/packages/schmeits-filament-character-counter)

PHPackages © 2026

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