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

ActiveLibrary

gabrielesbaiz/nova-card-rss-news
================================

A Laravel Nova card to show news from RSS feeds.

1.0.2(1y ago)02.4k↑850%MITPHPPHP ^8.0CI failing

Since Mar 5Pushed 12mo ago1 watchersCompare

[ Source](https://github.com/gabrielesbaiz/nova-card-rss-news)[ Packagist](https://packagist.org/packages/gabrielesbaiz/nova-card-rss-news)[ Docs](https://github.com/gabrielesbaiz/nova-card-rss-news)[ GitHub Sponsors]()[ RSS](/packages/gabrielesbaiz-nova-card-rss-news/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (9)Versions (5)Used By (0)

A Laravel Nova card to show news from RSS feeds.
================================================

[](#a-laravel-nova-card-to-show-news-from-rss-feeds)

[![Latest Version on Packagist](https://camo.githubusercontent.com/faba20e32bb026f3655affbbb9886523cce75a2c68fe4748626e73c139cf0171/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6761627269656c65736261697a2f6e6f76612d636172642d7273732d6e6577732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gabrielesbaiz/nova-card-rss-news)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ad388b43ceb2b82b938a1e3ce429b97be84b0e3e162e37f5663fb63674117c31/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6761627269656c65736261697a2f6e6f76612d636172642d7273732d6e6577732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/gabrielesbaiz/nova-card-rss-news/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/3690b735caab5c7a892db12bdf86efbca81a4d001a2839fd696e6c830beca0a9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6761627269656c65736261697a2f6e6f76612d636172642d7273732d6e6577732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/gabrielesbaiz/nova-card-rss-news/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/61c9ac45ecccc6b970f5d920719d62f898d72dd2ffac0fe64b2003a3b5e0bb61/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6761627269656c65736261697a2f6e6f76612d636172642d7273732d6e6577732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gabrielesbaiz/nova-card-rss-news)

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

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/cb1918d8c0778d6fb66e863fde70eb75a8d146a9a167e2e1fcf71d5383da240d/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6e6f76612d636172642d7273732d6e6577732e6a70673f743d31)](https://spatie.be/github-ad-click/nova-card-rss-news)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require gabrielesbaiz/nova-card-rss-news
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="nova-card-rss-news-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="nova-card-rss-news-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="nova-card-rss-news-views"
```

Usage
-----

[](#usage)

```
$novaCardRssNews = new Gabrielesbaiz\NovaCardRssNews();
echo $novaCardRssNews->echoPhrase('Hello, Gabrielesbaiz!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Gabriele Sbaiz](https://github.com/gabrielesbaiz)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance47

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Every ~0 days

Total

3

Last Release

439d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/97040fb60637d4b81897347524bc9343ffa6b978d4b19c0c28ea0823e2a1752b?d=identicon)[gabrielesbaiz](/maintainers/gabrielesbaiz)

---

Top Contributors

[![gabrielesbaiz](https://avatars.githubusercontent.com/u/22818698?v=4)](https://github.com/gabrielesbaiz "gabrielesbaiz (7 commits)")

---

Tags

laravelGabriele Sbaiznova-card-rss-news

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[basillangevin/laravel-data-json-schemas

Transforms Spatie Data objects into JSON Schemas with built-in validation

1312.2k1](/packages/basillangevin-laravel-data-json-schemas)

PHPackages © 2026

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