itzdevsatvik / laravel-package-health-checker
Check Laravel packages for deprecated code, security vulnerabilities, and version compatibility
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/itzdevsatvik/laravel-package-health-checker
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: 2025-12-18 13:11:38 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"