Skip to content

A command line tool to scan and reveal extra or wrong use statements.

License

Notifications You must be signed in to change notification settings

imanghafoori1/php-imports-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cb7c516 · Dec 19, 2023

History

18 Commits
Dec 19, 2023
Dec 10, 2023
Dec 10, 2023
Dec 10, 2023
Dec 16, 2023
Dec 19, 2023
Dec 13, 2023

Repository files navigation

PHP Imports Analyzer

A command line utility designed to scan your composer-based PHP applications and identify unnecessary or incorrect use statements. This tool is especially beneficial for examining your open-source packages, ensuring they adhere to optimal coding standards.

Install:

composer require imanghafoori/php-imports-analyzer --dev

Alternatively, you have the option to install it globally:

composer global require imanghafoori/php-imports-analyzer

Usage:

./vendor/bin/check_imports

Navigate to your project's root directory and run the following command:

check_imports

image

About

A command line tool to scan and reveal extra or wrong use statements.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages