hicharly/laravel-depshield

A visual security audit dashboard for Composer and Bun dependencies in Laravel.

Fund package maintenance!
HiCharly

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/hicharly/laravel-depshield

v0.3.0 2025-12-17 22:18 UTC

This package is auto-updated.

Last update: 2025-12-21 17:27:49 UTC


README

THIS PACKAGE IS IN DEVELOPMENT, DO NOT USE (YET)

A visual security audit dashboard for Composer and Bun dependencies in Laravel.

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

DepShield is a web dashboard that allows developers to easily review installed dependencies. It highlights outdated dependencies and security advisories.

Installation

You can install the package via composer:

composer require hicharly/laravel-depshield

You can publish the config file with:

php artisan vendor:publish --tag="laravel-depshield-config"

This is the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="laravel-depshield-views"

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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