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