PHPackages                             nplesa/85tracker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. nplesa/85tracker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nplesa/85tracker
================

PHP 8.5 compatibility tracker for Laravel 12

v1.0.6(6mo ago)08MITPHPPHP ^8.4|^8.5

Since Nov 15Pushed 3mo agoCompare

[ Source](https://github.com/nplesa/85tracker)[ Packagist](https://packagist.org/packages/nplesa/85tracker)[ RSS](/packages/nplesa-85tracker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (8)Used By (0)

nplesa/85tracker
================

[](#nplesa85tracker)

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

1. Instalation

```
composer require nplesa/85tracker

```

2. Publish config:

```
php artisan vendor:publish --tag=tracker-config

```

3. 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!

```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance76

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

7

Last Release

183d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9503cb8998186c6003150e447242286dd832ad39b9f3b7acfe4d9b0d6258eb80?d=identicon)[nplesa](/maintainers/nplesa)

---

Top Contributors

[![nplesa](https://avatars.githubusercontent.com/u/6140242?v=4)](https://github.com/nplesa "nplesa (18 commits)")

### Embed Badge

![Health badge](/badges/nplesa-85tracker/health.svg)

```
[![Health](https://phpackages.com/badges/nplesa-85tracker/health.svg)](https://phpackages.com/packages/nplesa-85tracker)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

20917.2M158](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9346.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
