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

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

kregel/nova-news-card
=====================

A Laravel Nova card.

v0.0.2(7y ago)0631MITPHPPHP &gt;=7.1.0

Since Nov 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/austinkregel/nova-news-card)[ Packagist](https://packagist.org/packages/kregel/nova-news-card)[ RSS](/packages/kregel-nova-news-card/feed)WikiDiscussions master Synced yesterday

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

A Nova card to give you news information
========================================

[](#a-nova-card-to-give-you-news-information)

Redis based storage, and pwoered by [newsapi.org](https://newsapi.org)

All you will need is a developer token from newsapi.org, and predis for key persistence.

[![Latest Version on Packagist](https://camo.githubusercontent.com/b71fe1fb3bdf993df3b688471d7ee3cabc7a22641115dcd1657b611544e2d932/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b726567656c2f6e6f76612d6e6577732d636172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kregel/kregel/nova-news-card)[![Total Downloads](https://camo.githubusercontent.com/5853e1f28b8d8b976da8c7ac3ff72e20d109eaa5c47328919ab269383955ad6b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b726567656c2f6e6f76612d6e6577732d636172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kregel/kregel/nova-news-card)

[![Screenshot](./screenshot.png)](./screenshot.png)

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

[](#installation)

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

```
composer require predis/predis
```

```
composer require kregel/nova-news-card
```

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

Usage
-----

[](#usage)

```
// in app/Providers/NovaServiceProvider.php

// ...

public function cards()
{
    return [
        // ...
        (new \Kregel\NovaNewsCard\News)->withMeta([
            'from' => \Carbon\Carbon::now()->subDays(5),f
        ]),
        // If you don't define coordinates it will default to your location.
        (new \Kregel\NovaNewsCard\News)->withMeta([
            'name' => 'Current location',
        ]),
        // Or you could forego all configuration. (which will default to no title, and your current location)
        new \Kregel\NovaNewsCard\News,
    ];
}
```

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)

- [Austin kregel](https://github.com/austinkregel)

License
-------

[](#license)

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

Support on Beerpay
------------------

[](#support-on-beerpay)

Hey dude! Help me out for a couple of 🍻!

[![Beerpay](https://camo.githubusercontent.com/1aab7055394dc984e1451cac76fdd3a13b14fc41d1dc458281e7893622477cde/68747470733a2f2f626565727061792e696f2f61757374696e6b726567656c2f6e6f76612d6e6577732d636172642f62616467652e7376673f7374796c653d626565722d737175617265)](https://beerpay.io/austinkregel/nova-news-card) [![Beerpay](https://camo.githubusercontent.com/9492abc66fa260f4ddbf5e7b4e140f652f0a7f2807f43ced0e5925b2a6203905/68747470733a2f2f626565727061792e696f2f61757374696e6b726567656c2f6e6f76612d6e6577732d636172642f6d616b652d776973682e7376673f7374796c653d666c61742d737175617265)](https://beerpay.io/austinkregel/nova-news-card?focus=wish)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

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

Every ~0 days

Total

2

Last Release

2731d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c5c1ee0adf552aec8a54c1760dd99c4d1b90c0360dccafeef849a14ff37f706?d=identicon)[austinkregel](/maintainers/austinkregel)

---

Top Contributors

[![austinkregel](https://avatars.githubusercontent.com/u/5355937?v=4)](https://github.com/austinkregel "austinkregel (3 commits)")

---

Tags

laravelnova

### Embed Badge

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

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[advoor/nova-editor-js

A Laravel Nova field bringing EditorJs magic to Nova.

92179.0k3](/packages/advoor-nova-editor-js)[inspheric/nova-defaultable

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

51174.8k1](/packages/inspheric-nova-defaultable)[fidum/nova-package-bundler-command

Improves Laravel Nova initial load speeds by combining all third party package assets into a single file.

2164.8k](/packages/fidum-nova-package-bundler-command)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)

PHPackages © 2026

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