简体   繁体   中英

PHP-Structure overview messy project

Im looking for an prefferably automated tool that generates a diagram over the structure of a laaaaaaaaaarge php project, files with 10 000 lines of code in them. Mixed php with html with css and javascript here and there.

Need the ones in charge to realize that the project needs refactoring. Theres not really any oop in this project so some kind of class diagram overview would only show a small part of the project since its 99% functions.

Anyone that could point me in the right direction to sort out this mess? :)

I don't know if this will truly help but it's too big for a comment..

There is a program called Doxygen which can generate documentation from php source files, now bear with me..

There is an extension to this program that generates structographs(?) structograms based on the source too, it may be of some help.

Failing that this question and maybe this one can offer you some advice on how to get the message across.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM