PHPackages                             avgkudey/pulse-dep-track - 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. avgkudey/pulse-dep-track

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

avgkudey/pulse-dep-track
========================

Simple outdated dependency checker for laravel pulse dashboard

1.0.1(1y ago)117[5 PRs](https://github.com/avgkudey/pulse-dep-track/pulls)MITBladePHP ^8.4CI passing

Since Feb 1Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/avgkudey/pulse-dep-track)[ Packagist](https://packagist.org/packages/avgkudey/pulse-dep-track)[ Docs](https://github.com/avgkudey/pulse-dep-track)[ GitHub Sponsors](https://github.com/avgkudey)[ RSS](/packages/avgkudey-pulse-dep-track/feed)WikiDiscussions main Synced today

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

Simple outdated dependency checker for laravel pulse dashboard
==============================================================

[](#simple-outdated-dependency-checker-for-laravel-pulse-dashboard)

[![Latest Version on Packagist](https://camo.githubusercontent.com/20c9ba1b946f283644436fd59a0809770b9e19271da2cd0c858139bcf6343fb5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6176676b756465792f70756c73652d6465702d747261636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/avgkudey/pulse-dep-track)[![Tests](https://camo.githubusercontent.com/8e509b19d7224b3c4a4554526aba3260aee024e9d1b54f6a6eb8c7fa27698c92/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6176676b756465792f70756c73652d6465702d747261636b2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/avgkudey/pulse-dep-track/actions/workflows/run-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/913250f8d231abb178bd5ec3fd04907b3edd0d2bd5d8d549f0aed4b4ddbed32f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6176676b756465792f70756c73652d6465702d747261636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/avgkudey/pulse-dep-track)

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

[](#installation)

You can install the package via composer:

```
composer require avgkudey/pulse-dep-track
```

Register Recorders
------------------

[](#register-recorders)

`pulse.php`

```
return [
    // ...
  Avgkudey\PulseDepTrack\Recorders\ComposerOutdatedRecorder::class => [],
  Avgkudey\PulseDepTrack\Recorders\NpmOutdatedRecorder::class => [],
]
```

Running Once
------------

[](#running-once)

```
php artisan deptrack:composer
```

```
php artisan deptrack:npm
```

Schedule
--------

[](#schedule)

`routes/console.php`

```
Schedule::daily()
    ->timezone('UTC')
    ->group(function () {
        Schedule::command('deptrack:composer');
        Schedule::command('deptrack:npm');
    });
```

### Add to pulse Dashboard

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

```

```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [avgkudey](https://github.com/avgkudey)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance67

Regular maintenance activity

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~0 days

Total

2

Last Release

518d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a19ef3eb79c1e44ed27056799226b393d6cf4e5cf2592200c836cd03450514d?d=identicon)[avgkudey](/maintainers/avgkudey)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")[![avgkudey](https://avatars.githubusercontent.com/u/40860028?v=4)](https://github.com/avgkudey "avgkudey (3 commits)")

---

Tags

avgkudeypulse-dep-track

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/avgkudey-pulse-dep-track/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M10](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M375](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

244.6M136](/packages/illuminate-cookie)

PHPackages © 2026

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