Download the PHP package mrkindy/deadscanner without Composer
On this page you can find all versions of the php package mrkindy/deadscanner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mrkindy/deadscanner
More information about mrkindy/deadscanner
Files in mrkindy/deadscanner
Download mrkindy/deadscanner
More information about mrkindy/deadscanner
Files in mrkindy/deadscanner
Vendor mrkindy
Package deadscanner
Short Description Laravel console command to list dead methods and classes from Laravel projects.
License LGPL-3.0-or-later
Homepage https://mrkindy.com/
Package deadscanner
Short Description Laravel console command to list dead methods and classes from Laravel projects.
License LGPL-3.0-or-later
Homepage https://mrkindy.com/
Please rate this library. Is it a good library?
Informations about the package deadscanner
DeadScanner: Uncover Unused Controller in Your Laravel Projects
Efficiently identify and prune dead methods and Controllers to keep your codebase clean and maintainable.
Features
- Pinpoints Unused Methods and Controllers: Detects methods and Controllers that aren't actively utilized within your project.
- Customizable Scanning: Target specific paths for analysis and exclude namespaces as needed.
- Flexible Output Formats: View results concisely in text format or obtain a detailed dump for in-depth analysis.
- Easy Integration: Seamlessly integrates into your Laravel workflow with straightforward installation and usage.
Installation
Add DeadScanner to your project using Composer:
Usage
Run the following commands to scan your project for dead code:
-
Find dead Controllers:
- Find dead methods:
Arguments:
paths
: Optional list of specific paths to scan.
Options:
--dump-output
: Outputs a detailed dump of dead code findings for comprehensive analysis.--text-output
: Presents results in a concise text format for quick overview.
Contributing
We appreciate contributions! Please refer to the CONTRIBUTING.md
file for details on how to get involved.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of deadscanner with dependencies
PHP Build Version
Package Version
No informations.
The package mrkindy/deadscanner contains the following files
Loading the files please wait ....