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)07101MITPHPPHP ^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 yesterday

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

25

—

LowBetter than 35% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity38

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

627d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6795008?v=4)[josh48202](/maintainers/josh48202)[@josh48202](https://github.com/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

[tapp/filament-form-builder

User facing form builder using Filament components

133.5k6](/packages/tapp-filament-form-builder)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

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

Use passkeys in your filamentphp app

6758.2k2](/packages/marcelweidum-filament-passkeys)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94160.6k6](/packages/marcelweidum-filament-expiration-notice)

PHPackages © 2026

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