itzdevsatvik/laravel-package-health-checker
Composer 安装命令:
composer require itzdevsatvik/laravel-package-health-checker
包简介
Check Laravel packages for deprecated code, security vulnerabilities, and version compatibility
README 文档
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"
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-18