承接 itzdevsatvik/laravel-package-health-checker 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Latest Version on Packagist Total Downloads License

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-18