PHPackages                             phpsa/filament-feed - 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. [CLI &amp; Console](/categories/cli)
4. /
5. phpsa/filament-feed

ActiveLibrary[CLI &amp; Console](/categories/cli)

phpsa/filament-feed
===================

Display news on your Dashboard.

v1.0.0(4y ago)4650MITPHPPHP ^8.0

Since Apr 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/phpsa/filament-feed)[ Packagist](https://packagist.org/packages/phpsa/filament-feed)[ Docs](https://cgs4k.nz)[ GitHub Sponsors](https://github.com/phpsa)[ RSS](/packages/phpsa-filament-feed/feed)WikiDiscussions main Synced 4w ago

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/4a5b45faa10c2c5d91d90d5a72c90570226552bdb661ff74f7312d3244f1d386/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70687073612f66696c616d656e742d666565642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phpsa/filament-feed)[![Semantic Release](https://github.com/phpsa/filament-feed/actions/workflows/release.yml/badge.svg)](https://github.com/phpsa/filament-feed/actions/workflows/release.yml)[![Total Downloads](https://camo.githubusercontent.com/78ae5dc07d09c9197c1261a1a258f1e33565615276da44157870c551d909bac0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70687073612f66696c616d656e742d666565642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phpsa/filament-feed)

Filament Feed Widget
====================

[](#filament-feed-widget)

Show feeds on your dashboard, simply update the config file to include the feeds you wish to display

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

[](#installation)

You can install the package via composer:

```
composer require phpsa/filament-feed
```

Publish the config file

```
php artisan vendor:publish --tag=filament-feed-config

```

Showing Feeds - Config structure as follows, each feed item will be a new card on the dashboard.

```
return [
    'feeds' => [
        'FEED HEADING' => [
            'url' => 'https://feed.laravel-news.com/', //feed url - required
            'limit' => 5,// feed limit -- optional (default 5)
            'refresh' => 300, //cache refresh time -- optional default 300
        ],
        ... //next feeds if required
    ],
];

```

Changelog
---------

[](#changelog)

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

Credits
-------

[](#credits)

- [Phpsa](https://github.com/phpsa)

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

1479d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bbe4c97ef26aca9d6792775ea44a4c83215881b158f2d3894279c7b73bedda3c?d=identicon)[phpsa](/maintainers/phpsa)

---

Top Contributors

[![craigAtCD](https://avatars.githubusercontent.com/u/152445143?v=4)](https://github.com/craigAtCD "craigAtCD (3 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (1 commits)")

---

Tags

clilaraveluiuserresourcewidgetfilamentfun

### Embed Badge

![Health badge](/badges/phpsa-filament-feed/health.svg)

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

###  Alternatives

[phpsa/filament-password-reveal

Password Input with option to show

51143.4k2](/packages/phpsa-filament-password-reveal)[phpsa/filament-dadjokes

With DadJokes every time you load your control panel you'll be greeted by an epic dad joke on the dashboard.

1714.1k](/packages/phpsa-filament-dadjokes)[phpsa/filament-authentication

User &amp; Role (via Spatie Roles/Permissions) Manager Resource For Filament Admin

12663.6k](/packages/phpsa-filament-authentication)[andreia/filament-ui-switcher

Add a modal with options to switch between different UI layouts and styles (colors, fonts, font sizes).

233.8k](/packages/andreia-filament-ui-switcher)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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