Skip to content

Namespace Analyzer - This tool will check if all used (T_USE) namespaces are needed in a given PHP file.

Notifications You must be signed in to change notification settings

NilsLangner/NamespaceAnalyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Namespace Analyzer
==================

This tool will check if all used (T_USE) namespaces are needed in a given PHP file.

Example:

php /PATH/TO/NCU/bin/analyze.php example/unusednamespace.php
find . -name "*.php" | xargs -n 1 php /PATH/TO/NCU/bin/analyze.php $a

About

Namespace Analyzer - This tool will check if all used (T_USE) namespaces are needed in a given PHP file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published