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 3w 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

25

—

LowBetter than 36% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity14

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

582d 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

[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3141.2M25](/packages/ysfkaya-filament-phone-input)[tapp/filament-form-builder

User facing form builder using Filament components

141.9k2](/packages/tapp-filament-form-builder)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

128173.7k3](/packages/dotswan-filament-map-picker)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122157.7k1](/packages/stephenjude-filament-feature-flags)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

57301.3k3](/packages/creagia-filament-code-field)

PHPackages © 2026

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