PHPackages                             jeffersongoncalves/filament-additional-information - 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. jeffersongoncalves/filament-additional-information

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

jeffersongoncalves/filament-additional-information
==================================================

A reusable Filament infolist section that displays created/updated (and any other) timestamp entries via a simple make() factory.

1.x-dev(today)10MITPHPPHP ^8.3CI passing

Since Jun 20Pushed today1 watchersCompare

[ Source](https://github.com/jeffersongoncalves/filament-additional-information)[ Packagist](https://packagist.org/packages/jeffersongoncalves/filament-additional-information)[ Docs](https://github.com/jeffersongoncalves/filament-additional-information)[ GitHub Sponsors](https://github.com/jeffersongoncalves)[ RSS](/packages/jeffersongoncalves-filament-additional-information/feed)WikiDiscussions 1.x Synced today

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

[![Filament Additional Information](https://raw.githubusercontent.com/jeffersongoncalves/filament-additional-information/1.x/art/jeffersongoncalves-filament-additional-information.png)](https://raw.githubusercontent.com/jeffersongoncalves/filament-additional-information/1.x/art/jeffersongoncalves-filament-additional-information.png)

Filament Additional Information
===============================

[](#filament-additional-information)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ddd48509eac621e429f434d6c314adf0af7e55bf90398655a2a6b7acb5c29457/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d6164646974696f6e616c2d696e666f726d6174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-additional-information)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/1f2bf1b1bb54cdcbb0c11cfa77d40e09a77a0bfb26bbaa2cc7bf0eecdfe1ffab/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d6164646974696f6e616c2d696e666f726d6174696f6e2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d312e78266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/jeffersongoncalves/filament-additional-information/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3A1.x)[![Total Downloads](https://camo.githubusercontent.com/5c7d84cebbaf636b21ae57af92f837d2fe6d81a0551c0aff3c00b45dfac6f8f3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d6164646974696f6e616c2d696e666f726d6174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-additional-information)[![License](https://camo.githubusercontent.com/13f3a2937f65221f2c01b8211c4169082f7237bc34c732d4902889349303204f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d6164646974696f6e616c2d696e666f726d6174696f6e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Description
-----------

[](#description)

A reusable Filament infolist `Section` that shows record timestamps (such as created and updated dates) through a single `make()` factory. Pass any list of date columns and it renders a translated `Section` with one `TextEntry` per column, formatted as date-time. Use it to avoid hand-rolling the same "Additional Information" block on every resource infolist.

Version Compatibility
---------------------

[](#version-compatibility)

Plugin VersionFilament VersionPHP Version`^1.0``^5.0``^8.3`Installation
------------

[](#installation)

You can install the package via composer:

```
composer require jeffersongoncalves/filament-additional-information:^1.0
```

Usage
-----

[](#usage)

Add the section to any Filament infolist schema. By default it renders the `created_at` and `updated_at` entries:

```
use JeffersonGoncalves\Filament\AdditionalInformation\AdditionalInformation;

public static function infolist(Schema $schema): Schema
{
    return $schema->components([
        // ... your other components
        AdditionalInformation::make(),
    ]);
}
```

Pass your own list of date columns to customize which timestamps are shown:

```
AdditionalInformation::make(['created_at', 'updated_at', 'deleted_at']);
```

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)

- [Jèfferson Gonçalves](https://github.com/jeffersongoncalves)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/411493?v=4)[Jefferson Gonçalves](/maintainers/jeffersongoncalves)[@jeffersongoncalves](https://github.com/jeffersongoncalves)

---

Top Contributors

[![jeffersongoncalves](https://avatars.githubusercontent.com/u/411493?v=4)](https://github.com/jeffersongoncalves "jeffersongoncalves (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

filamentfilament-plugininfolistjeffersongoncalveslaravellaravel-packagephptimestampslaravelfilamentfilament-pluginjeffersongoncalvesinfolistadditional-information

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/jeffersongoncalves-filament-additional-information/health.svg)

```
[![Health](https://phpackages.com/badges/jeffersongoncalves-filament-additional-information/health.svg)](https://phpackages.com/packages/jeffersongoncalves-filament-additional-information)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[wsmallnews/filament-nestedset

Filament nestedset tree builder powered by kalnoy/nestedset with Filament v4 and v5 support

196.5k14](/packages/wsmallnews-filament-nestedset)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

209175.5k8](/packages/bezhansalleh-filament-google-analytics)[jibaymcs/filament-tour

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

12351.0k](/packages/jibaymcs-filament-tour)[aymanalhattami/filament-context-menu

context menu (right click menu) for filament

9939.0k](/packages/aymanalhattami-filament-context-menu)[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

30122.2k](/packages/tapp-filament-google-autocomplete-field)

PHPackages © 2026

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