PHPackages                             deldius/filament-advanced-fields - 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. deldius/filament-advanced-fields

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

deldius/filament-advanced-fields
================================

This package will provide additional missing fields for FilamentPHP

1.0.0(10mo ago)01MITPHPPHP ^8.1CI passing

Since Jul 20Pushed 10mo agoCompare

[ Source](https://github.com/Deldius/filament-advanced-fields)[ Packagist](https://packagist.org/packages/deldius/filament-advanced-fields)[ Docs](https://github.com/deldius/filament-advanced-fields)[ GitHub Sponsors](https://github.com/Deldius)[ RSS](/packages/deldius-filament-advanced-fields/feed)WikiDiscussions main Synced 1mo ago

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

This package will provide additional missing fields for FilamentPHP
===================================================================

[](#this-package-will-provide-additional-missing-fields-for-filamentphp)

[![Latest Version on Packagist](https://camo.githubusercontent.com/38cd6073695b53f93fbbd87be0b641c68128c487ec7b7e8a8bc6c0a6d45ea729/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64656c646975732f66696c616d656e742d616476616e6365642d6669656c64732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/deldius/filament-advanced-fields)[![GitHub Tests Action Status](https://camo.githubusercontent.com/5149b596dfe4288ed0df72e791b3fe0c6c04ab1f3838969f37203afaa5e0e8c1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64656c646975732f66696c616d656e742d616476616e6365642d6669656c64732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/deldius/filament-advanced-fields/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/58a1682b38bc1dfbf4516d26a66eccd74c1622af7f1c2cb6c1650bc04409dce5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64656c646975732f66696c616d656e742d616476616e6365642d6669656c64732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/deldius/filament-advanced-fields/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/3cdeeb20b0aa184681d4f7767238955cb5b60ca9c5f36c5412f7fff2d4d77fc1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64656c646975732f66696c616d656e742d616476616e6365642d6669656c64732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/deldius/filament-advanced-fields)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require deldius/filament-advanced-fields
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-advanced-fields-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-advanced-fields-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-advanced-fields-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$advancedFields = new Deldius\AdvancedFields();
echo $advancedFields->echoPhrase('Hello, Deldius!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Trung](https://github.com/Deldius)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance55

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

300d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3373e84f9f84b64f359e516f97a85f2deb07122e70411f25f11a667969a16f2c?d=identicon)[Deldius](/maintainers/Deldius)

---

Top Contributors

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

---

Tags

laravelDeldiusfilament-advanced-fields

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/deldius-filament-advanced-fields/health.svg)

```
[![Health](https://phpackages.com/badges/deldius-filament-advanced-fields/health.svg)](https://phpackages.com/packages/deldius-filament-advanced-fields)
```

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[jibaymcs/filament-tour

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

12247.8k](/packages/jibaymcs-filament-tour)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[outerweb/filament-settings

Filament integration for the outerweb/settings package

3690.9k4](/packages/outerweb-filament-settings)

PHPackages © 2026

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