itzdevsatvik / laravel-package-health-checker
Check Laravel packages for deprecated code, security vulnerabilities, and version compatibility
Package info
github.com/satvik-narola/Packge-health-checker
pkg:composer/itzdevsatvik/laravel-package-health-checker
dev-main
2025-09-18 12:34 UTC
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.5
- illuminate/support: ^9.0|^10.0|^11.0|^12.0
This package is auto-updated.
Last update: 2026-03-18 13:55:24 UTC
README
A Laravel package to check all installed packages for deprecated code, security vulnerabilities, and version compatibility with your Laravel installation.
Laravel Package Health Checker
A Laravel package to check all installed packages for deprecated code, security vulnerabilities, and version compatibility with your Laravel installation.
Features
- ✅ Check for deprecated/abandoned packages
- 🔒 Security vulnerability scanning
- 🔄 Laravel version compatibility checking
- 📊 Beautiful dashboard to view results
- ⚡ Console command for CI/CD integration
- 🔧 Configurable features and settings
Installation
You can install the package via Composer:
1. composer require itzdevsatvik/laravel-package-health-checker:dev-main 2. php artisan vendor:publish --provider="Itzdevsatvik\PackageHealthChecker\Providers\PackageHealthCheckerServiceProvider" --tag=packagehealthchecker-config ## Console Command First run migration -> php artisan migrate Run the health check from the command line: -> php artisan package-health:check To check the status of all packge: -> "Your-website/package-health"