PHPackages                             mbogochow/pulse-packages - 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. [Admin Panels](/categories/admin)
4. /
5. mbogochow/pulse-packages

ActiveLibrary[Admin Panels](/categories/admin)

mbogochow/pulse-packages
========================

A Laravel Pulse card to show Composer and NPM package status

1.0.1(1y ago)0211MITPHPPHP ^8.1

Since Jun 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mbogochow/pulse-packages)[ Packagist](https://packagist.org/packages/mbogochow/pulse-packages)[ RSS](/packages/mbogochow-pulse-packages/feed)WikiDiscussions main Synced today

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

Composer and NPM packages status card for Laravel Pulse
=======================================================

[](#composer-and-npm-packages-status-card-for-laravel-pulse)

This card will show you outdated and vulnerable Composer and NPM dependencies.

Based on [aarondfrancis/pulse-outdated](https://github.com/aarondfrancis/pulse-outdated) and [hungthai1401/vulnerable](https://github.com/hungthai1401/vulnerable).

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

[](#installation)

Require the package with Composer:

```
composer require mbogochow/pulse-packages
```

Register the recorder
---------------------

[](#register-the-recorder)

The Composer and NPM dependencies will be checked automatically if there is no recorded data and will be updated once per day. To run the checks you must add the `PackagesRecorder` to the `pulse.php` file.

```
return [
    // ...

    'recorders' => [
+       \Bogochow\Pulse\Packages\Recorders\PackagesRecorder::class => [
+           'composer' => [
+               'version' => ComposerVersionFilter::MINOR_ONLY,
+               'exclude_dev_packages' => false,
+               'exclude_packages' => [
+                   'roave/security-advisories',
+               ],
+           ],
+       ],
    ]
]
```

You also need to be running [the `pulse:check` command](https://laravel.com/docs/11.x/pulse#dashboard-cards).

Add to your dashboard
---------------------

[](#add-to-your-dashboard)

To add the card to the Pulse dashboard, you must first [publish the vendor view](https://laravel.com/docs/11.x/pulse#dashboard-customization).

Then, you can modify the `dashboard.blade.php` file:

```

+

+

```

That's it!

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

2

Last Release

719d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4356404?v=4)[Mike Bogochow](/maintainers/mbogochow)[@mbogochow](https://github.com/mbogochow)

---

Top Contributors

[![mbogochow](https://avatars.githubusercontent.com/u/4356404?v=4)](https://github.com/mbogochow "mbogochow (18 commits)")[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (11 commits)")[![aarondfrancis](https://avatars.githubusercontent.com/u/881931?v=4)](https://github.com/aarondfrancis "aarondfrancis (8 commits)")[![eusonlito](https://avatars.githubusercontent.com/u/644551?v=4)](https://github.com/eusonlito "eusonlito (2 commits)")[![rozsazoltan](https://avatars.githubusercontent.com/u/67325669?v=4)](https://github.com/rozsazoltan "rozsazoltan (2 commits)")[![vc-urvin](https://avatars.githubusercontent.com/u/122852660?v=4)](https://github.com/vc-urvin "vc-urvin (1 commits)")[![armandohg](https://avatars.githubusercontent.com/u/1440573?v=4)](https://github.com/armandohg "armandohg (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mbogochow-pulse-packages/health.svg)

```
[![Health](https://phpackages.com/badges/mbogochow-pulse-packages/health.svg)](https://phpackages.com/packages/mbogochow-pulse-packages)
```

PHPackages © 2026

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