phing / task-visualizer
VisualizerTask creates buildfile maps, these diagrams display calls and depends among targets.
Installs: 54 768
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 1
Open Issues: 0
Type:phing-extension
Requires
- php: ^7.3 || ^7.4 || ^8.0
- jawira/plantuml-client: ^1.0
Requires (Dev)
- ext-simplexml: *
- ext-xsl: *
- ergebnis/composer-normalize: ^2.13
- guzzlehttp/guzzle: ^7.2
- phing/phing: dev-main
- phpstan/phpstan: ^0.12
- psr/http-message: ^1.0
README
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.