PHPackages                             tomatophp/filament-helpers - 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. tomatophp/filament-helpers

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

tomatophp/filament-helpers
==========================

Helper Class Generator to manage your forms and table inside your filament app

v1.0.0(2y ago)127.9k3MITPHPPHP ^8.1|^8.2

Since May 11Pushed 1y ago2 watchersCompare

[ Source](https://github.com/tomatophp/filament-helpers)[ Packagist](https://packagist.org/packages/tomatophp/filament-helpers)[ GitHub Sponsors](https://github.com/3x1io)[ RSS](/packages/tomatophp-filament-helpers/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

[![Screenshot](https://raw.githubusercontent.com/tomatophp/filament-helpers/master/arts/3x1io-tomato-helpers.jpg)](https://raw.githubusercontent.com/tomatophp/filament-helpers/master/arts/3x1io-tomato-helpers.jpg)

Filament Helper Classes
=======================

[](#filament-helper-classes)

[![Latest Stable Version](https://camo.githubusercontent.com/63aba77541f6d1922cc2616426de208cc8d327e82ca6bce1a9affa2933e7b553/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d68656c706572732f76657273696f6e2e737667)](https://packagist.org/packages/tomatophp/filament-helpers)[![License](https://camo.githubusercontent.com/2a195d6fa93386e0a81caa0d744c6f615b88deb1bb8675148c35d9a15a46375c/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d68656c706572732f6c6963656e73652e737667)](https://packagist.org/packages/tomatophp/filament-helpers)[![Downloads](https://camo.githubusercontent.com/d3819d207bcf6aa56d653c739fe5448cb561477953d5b3f65ce8dd1ba661eae2/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d68656c706572732f642f746f74616c2e737667)](https://packagist.org/packages/tomatophp/filament-helpers)

Helper Class Generator to manage your forms and table inside your filament app

Screenshots
-----------

[](#screenshots)

[![Command](https://raw.githubusercontent.com/tomatophp/filament-helpers/master/arts/command.png)](https://raw.githubusercontent.com/tomatophp/filament-helpers/master/arts/command.png)

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

[](#installation)

```
composer require tomatophp/filament-helpers
```

Using
-----

[](#using)

to generate a new helper class you can use this command

```
php artisan filament:helpers
```

and select the type and name, and you can generate the class inside module or on selected path inside your resource.

Using Generated Class
---------------------

[](#using-generated-class)

and you can use the generated class like this

```
use App\Filament\Resources\AccountResource\Forms\UserForm;

public function form(Form $form): Form
{
    return UserForm::make($form);
}
```

```
use App\Filament\Resources\AccountResource\Tables\UserTable;

public function form(Table $table): Table
{
    return UserTable::make($table);
}
```

```
use App\Filament\Resources\AccountResource\Actions\UserActions;

public function table(Table $table): Table
{
    return $table->actions(UserActions::make());
}
```

```
use App\Filament\Resources\AccountResource\Actions\UserFilters;

public function table(Table $table): Table
{
    return $table->filters(UserFilters::make());
}
```

Other Filament Packages
-----------------------

[](#other-filament-packages)

Checkout our [Awesome TomatoPHP](https://github.com/tomatophp/awesome)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.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

Unknown

Total

1

Last Release

732d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2147eb2fca7ab5f0124d0fafd88ba2d2a5dfa3a0036fb8872d1084b7cba29366?d=identicon)[fadymondy](/maintainers/fadymondy)

---

Top Contributors

[![fadymondy](https://avatars.githubusercontent.com/u/11937812?v=4)](https://github.com/fadymondy "fadymondy (11 commits)")[![kerwin-wildsea](https://avatars.githubusercontent.com/u/110119609?v=4)](https://github.com/kerwin-wildsea "kerwin-wildsea (1 commits)")

---

Tags

architecturebuilderfilamentfilament-pluginsfilamentphphelpersphplaravelgeneratorfilamentform classtable classrelation classfield class

### Embed Badge

![Health badge](/badges/tomatophp-filament-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/tomatophp-filament-helpers/health.svg)](https://phpackages.com/packages/tomatophp-filament-helpers)
```

###  Alternatives

[tomatophp/filament-icons

Picker &amp; Table Column &amp; Icons Provider for FilamentPHP

3598.2k13](/packages/tomatophp-filament-icons)[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

3098.1k](/packages/tapp-filament-google-autocomplete-field)[jibaymcs/filament-tour

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

12247.8k](/packages/jibaymcs-filament-tour)[asosick/filament-layout-manager

Allow users to create &amp; customize their own FilamentPHP pages composed of Livewire components

5718.8k2](/packages/asosick-filament-layout-manager)[tomatophp/filament-notes

Add Sticky Notes to your FilamentPHP dashboard with tons of options and style

434.4k](/packages/tomatophp-filament-notes)[tomatophp/filament-plugins

Manage your modules as a plugin system with plugin generator

644.7k2](/packages/tomatophp-filament-plugins)

PHPackages © 2026

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