PHPackages                             beyondcode/nova-rss-card - 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. beyondcode/nova-rss-card

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

beyondcode/nova-rss-card
========================

A Laravel Nova card.

0.0.1(7y ago)1470MITPHPPHP &gt;=7.1.0

Since Aug 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/beyondcode/nova-rss-card)[ Packagist](https://packagist.org/packages/beyondcode/nova-rss-card)[ RSS](/packages/beyondcode-nova-rss-card/feed)WikiDiscussions master Synced 6d ago

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

Nova RSS Card
=============

[](#nova-rss-card)

[![Latest Version on Packagist](https://camo.githubusercontent.com/56cfc76b938af0febbd3b708ec258ae3ec53d7394e57dfc3e512f29a1dd67706/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6265796f6e64636f64652f6e6f76612d7273732d636172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/beyondcode/nova-rss-card)[![Total Downloads](https://camo.githubusercontent.com/fca3e471d4db3a26779624351352de6751a7205d50643233560a617785a75207/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6265796f6e64636f64652f6e6f76612d7273732d636172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/beyondcode/nova-rss-card)

Display custom RSS feeds on your Nova dashboard.

This also works great in combination with the [custom dashboard card](https://github.com/beyondcode/nova-custom-dashboard-card) for Nova.

[![tinker screenshot](https://camo.githubusercontent.com/8c2458951c6aee8e26c10d2fb30122d284d42f23af989032bfd4b309a1a58457/68747470733a2f2f6265796f6e64636f2e64652f6769746875622f6e6f76612d7273732d636172642f73637265656e73686f742e706e67)](https://camo.githubusercontent.com/8c2458951c6aee8e26c10d2fb30122d284d42f23af989032bfd4b309a1a58457/68747470733a2f2f6265796f6e64636f2e64652f6769746875622f6e6f76612d7273732d636172642f73637265656e73686f742e706e67)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require beyondcode/nova-rss-card
```

Next up, you must register the card with Nova. This is typically done in the `cards` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvder.php

// ...
public function cards()
{
    return [
        // ...
        new RssCard('https://feed.laravel-news.com/'),
    ];
}
```

Custom layout
-------------

[](#custom-layout)

You can customize the RSS feed card height by specifying it as the second parameter in the constructor, like this:

```
new RssCard('https://feed.laravel-news.com/', '500px),
```

Custom amount of items
----------------------

[](#custom-amount-of-items)

To customize the amount of items to show on your RSS feed card, you can set a `limit` property as a meta attribute on your RSS feed card, like this:

```
(new RssCard('https://feed.laravel-news.com/', '500px))->withMeta([
    'limit' => 10
]),
```

Usage
-----

[](#usage)

Just visit your Nova dashboard and you'll see the latest entries from your RSS feeds.

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

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

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

[](#contributing)

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

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Marcel Pociot](https://github.com/mpociot)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

2824d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/863e91ca13b8c4031f202c0eee4f06b3a4352f92cf9cd397b03609b20247ed16?d=identicon)[beyondcode](/maintainers/beyondcode)

---

Top Contributors

[![mpociot](https://avatars.githubusercontent.com/u/804684?v=4)](https://github.com/mpociot "mpociot (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/beyondcode-nova-rss-card/health.svg)

```
[![Health](https://phpackages.com/badges/beyondcode-nova-rss-card/health.svg)](https://phpackages.com/packages/beyondcode-nova-rss-card)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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