PHPackages                             van-ons/filament-form-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. van-ons/filament-form-builder

ActiveLibrary

van-ons/filament-form-builder
=============================

Add a customizable form builder to your Filament admin panel.

v2.4.2(today)00[1 PRs](https://github.com/VanOns/filament-form-builder/pulls)MITPHPPHP ^8.2CI passing

Since Apr 22Pushed today1 watchersCompare

[ Source](https://github.com/VanOns/filament-form-builder)[ Packagist](https://packagist.org/packages/van-ons/filament-form-builder)[ RSS](/packages/van-ons-filament-form-builder/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (9)Versions (48)Used By (0)

[![Social card of Filament Form Builder](art/social-card.png)](art/social-card.png)

Filament Form Builder
=====================

[](#filament-form-builder)

[![Latest version on GitHub](https://camo.githubusercontent.com/3da82ee532d68ebb6c32fbf184ae8b31cece1727ee8a1543cc7828993353f750/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f56616e4f6e732f66696c616d656e742d666f726d2d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://github.com/VanOns/filament-form-builder/releases)[![Total downloads](https://camo.githubusercontent.com/f3735071ec291d173cef5b45833443fa7516cdf6e0c274afef787f14c5c2a74c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76616e2d6f6e732f66696c616d656e742d666f726d2d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/van-ons/filament-form-builder)[![GitHub issues](https://camo.githubusercontent.com/e9e6929757d4e149715bccf6fc00988bc7e832eb8d453c117654a887dc1caf93/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f56616e4f6e732f66696c616d656e742d666f726d2d6275696c6465723f7374796c653d666c61742d737175617265)](https://github.com/VanOns/filament-form-builder/issues)[![License](https://camo.githubusercontent.com/796656929c31eae1c8e465fd51f266ccfd030bb0473914a4311fb83cc9e98b62/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f56616e4f6e732f66696c616d656e742d666f726d2d6275696c6465723f7374796c653d666c61742d737175617265)](https://github.com/VanOns/filament-form-builder/blob/main/LICENSE.md)[![Plumb score](https://camo.githubusercontent.com/4ba025e610924301de3b37fe135577b14cbfc099e30cd91bd3d841dd344535b9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f64796e616d69632f72656765783f75726c3d6874747073253341253246253246706c756d627068702e64657625324662616467657325324676616e2d6f6e7325324666696c616d656e742d666f726d2d6275696c646572253246636f6d706f736974652e737667267365617263683d2533437469746c65253345706c756d6225334125354373253241253238253542253545253343253544253242253239253343267265706c6163653d25323431266c6162656c3d706c756d62267374796c653d666c61742d737175617265)](https://plumbphp.dev/van-ons/filament-form-builder)

Add a customizable form builder to your Filament admin panel.

Quick start
-----------

[](#quick-start)

> For Filament version compatibility, see [Compatibility](docs/compatibility.md).

### Installation

[](#installation)

Start by installing the package via Composer:

```
composer require van-ons/filament-form-builder:^2.0
```

Next, publish and run the migrations:

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

Finally, add the plugin to your Filament panel provider:

```
use Filament\Panel;
use Filament\PanelProvider;
use VanOns\FilamentFormBuilder\FilamentFormBuilderPlugin;

class AdminPanelProvider extends PanelProvider
{
    public function panel(Panel $panel): Panel
    {
        return $panel->plugin(FilamentFormBuilderPlugin::make());
    }
}
```

Documentation
-------------

[](#documentation)

Please see the [documentation](docs) for detailed information about installation and usage.

Contributing
------------

[](#contributing)

Please see [Contributing](CONTRIBUTING.md) for more information about how you can contribute.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [Changelog](CHANGELOG.md) for more information about what has changed recently.

Upgrading
---------

[](#upgrading)

Please see [Upgrading](UPGRADING.md) for more information about how to upgrade.

Security
--------

[](#security)

Please see [Security](SECURITY.md) for more information about how we deal with security.

Credits
-------

[](#credits)

We would like to thank the following contributors for their contributions to this project:

- [All contributors](../../contributors)

License
-------

[](#license)

The scripts and documentation in this project are released under the [MIT License](LICENSE.md).

---

[![Logo of Van Ons](https://camo.githubusercontent.com/f233e4b012f8d6bded619dbeb286cf4d9c5fbe2789456e8c4495d3c0fae66b1f/68747470733a2f2f6f70656e736f757263652e76616e2d6f6e732e6e6c2f66696c65732f636f772e706e67)](https://van-ons.nl/)

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 84.7% 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 ~10 days

Total

46

Last Release

0d ago

Major Versions

v0.1.1 → v1.0.02025-12-15

v1.0.0 → v2.0.02026-01-05

v1.0.1 → v2.0.42026-02-19

v1.1.0 → v2.4.22026-07-31

### Community

Maintainers

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

---

Top Contributors

[![KianAcquoy](https://avatars.githubusercontent.com/u/118724608?v=4)](https://github.com/KianAcquoy "KianAcquoy (127 commits)")[![dnwjn](https://avatars.githubusercontent.com/u/57711725?v=4)](https://github.com/dnwjn "dnwjn (21 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![joshuavanderpoll](https://avatars.githubusercontent.com/u/16516497?v=4)](https://github.com/joshuavanderpoll "joshuavanderpoll (1 commits)")

---

Tags

filamentform-builderlaravellaravelfilamentform-builder

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/van-ons-filament-form-builder/health.svg)

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

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.8k](/packages/rawilk-profile-filament-plugin)[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M178](/packages/spatie-laravel-health)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.4M350](/packages/psalm-plugin-laravel)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

24773.9k](/packages/harris21-laravel-fuse)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

817336.8k3](/packages/defstudio-telegraph)[nativephp/mobile

NativePHP for Mobile

1.1k102.1k118](/packages/nativephp-mobile)

PHPackages © 2026

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