PHPackages                             daljo25/filament-dependency-manager - 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. daljo25/filament-dependency-manager

ActiveLibrary

daljo25/filament-dependency-manager
===================================

A Filament plugin to inspect Composer and NPM dependencies, check available updates, and provide suggested upgrade commands.

v1.0.0(1mo ago)10MITPHPPHP ^8.2CI passing

Since Apr 5Pushed 1mo agoCompare

[ Source](https://github.com/daljo25/filament-dependency-manager)[ Packagist](https://packagist.org/packages/daljo25/filament-dependency-manager)[ Docs](https://github.com/daljo25/filament-dependency-manager)[ GitHub Sponsors](https://github.com/daljo25)[ RSS](/packages/daljo25-filament-dependency-manager/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (11)Versions (3)Used By (0)

Filament Dependency Manager
===========================

[](#filament-dependency-manager)

[![Filament Dependency Manager](art/Filament-Dependency-Manager.webp)](art/Filament-Dependency-Manager.webp)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c813751fe10dca5dc00eb1def033a28890d7b279fcb27ce159fab18756f444a1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616c6a6f32352f66696c616d656e742d646570656e64656e63792d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/daljo25/filament-dependency-manager)[![Total Downloads](https://camo.githubusercontent.com/122307c3323d706ec6990fc6aafde5988da5b81daee39490bf03924220c21460/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64616c6a6f32352f66696c616d656e742d646570656e64656e63792d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/daljo25/filament-dependency-manager)

A powerful Filament plugin to monitor outdated **Composer** and **NPM** dependencies directly from your admin panel using native Filament tables.

---

Table of Contents
-----------------

[](#table-of-contents)

- [Features](#features)
- [Screenshots](#screenshots)
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Configuration](#configuration)
- [Environment Variables](#environment-variables)
- [Translations](#translations)
- [Testing](#testing)
- [License](#license)

---

Features
--------

[](#features)

- ⚡ **Zero Database**: Uses [Sushi](https://github.com/calebporzio/sushi) to provide a seamless Eloquent experience without migrations.
- 📦 **Composer Support**: View outdated packages, current vs latest versions, and release dates.
- 🟢 **NPM Support**: Monitor updates for `dependencies` and `devDependencies`.
- 🔍 **Native Filament Tables**: Supports searching, sorting, and filtering out-of-the-box.
- 📋 **Quick Copy**: Copy update commands (composer require, npm install, etc.) with a single click.
- 🌍 **Multilingual**: Full support for English and Spanish.
- 🚀 **Performance**: Results are cached to ensure instant page loads.

---

Screenshots
-----------

[](#screenshots)

### Composer Dependencies

[](#composer-dependencies)

[![Composer Screenshot](art/composer.webp)](art/composer.webp)

### NPM Dependencies

[](#npm-dependencies)

[![NPM Screenshot](art/npm.webp)](art/npm.webp)

---

Requirements
------------

[](#requirements)

The plugin automatically adapts to your environment:

Filament VersionPHP VersionLaravel VersionBranch / Tag**Filament v5**8.2+11.x, 12.x, 13.x`main` / `v5.x`**Filament v4**8.2+11.x, 12.x, 13.x`4.x`**Filament v3**8.1+10.x, 11.x, 12.x`3.x`---

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

[](#installation)

Install the package via Composer:

```
composer require daljo25/filament-dependency-manager

php artisan dependency-manager:install
```

The plugin will automatically install [Sushi](https://github.com/calebporzio/sushi) to handle in-memory data management.

---

Usage
-----

[](#usage)

Register the plugin in your Filament Panel Provider (e.g., `AdminPanelProvider.php`):

```
use Daljo25\FilamentDependencyManager\FilamentDependencyManagerPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugin(FilamentDependencyManagerPlugin::make());
}
```

---

Configuration
-------------

[](#configuration)

You can publish the config file using:

```
php artisan vendor:publish --tag="dependency-manager-config"
```

### Environment Variables

[](#environment-variables)

If your server uses non-standard paths for binaries (like Laravel Herd or custom environments), define them in your `.env`:

VariableDefaultDescription`DEPENDENCY_MANAGER_COMPOSER_BIN``null`Full path to `composer``DEPENDENCY_MANAGER_PHP_BIN``null`Full path to `php``DEPENDENCY_MANAGER_NPM_CLIENT``npm``npm`, `pnpm`, or `yarn``DEPENDENCY_MANAGER_NPM_BINARY``null`Full path to `npm`**Example (macOS with Herd):**

```
DEPENDENCY_MANAGER_COMPOSER_BIN=/Users/youruser/.config/herd-lite/bin/composer
DEPENDENCY_MANAGER_PHP_BIN=/Users/youruser/.config/herd-lite/bin/php
```

---

Translations
------------

[](#translations)

Publish translations if you need to customize them:

```
php artisan vendor:publish --tag="filament-dependency-manager-translations"
```

Supported languages:

- 🇺🇸 English
- 🇪🇸 Spanish

---

Testing
-------

[](#testing)

```
composer test
```

---

License
-------

[](#license)

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

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance91

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

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

45d ago

Major Versions

v1.0.0 → 5.x-dev2026-04-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/52e5991b76f62c86956dae770d6f0d85d65e458da7e09b5d3f32deb31a3fa4dc?d=identicon)[Daljo25](/maintainers/Daljo25)

---

Top Contributors

[![daljo25](https://avatars.githubusercontent.com/u/7244602?v=4)](https://github.com/daljo25 "daljo25 (13 commits)")

---

Tags

laravelfilamentfilament-pluginfilamentphpdaljo25filament-dependency-manager

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/daljo25-filament-dependency-manager/health.svg)

```
[![Health](https://phpackages.com/badges/daljo25-filament-dependency-manager/health.svg)](https://phpackages.com/packages/daljo25-filament-dependency-manager)
```

###  Alternatives

[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

263255.2k6](/packages/croustibat-filament-jobs-monitor)[relaticle/custom-fields

User Defined Custom Fields for Laravel Filament

15828.6k](/packages/relaticle-custom-fields)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)[defstudio/filament-searchable-input

A searchable autocomplete input for Filament forms

3212.4k](/packages/defstudio-filament-searchable-input)[agencetwogether/hookshelper

Simple plugin to toggle display hooks available in current page.

2312.7k](/packages/agencetwogether-hookshelper)

PHPackages © 2026

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