This is a read-only split of https://github.com/phingofficial/phing/tree/main/src/Phing/Task/Ext/Visualizer.
Please report issues and send Pull Requests in the main Phing repository.
VisualizerTask creates diagrams using buildfiles, these diagrams represents calls and depends among targets.
- SimpleXML extension
apt install php7.3-xml
# adapt acording to your PHP version- XSL extension
apt install php7.3-xsl
# adapt acording to your PHP version- Guzzle
composer require guzzlehttp/guzzle
If you liked this project, ⭐ star it on GitHub.
This project is under the GNU LGPL license.