tomasvotruba/class-leak
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| tomasvotruba/unused-public | 0.74 | 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. | 192 | 192 | 15 | 95K | 0 | 1.4 | 36.9 | MIT | — | |
| maglnet/composer-require-checker | 0.74 | CLI tool that scans your PHP sources and composer.json to ensure every used class/function comes from declared dependencies. Detects “soft” transitive deps and missing required PHP extensions, helping prevent breakage after dependency updates. | 998 | 1,005 | 78 | 484K | 32 | 44.2 | 58.5 | MIT | 2 months ago | |
| hanneskod/classtools | 0.74 | Scan the filesystem for PHP classes, interfaces, and traits using Symfony Finder. Build a class-to-file map, detect parse/syntax errors, and iterate results as ReflectionClass objects, with optional autoloading for discovered classes. | 130 | 134 | 31 | 52K | 2 | 2.3 | 37.2 | WTFPL | — | |
| mateusjunges/laravel-acl | 0.52 | — | 546 | 564 | 54 | 196 | 0 | 6.7 | 1.3 | MIT | 3 years ago | |
| matheusmarnt/scoutify | 0.52 | — | 1 | 1 | 0 | 217 | 0 | 34.0 | 32.9 | MIT | 3 weeks ago | |
| mateusjunges/laravel-kafka | 0.51 | Laravel Kafka makes it easy to produce and consume Kafka messages in Laravel with a clean, expressive API and improved testability. Build producers and consumers quickly, integrate with your app workflows, and avoid painful Kafka testing setups. | 722 | 724 | 105 | 151K | 3 | 37.4 | 38.4 | MIT | 2 weeks ago |
How can I help you explore Laravel packages today?