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

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

campidellis/filament-helpers
============================

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

v1.0.2(1y ago)258MITPHPPHP ^8.1|^8.2

Since Sep 26Pushed 1y ago1 watchersCompare

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

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

Helper Classes
==============

[](#helper-classes)

Instalação

```
composer require campidellis/filament-helpers --dev
```

Para gerar uma nova classe

```
php artisan filament:helpers
```

1. Escolher qual tipo de classe deseja criar
2. O nome da classe (Relacionado ao Resource. Ex.: `User` para o `UserResource`)
3. Pertence a um `Módulo`? `(Não)`
4. Em qual painel será criado `Painel`? `admin`
5. Especificar um caminho? `(Sim)`
6. Caminho onde vai ser gerada a classe: `(App)`
7. Namespace onde vai ser gerada a classe: `()`
8. Nome do `Resource` onde a classe vai ser gerada

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

[](#using-generated-class)

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

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

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

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

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

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

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

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

3

Last Release

599d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/16a9eb386089fed3a148066fef49ff4ca9684bf2d0a504f6b2400b2df7746a28?d=identicon)[campidellis](/maintainers/campidellis)

---

Top Contributors

[![campidellis](https://avatars.githubusercontent.com/u/103545553?v=4)](https://github.com/campidellis "campidellis (4 commits)")

---

Tags

phplaravelgeneratorfilamentform classtable classrelation classfield class

### Embed Badge

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

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

###  Alternatives

[tomatophp/filament-helpers

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

127.9k](/packages/tomatophp-filament-helpers)[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)

PHPackages © 2026

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