nplesa/85tracker
最新稳定版本:v1.0.6
Composer 安装命令:
composer require nplesa/85tracker
包简介
PHP 8.5 compatibility tracker for Laravel 12
README 文档
README
Laravel 12 package that scans your application for
potential issues when upgrading from PHP 8.4 → PHP 8.5, including:
- Detection of deprecated functions
- Auto-fixing deprecated usages
- Checking missing PHP extensions
- Optional runtime compatibility middleware
- CLI tools for scanning and fixing issues
- Developer-friendly helper utilities
- Fully configurable behavior
- Instalation
composer require nplesa/85tracker
- Publish config:
php artisan vendor:publish --tag=tracker-config
- Test
php artisan tracker:scan
php artisan tracker:scan --fix
From code:
php85scanner()->scanProject();
php85scanner()->autoFix();
php85scanner()->checkExtensions();
Scan Output Example
Scanning project...
Deprecated functions found:
- utf8_encode in app/Http/Controllers/Test.php
All required extensions are installed.
Done!
Autofix Output Example
Running autofix...
Fixed in app/Http/Controllers/Test.php
Fixed in app/Helpers/Format.php
Complete!
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-15