https://github.com/phingofficial/task-visualizer
[READ-ONLY] Creates diagrams using build files
https://github.com/phingofficial/task-visualizer
Last synced: 12 months ago
JSON representation
[READ-ONLY] Creates diagrams using build files
- Host: GitHub
- URL: https://github.com/phingofficial/task-visualizer
- Owner: phingofficial
- License: other
- Created: 2021-01-26T22:41:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T19:52:49.000Z (over 1 year ago)
- Last Synced: 2025-05-24T04:44:08.062Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 432 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [READ-ONLY] task-visualizer
This is a read-only split of https://github.com/phingofficial/phing/tree/main/src/Phing/Task/Ext/Visualizer.
Please [report issues](https://github.com/phingofficial/phing/issues) and
[send Pull Requests](https://github.com/phingofficial/phing/pulls)
in the [main Phing repository](https://github.com/phingofficial/phing).
## VisualizerTask
**VisualizerTask creates diagrams using buildfiles, these diagrams represents calls and depends among targets.**

[](//packagist.org/packages/phing/task-visualizer)
[](//packagist.org/packages/phing/task-visualizer)
[](//packagist.org/packages/phing/task-visualizer)
[](//packagist.org/packages/phing/task-visualizer)
[](//packagist.org/packages/phing/task-visualizer)
## Documentation
- [VisualizerTask documentation](https://www.phing.info/guide/chunkhtml/VisualizerTask.html)
## 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](https://github.com/phingofficial/task-visualizer).
## License
This project is under the [GNU LGPL license](LICENSE.md).