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)0210MITPHPPHP ^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 1mo ago

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

29

—

LowBetter than 59% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity50

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

670d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f22d8835ae309419146549dc13ddef8c07edfb71657bf338f9771fca01d3ddaf?d=identicon)[mbogochow](/maintainers/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)
```

###  Alternatives

[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[takielias/tablar

Tablar: A Laravel Dashboard Preset Featuring Dark Mode and Dynamic Menu Generation for Effortless Navigation and Fast Development.

30817.7k3](/packages/takielias-tablar)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[takielias/tablar-kit

The Elegance of Tablar Dashboard

413.4k](/packages/takielias-tablar-kit)[adminui/inertia-routes

A hybrid JS/PHP package adding Ziggy-routes functionality to your Laravel/Inertia/Vue3 application

183.2k](/packages/adminui-inertia-routes)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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