Libraries tagged by dead-code
shipmonk/dead-code-detector
5256359 Downloads
Dead code detector to find unused PHP code via PHPStan extension. Can automatically remove dead PHP code. Supports libraries like Symfony, Doctrine, PHPUnit etc. Detects dead cycles. Can detect dead code that is tested.
shipmonk/composer-dependency-analyser
10436411 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
scheb/tombstone
668589 Downloads
Dead code detection with tombstones for PHP
sebastian/phpdcd
1022929 Downloads
Dead Code Detector (DCD) for PHP code.
scheb/tombstone-analyzer
449773 Downloads
Generates reports based on the logs from scheb/tombstone-logger
scheb/tombstone-logger
578345 Downloads
Tracking of tombstones to find dead code in your codebase
scheb/tombstone-core
594654 Downloads
Core classes of the scheb/tombstone library
packagelist/closurecompiler-bin
42040 Downloads
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Packaged for composer.
arafa/laravel-deadcode-detector
603 Downloads
Detect and report dead / unused code in Laravel applications.
packagist/closurecompiler-bin
106437 Downloads
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Packaged for composer.
edalzell/dead-code-detector-laravel-actions
61 Downloads
PHPStan extensions teaching shipmonk/dead-code-detector about lorisleiva/laravel-actions
edalzell/dead-code-detector-laravel
61 Downloads
PHPStan extensions teaching shipmonk/dead-code-detector about Eloquent trait hooks and #[Scope] attributes
amarucci/phpstan-laravel-deadcode
33 Downloads
Teaches PHPStan's dead code detector to read the wiring Laravel calls and PHP cannot see: Livewire components and their Blade templates, Eloquent enum casts, gate abilities, and package contracts.
solidworx/burial
7 Downloads
Bury dead code in a project
jaydeep/laravel-xray
14 Downloads
Analyze and understand large Laravel applications through architecture visualization and dead code detection.