PHPackages                             rupadana/filament-timeago - 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. rupadana/filament-timeago

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

rupadana/filament-timeago
=========================

Display the age of each record, indicating when it was created, updated, and (if applicable) deleted.

3.0.0(2y ago)021[4 PRs](https://github.com/rupadana/filament-timeago/pulls)MITJavaScriptPHP ^8.1

Since Feb 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rupadana/filament-timeago)[ Packagist](https://packagist.org/packages/rupadana/filament-timeago)[ Docs](https://github.com/rupadana/filament-timeago)[ GitHub Sponsors](https://github.com/rupadana)[ RSS](/packages/rupadana-filament-timeago/feed)WikiDiscussions main Synced 2d ago

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

Filament TimeAgo
================

[](#filament-timeago)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ad8c1439046e15c13cf8827e7609685d3fa86eb51d92f35ed89c47da4352df7a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7275706164616e612f66696c616d656e742d74696d6561676f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rupadana/filament-timeago)[![GitHub Tests Action Status](https://camo.githubusercontent.com/2737c09ec5ca5dcf9195a1af9de6a3c935c1fb9e1d063deaabf63ba3b1a232e2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7275706164616e612f66696c616d656e742d74696d6561676f2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/rupadana/filament-timeago/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/aa2de8e60bfc4ad8addb1806b1b105aad4795ca6efc60ef7ab64629fdb3c94ec/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7275706164616e612f66696c616d656e742d74696d6561676f2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/rupadana/filament-timeago/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f637befd958d259f9703e2c5687d58a028a963e13120006601e0d63db6edd1dc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7275706164616e612f66696c616d656e742d74696d6561676f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rupadana/filament-timeago)

Display the age of each record, indicating when it was created, updated, and (if applicable) deleted.

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

[](#installation)

You can install the package via composer:

```
composer require rupadana/filament-timeago
```

Usage
-----

[](#usage)

```
public static function table(Table $table): Table
{
    return $table
        ->columns([
            TimeAgoColumn::make('created_at')
                ->dateLabel(
                    years: 'years',
                    months: 'months',
                    days: 'days',
                    hours: 'hours',
                    minutes: 'minutes',
                    seconds: 'seconds'
                ) // Optional
                ->interval(1000) // Optional, default : 0
                ->prefixText('string') // Optional
                ->suffixText('string') // Optional
        ])
}
```

Changelog
---------

[](#changelog)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Rupadana](https://github.com/rupadana)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

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

869d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/29f8343484c8567d8f24dcf1e4fb4978f2ac8442e90448c6405a32ba511ee246?d=identicon)[rupadana](/maintainers/rupadana)

---

Top Contributors

[![rupadana](https://avatars.githubusercontent.com/u/34137674?v=4)](https://github.com/rupadana "rupadana (7 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravelrupadanafilament-timeago

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/rupadana-filament-timeago/health.svg)

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

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

284.5k1](/packages/finity-labs-fin-mail)

PHPackages © 2026

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