Skip to content

etudor/phpgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate a graph from your php project

Example of a graph generated from this project: phpgraph

Todo:

  • add more dependency extractors
  • group classes external to project by external component. For current example all classes under symfony/component will appear as a single block. We don't care about what class our module depends on, but from where our dependencies on external modules comes from so that we can gather them and abstract them.
  • read phpDoc blocks.
  • and much more
  • find the common namespace inside the scanned module and remove the name from class boxes. (shorter to read)
  • make the graph readonly

About

Generate a graph from your php project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published