phing / task-visualizer
VisualizerTask creates buildfile maps, these diagrams display calls and depends among targets.
Package info
github.com/phingofficial/task-visualizer
Type:phing-extension
pkg:composer/phing/task-visualizer
3.1.2
2025-12-21 18:31 UTC
Requires
- php: >= 8.1
- jawira/plantuml-client: ^1.0
Requires (Dev)
- ext-simplexml: *
- ext-xsl: *
- ergebnis/composer-normalize: ^2.13
- guzzlehttp/guzzle: ^7.9
- phing/phing: 3.0.x-dev
- phpstan/phpstan: ^2.1
- psr/http-message: ^2.0
README
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
VisualizerTask creates diagrams using buildfiles, these diagrams represents calls and depends among targets.
Documentation
Examples
Requirements
- 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
Contribute
If you liked this project, ⭐ star it on GitHub.
License
This project is under the GNU LGPL license.





