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)260MITPHPPHP ^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 1w 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

29

—

LowBetter than 57% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

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

128.1k](/packages/tomatophp-filament-helpers)[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3221.4M29](/packages/ysfkaya-filament-phone-input)[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

30152.0k](/packages/tapp-filament-google-autocomplete-field)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[tomatophp/filament-notes

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

456.8k](/packages/tomatophp-filament-notes)[tapp/filament-form-builder

User facing form builder using Filament components

133.5k6](/packages/tapp-filament-form-builder)

PHPackages © 2026

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