PHPackages                             nickfairchild/nova-at-a-glance-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. nickfairchild/nova-at-a-glance-card

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

nickfairchild/nova-at-a-glance-card
===================================

A Laravel Nova card.

v1.1.2(7y ago)53.5k↓100%3[1 issues](https://github.com/nickfairchild/nova-at-a-glance-card/issues)[15 PRs](https://github.com/nickfairchild/nova-at-a-glance-card/pulls)MITPHPPHP &gt;=7.1.0

Since Aug 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/nickfairchild/nova-at-a-glance-card)[ Packagist](https://packagist.org/packages/nickfairchild/nova-at-a-glance-card)[ RSS](/packages/nickfairchild-nova-at-a-glance-card/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (21)Used By (0)

At a Glance Card for Nova
=========================

[](#at-a-glance-card-for-nova)

[![Latest Stable Version](https://camo.githubusercontent.com/2ad115079c57a781e50942790614ff2f03c6b45e7e264f2afe6893c18bfd3761/68747470733a2f2f706f7365722e707567782e6f72672f6e69636b666169726368696c642f6e6f76612d61742d612d676c616e63652d636172642f762f737461626c65)](https://packagist.org/packages/nickfairchild/nova-at-a-glance-card)[![Total Downloads](https://camo.githubusercontent.com/0aad86f72b6d198b328dc1176654772b964b357d60e2ee9122bc7a6408cf1d57/68747470733a2f2f706f7365722e707567782e6f72672f6e69636b666169726368696c642f6e6f76612d61742d612d676c616e63652d636172642f646f776e6c6f616473)](https://packagist.org/packages/nickfairchild/nova-at-a-glance-card)[![License](https://camo.githubusercontent.com/52bdb0d341744c9a76803aae63f7f6621b0e1638dae63d833da4bbaceca0dd3c/68747470733a2f2f706f7365722e707567782e6f72672f6e69636b666169726368696c642f6e6f76612d61742d612d676c616e63652d636172642f6c6963656e7365)](https://packagist.org/packages/nickfairchild/nova-at-a-glance-card)

[![alt text](https://camo.githubusercontent.com/da99e2c277152f1ec19227e86ba17af41d6bacc69abd02f89f3f846df5fa3420/68747470733a2f2f692e696d6775722e636f6d2f4e774c333059582e706e67 "Nova At a Glance Card")](https://camo.githubusercontent.com/da99e2c277152f1ec19227e86ba17af41d6bacc69abd02f89f3f846df5fa3420/68747470733a2f2f692e696d6775722e636f6d2f4e774c333059582e706e67)

This Nova card displays a count for all of your resources.

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

[](#installation)

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

```
composer require nickfairchild/nova-at-a-glance-card
```

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

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

// ...

public function cards()
{
    return [
        // ...
        new \Nickfairchild\AtAGlance\AtAGlance,
    ];
}
```

### Customize

[](#customize)

If you do not want a specific resource to be displayed on the card you can pass through an array of the resource classes to exclude like so.

```
public function cards()
{
    return [
        // ...
        (new \Nickfairchild\AtAGlance\AtAGlance)->excludeResources([Pages::class]),
    ];
}
```

Bugs / Issues / Ideas
---------------------

[](#bugs--issues--ideas)

Please create an issue using the [issue tracker](https://github.com/nickfairchild/nova-at-a-glance-card/issues) or drop me an email.

License
-------

[](#license)

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 82.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

Every ~43 days

Total

5

Last Release

2646d ago

Major Versions

v0.1.0 → v1.0.02018-08-31

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2872063?v=4)[Nick Fairchild](/maintainers/nickfairchild)[@nickfairchild](https://github.com/nickfairchild)

---

Top Contributors

[![nickfairchild](https://avatars.githubusercontent.com/u/2872063?v=4)](https://github.com/nickfairchild "nickfairchild (19 commits)")[![taliptako](https://avatars.githubusercontent.com/u/2073785?v=4)](https://github.com/taliptako "taliptako (2 commits)")[![lucasff](https://avatars.githubusercontent.com/u/4260591?v=4)](https://github.com/lucasff "lucasff (1 commits)")[![MadMikeyB](https://avatars.githubusercontent.com/u/831828?v=4)](https://github.com/MadMikeyB "MadMikeyB (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/nickfairchild-nova-at-a-glance-card/health.svg)

```
[![Health](https://phpackages.com/badges/nickfairchild-nova-at-a-glance-card/health.svg)](https://phpackages.com/packages/nickfairchild-nova-at-a-glance-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)
