Just inherited a large PHP 5.3 site and wondered if there were some sort of crawler or site map tool that would identify the files and their dependencies.
You can determine PHP version and extension dependencies with PEAR's PHP_CompatInfo package. As for PEAR packages the app might be using, you can see what's installed using
pear list -a
I don't know of a tool that will tell you which external script dependencies are in use other than grep.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With