tomasvotruba/unused-public
PHPStan extension that finds unused public methods, properties, and constants by scanning calls across your codebase. Helps clean up dead APIs or spot members that should be private/protected. Supports gradual adoption via allowed % thresholds and excluding template-used methods.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| wnx/laravel-stats | 0.84 | — | 1,746 | 1,751 | 84 | 26K | 0 | 33.8 | 18.7 | MIT | 4 months ago | |
| phpstan/phpstan | 0.84 | PHPStan is a static analysis tool for PHP that finds bugs without running your code. It catches whole classes of errors early, improving type safety and code correctness, and helps you spot issues before writing tests or deploying. | 14,036 | 14,104 | 954 | 9M | 1,060 | 94.2 | 72.3 | MIT | 2 weeks ago | |
| chameleon-system/upgrade-helper | 0.84 | — | 0 | 0 | 0 | 0 | 0 | 0.6 | — | — | 5 years ago | |
| comsave/common | 0.84 | Shared common utilities for Laravel/PHP projects by Comsave. Provides reusable helpers and foundational components to reduce duplication across apps and packages, keeping shared logic centralized and easy to maintain. | 2 | 2 | 1 | 1K | 0 | 2.4 | 35.0 | MIT | 6 years ago | |
| stefanzweifel/laravel-stats-phploc | 0.83 | Fork of sebastianbergmann/phploc used to keep wnx/laravel-stats compatible across Laravel versions by supporting multiple sebastian/version releases. Measures PHP project size and structure (LOC, complexity, dependencies). Not intended for real projects. | 5 | 5 | 1 | 24K | 0 | 6.8 | 51.7 | BSD-3-Clause | 9 months ago | |
| tomasvotruba/class-leak | 0.71 | Finds class leaks in PHP apps: detects classes unintentionally pulled into your runtime via autoloading, service container or tests. Helps trim dependencies, speed up CI, and keep boundaries clean by reporting unexpected class usage with clear, actionable output. | 149 | 147 | 7 | 149K | 0 | 1.0 | 41.4 | MIT | — |
How can I help you explore Laravel packages today?