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.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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. | 5 | 5 | 2 | 34K | 0 | 0.1 | 51.8 | — | — | |
| hosmelq/sse | WHATWG-compliant PHP 8.2+ client for consuming Server-Sent Events. Connect via GET/POST using Guzzle, iterate events with a memory-efficient generator, and access data/event/id/retry fields with optional JSON decoding. | 14 | 14 | 0 | 354 | 0 | 0.4 | 19.2 | MIT | 1 year ago | |
| inspector-apm/inspector-php | Inspector APM PHP agent: instrument your Laravel/PHP apps to collect traces, transactions, errors, and performance metrics. Lightweight integration, configurable sampling and context, helps you find slow requests and production issues fast. | 35 | 36 | 12 | 209K | 0 | 28.8 | 60.7 | MIT | 1 month ago | |
| inspector-apm/neuron-ai | Neuron is a PHP framework for building agentic AI apps: define and orchestrate AI agents, connect to LLM providers, load data, use tools, coordinate multiple agents, and monitor/debug runs. Works with Laravel or Symfony and supports end-to-end agent workflows. | 2,020 | 1,968 | 228 | 27K | 5 | 53.6 | 22.7 | MIT | 4 days ago | |
| neuron-core/neuron-ai | Neuron is a PHP framework for building agentic apps: create and orchestrate AI agents, integrate LLM providers, load data, run multi-agent workflows, and monitor/debug behavior. Works well with Laravel and Symfony. | 2,020 | 1,997 | 228 | 162K | 5 | 53.6 | 34.8 | MIT | 4 days ago | |
| open-southeners/byte-unit-converter | PHP 8.1+ utility to convert byte sizes between multiple units with no dependencies. Inspired by macOS ByteCountFormatter, it helps format and convert storage values consistently for apps and libraries. | 5 | 5 | 0 | 145 | 0 | 1.8 | 18.5 | MIT | 2 years ago | |
| open-southeners/laravel-apiable | — | 13 | 13 | 0 | 84 | 2 | 26.3 | 13.7 | MIT | 2 months ago | |
| pestphp/pest-plugin-type-coverage | Pest Plugin Type Coverage adds type coverage reporting to your Pest test suite, helping you spot untyped or partially typed code paths. Install alongside Pest to track type coverage metrics and improve type safety over time. | 35 | 35 | 18 | 396K | 0 | 1.5 | 57.5 | MIT | — | |
| sandermuller/boost-core | — | 3 | 3 | 0 | 2K | 0 | 29.1 | 43.8 | MIT | 1 week ago | |
| sandermuller/laravel-fluent-validation | Type-safe, IDE-autocomplete Laravel validation rule builders. Create rules fluently without memorizing strings; each rule exposes only valid methods. Define nested array validation with each()/children(). Optional HasFluentRules trait speeds wildcard validation dramatically (up to 160x). | 211 | 211 | 2 | 9K | 0 | 33.0 | 26.8 | MIT | 5 days ago | |
| sandermuller/package-boost | Deprecated: sandermuller/package-boost is split into successors. Use package-boost-php for framework-agnostic Composer packages, package-boost-laravel for Laravel packages, or project-boost for PHP apps. Legacy 0.15.x remains for existing installs. | 1 | 1 | 0 | 401 | 0 | 29.6 | 36.9 | MIT | 1 month ago | |
| sandermuller/package-boost-laravel | — | 1 | 1 | 0 | 1K | 0 | 23.8 | 43.5 | MIT | 1 month ago | |
| sandermuller/package-boost-php | — | 1 | 1 | 0 | 2K | 0 | 26.7 | 46.0 | MIT | 1 month ago | |
| staabm/side-effects-detector | Detects side effects in PHP code so you can safely eval or decide to isolate execution. Classifies effects (stdout, exit, includes/scope pollution, etc.) and flags unknown/userland calls as “maybe”. Used by PHPUnit to speed up PHPT tests. | 164 | 160 | 3 | 9M | 4 | 4.2 | 56.5 | MIT | 1 year ago | |
| symplify/easy-coding-standard | Easy Coding Standard (ECS) makes PHP coding standards effortless on PHP 7.2–8.5. Fast parallel runs, supports PHP_CodeSniffer and PHP-CS-Fixer, uses prepared rule sets, generates ecs.php config on first run, and can check and auto-fix code with --fix. | 1,617 | 1,632 | 92 | 933K | 0 | 33.5 | 44.3 | MIT | 1 month ago | |
| symplify/phpstan-rules | Extra PHPStan rules by Symplify to catch bugs, improve code quality, and enforce consistent conventions. Easy to install and configure, with a broad set of checks for Symfony/Laravel and modern PHP features to keep your codebase clean. | 269 | 267 | 30 | 538K | 0 | 22.1 | 52.8 | MIT | 1 month ago | |
| tomasvotruba/cognitive-complexity | — | 164 | 153 | 3 | 187K | 0 | 0.9 | 42.2 | MIT | — | |
| 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. | 195 | 194 | 15 | 138K | 0 | 1.4 | 39.4 | MIT | — | |
| wyrihaximus/phpstan-rules-wrapper | Composer wrapper that bundles popular PHPStan rule sets and extensions into one install. Works out of the box with phpstan/extension-installer, pulling in strict, deprecation, PHPUnit, Mockery, dead-code detection, PSR-3, and type-coverage rules. | 6 | 6 | 0 | 133K | 1 | 30.2 | 64.9 | MIT | 3 days ago |
How can I help you explore Laravel packages today?