Class Grapher

Categories

Component ID

1553284

Component name

Class Grapher

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This project is a Drush plugin that can generate inheritance and interface implementation graphs from a directory of PHP files and its subdirectories, including a Drupal installation.

It does not load code from the current Drupal / Drush installation but uses the Grammar Parser on top of PHP built-in tokenizer to parse the set of files.

It was created to help during the Radio France Drupal 8 core code sprint on 2012-04-29.