@rectorphp "If you don't want to do something, you'll find an excuse. If you really do, you'll find a way." Open-Source for Life ❤️️
Followers
1,628
Public Repos
279
Packages
5
Starred
54
|
|
Description
|
|
|
|
License
|
|
|
|---|---|---|---|---|---|---|---|
| tomasvotruba/type-coverage | CLI tool for measuring PHP type coverage. Scans your codebase and reports how much is covered by native types and PHPDoc (params, returns, properties), helping you spot missing types, raise strictness, and improve static analysis readiness. | 208 | 22.5 | 56.4 | MIT | 4 months ago | |
| 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. | 192 | 1.4 | 37.9 | MIT | — | |
| 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. | 135 | 1.0 | 39.0 | MIT | — | |
| entropy/entropy | Entropy is a lightweight PHP/Laravel package for calculating Shannon entropy and related information metrics on strings and datasets. Useful for analyzing randomness, password strength, identifiers, and distribution quality, with a simple API and minimal dependencies. | 3 | 0.1 | 16.2 | — | — | |
| phpecs/phpecs | Tiny shortcut package to install and use Easy Coding Standard in PHP projects. Add it as a dev dependency via Composer and you’re ready to run ECS for consistent, automated code style and formatting across your codebase. | 2 | 20.3 | 57.8 | — | 10 months ago |
How can I help you explore Laravel packages today?