Search code examples
phpdictionaryproject

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? :)


Solution

  • 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.