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. | 3 | 3 | 2 | 1K | 0 | 0.3 | 16.3 | — | — | |
| 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 | 614 | 0 | 3.0 | 21.2 | MIT | 10 months 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 | 35 | 13 | 184K | 0 | 18.0 | — | MIT | 1 month ago | |
| inspector-apm/neuron-ai | Neuron is a PHP framework for building and orchestrating AI agents. Includes LLM provider interfaces, tools/toolkits, data loading, multi-agent workflows, plus monitoring and debugging for full agentic apps in Laravel or Symfony. | 1,940 | 1,941 | 215 | 20K | 5 | 49.1 | 21.0 | MIT | 1 week ago | |
| neuron-core/neuron-ai | Neuron is a PHP framework for building and orchestrating AI agents. Integrate LLM providers, tools, data loading, and multi-agent workflows with monitoring and debugging support. Works with Laravel and Symfony and targets PHP 8.1+. | 1,940 | 1,937 | 215 | 117K | 5 | 48.2 | 32.9 | MIT | 1 week 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 | 141 | 0 | 1.8 | 19.4 | MIT | 2 years ago | |
| open-southeners/laravel-apiable | — | 13 | 13 | 0 | 90 | 2 | 27.1 | 13.9 | MIT | 1 month 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 | 19 | 328K | 0 | 1.4 | 56.6 | MIT | — | |
| 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). | 199 | 198 | 2 | 5K | 0 | 29.2 | 23.8 | MIT | 3 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. | 6 | 5 | 0 | 7K | 0 | 26.0 | 48.8 | MIT | 3 weeks 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. | 156 | 154 | 3 | 8M | 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,607 | 1,622 | 92 | 899K | 0 | 23.2 | 40.8 | MIT | 6 months 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. | 266 | 265 | 31 | 525K | 0 | 3.5 | 45.5 | MIT | 1 year ago | |
| tomasvotruba/cognitive-complexity | — | 148 | 148 | 3 | 197K | 0 | 0.8 | 43.1 | 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. | 192 | 192 | 15 | 95K | 0 | 1.4 | 36.9 | MIT | — | |
| wyrihaximus/phpstan-rules-wrapper | Meta package that bundles popular PHPStan rule sets via phpstan/extension-installer. Install once to enable strict, deprecation, PHPUnit/Mockery, dead-code detection, type-coverage, PSR-3, and more with minimal configuration. | 6 | 6 | 0 | 61K | 1 | 27.8 | 63.2 | MIT | 1 month ago |
How can I help you explore Laravel packages today?