phing/task-visualizer

VisualizerTask creates buildfile maps, these diagrams display calls and depends among targets.

Installs: 65 747

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 4

Forks: 1

Type:phing-extension

3.0.0-rc6 2023-11-11 19:01 UTC

This package is auto-updated.

Last update: 2024-03-12 14:19:53 UTC


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.

buildfile

Latest Stable Version Total Downloads composer.lock .gitattributes License

Documentation

Examples

demo ucenter demo demo demo

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.