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

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

encoredigitalgroup/filament-helpers
===================================

A collection of pre-built Filament components with common configurations that we find ourselves frequently using.

v4.0.0(3mo ago)613.1k↓46.1%[2 PRs](https://github.com/EncoreDigitalGroup/filament-helpers/pulls)BSD-3-ClausePHPCI passing

Since May 21Pushed 1mo agoCompare

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

READMEChangelog (10)Dependencies (10)Versions (38)Used By (0)

EncoreDigitalGroup/Filament-Helpers
===================================

[](#encoredigitalgroupfilament-helpers)

The Encore Digital Group Filament Helpers package is a collection of pre-built Filament components that we find ourselves frequently using. Rather than constantly rebuilding the same component across multiple resources and projects, we centralized these common configurations into a single shared package. Each helper class method returns a pre-configured Filament component that can be used in your resource classes. Because the helper classes return a Filament component, you can chain additional method calls to further configure the component as needed.

### Installation

[](#installation)

To install the Filament Helpers package, you can use Composer:

```
composer require encoredigitalgroup/filament-helpers
```

### Preparing for Filament v4

[](#preparing-for-filament-v4)

Preliminary Filament v4 support has been added to this package on the main branch. You can opt-in to using v4 by setting the package version to `^4.0.0-rc1`. Usage of release candidates in production code is discouraged.

### Upgrading to v4

[](#upgrading-to-v4)

- Return types have been updated to use the new `Filament\Schemas` namespace.
- Class parameters named `$fieldName` have been renamed to `$field` for consistency with the rest of the package. If you are not using named parameters in your code, then there is nothing for you to do.

### Upgrading to v3

[](#upgrading-to-v3)

The `EncoreDigitalGroup\Filament\Helpers\Forms\GroupSection` class had the following modifications:

- The `make()` method now only has one parameter: `$schema`. No changes are required for use of this parameter.

    - The `$render` parameter has been removed. Use of `make($schema)` automatically renders the component.
    - The `$fluent` parameter has been removed. Use `GroupSection::fluent($schema)` instead.
    - The `$innerColumns` parameter has been removed. Use `GroupSection::fluent($schema)->innerColumns($int)` instead.
    - The `$outerColumns` parameter has been removed. Use `GroupSection::fluent($schema)->outerColumns($int) `instead.
    - The `$innerColumnSpan` parameter has been removed. Use `GroupSection::fluent($schema)->innerColumnSpan($int)` instead.
    - The `$outerColumnSpan` parameter has been removed. Use `GroupSection::fluent($schema)->outerColumnSpan($int)` instead.
- The `fluent()` method has been added:

    - As the name suggests, this method does not automatically render the component. You can make your adjustments using the provided methods. Once you are finished making adjustments, you can call `render()` to render the component.

### Upgrading to v2

[](#upgrading-to-v2)

The only change between v1 and v2 is a slight namespace change. v1 used `EncoreDigitalGroup\FilamentHelpers`. v2 now uses `EncoreDigitalGroup\Filament\Helpers`. This change was made to make this package consistent with other packages Encore Digital Group has. A simple find and replace will work for this upgrade as there are no other changes, breaking or otherwise, in this release.

### Usage

[](#usage)

```
DateTimePicker::make('start_date');
HourSelector::make('start_time', 'Start Time');
NumericScale::make('rating', 'Rating');
PercentScale::make('discount', 'Discount');
TextInput::make('first_name', 'First Name')
```

#### DateTimePicker

[](#datetimepicker)

This helper takes two arguments:

- field: the model attribute to bind the field to.
- required: is the field required? (default: true)

#### HourSelector

[](#hourselector)

This helper takes two arguments:

- field: the model attribute to bind the field to.
- label: the field label. (default: null)

#### NumericScale

[](#numericscale)

This helper takes two arguments:

- field: the model attribute to bind the field to.
- label: the field label. (default: null)

#### PercentScale

[](#percentscale)

This helper takes two arguments:

- field: the model attribute to bind the field to.
- label: the field label. (default: null)

#### TextInput

[](#textinput)

This helper takes two arguments:

- field: the model attribute to bind the field to.
- label: the field label. (default: null)

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance84

Actively maintained with recent releases

Popularity30

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.9% 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 ~23 days

Recently: every ~50 days

Total

27

Last Release

114d ago

Major Versions

1.0 → v2.0.12024-07-23

v2.5.0 → v3.0.02025-04-13

v3.3.0 → v4.0.0-rc12025-08-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c78c232b40f1006e496164f8cdbf70e91f945b5962b0d13aae14d076fda21e6?d=identicon)[onairmarc](/maintainers/onairmarc)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (92 commits)")[![onairmarc](https://avatars.githubusercontent.com/u/50760632?v=4)](https://github.com/onairmarc "onairmarc (36 commits)")

###  Code Quality

Static AnalysisPHPStan, Rector

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[livewire/flux

The official UI component library for Livewire.

9475.0M86](/packages/livewire-flux)[jantinnerezo/livewire-alert

This package provides a simple alert utilities for your livewire components.

8041.2M20](/packages/jantinnerezo-livewire-alert)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[kirschbaum-development/commentions

A package to allow you to create comments, tag users and more

12369.2k](/packages/kirschbaum-development-commentions)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[revolution/self-ordering

Self Ordering System

2112.7k](/packages/revolution-self-ordering)

PHPackages © 2026

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