{"id":19028851,"url":"https://github.com/phingofficial/task-visualizer","last_synced_at":"2025-07-05T18:05:03.047Z","repository":{"id":39673558,"uuid":"333237040","full_name":"phingofficial/task-visualizer","owner":"phingofficial","description":"[READ-ONLY] Creates diagrams using build files","archived":false,"fork":false,"pushed_at":"2024-12-04T19:52:49.000Z","size":442,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-24T04:44:08.062Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phingofficial.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-01-26T22:41:29.000Z","updated_at":"2024-11-26T10:22:13.000Z","dependencies_parsed_at":"2024-11-08T21:12:45.744Z","dependency_job_id":"5080e53d-847e-4650-84f2-4fa5fd411a08","html_url":"https://github.com/phingofficial/task-visualizer","commit_stats":{"total_commits":14,"total_committers":4,"mean_commits":3.5,"dds":0.3571428571428571,"last_synced_commit":"edfda629d801b0adbef207cc41f69ab3c3e65ca4"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/phingofficial/task-visualizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phingofficial%2Ftask-visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phingofficial%2Ftask-visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phingofficial%2Ftask-visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phingofficial%2Ftask-visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phingofficial","download_url":"https://codeload.github.com/phingofficial/task-visualizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phingofficial%2Ftask-visualizer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262688826,"owners_count":23349046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T21:12:30.359Z","updated_at":"2025-07-05T18:05:02.985Z","avatar_url":"https://github.com/phingofficial.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [READ-ONLY] task-visualizer\n\nThis is a read-only split of https://github.com/phingofficial/phing/tree/main/src/Phing/Task/Ext/Visualizer.\n\nPlease [report issues](https://github.com/phingofficial/phing/issues) and\n[send Pull Requests](https://github.com/phingofficial/phing/pulls)\nin the [main Phing repository](https://github.com/phingofficial/phing).\n\n## VisualizerTask\n\n**VisualizerTask creates diagrams using buildfiles, these diagrams represents calls and depends among targets.**\n\n![buildfile](build.png)\n\n[![Latest Stable Version](https://poser.pugx.org/phing/task-visualizer/v)](//packagist.org/packages/phing/task-visualizer)\n[![Total Downloads](https://poser.pugx.org/phing/task-visualizer/downloads)](//packagist.org/packages/phing/task-visualizer)\n[![composer.lock](https://poser.pugx.org/phing/task-visualizer/composerlock)](//packagist.org/packages/phing/task-visualizer)\n[![.gitattributes](https://poser.pugx.org/phing/task-visualizer/gitattributes)](//packagist.org/packages/phing/task-visualizer)\n[![License](https://poser.pugx.org/phing/task-visualizer/license)](//packagist.org/packages/phing/task-visualizer)\n\n## Documentation\n\n- [VisualizerTask documentation](https://www.phing.info/guide/chunkhtml/VisualizerTask.html)\n\n## Examples\n\n![demo](resources/examples/demo.png)\n![ucenter](resources/examples/ucenter.png)\n![demo](resources/examples/edu-resource-center.png)\n![demo](resources/examples/enom-pro.png)\n![demo](resources/examples/bitpay-magento.png)\n\n## Requirements\n\n\u003cdl\u003e\n\u003cdt\u003eSimpleXML extension\u003c/dt\u003e\n\u003cdd\u003e\u003ccode\u003eapt install php7.3-xml\u003c/code\u003e \u003cem\u003e# adapt acording to your PHP version\u003c/em\u003e\u003c/dd\u003e\n\u003cdt\u003eXSL extension\u003c/dt\u003e\n\u003cdd\u003e\u003ccode\u003eapt install php7.3-xsl\u003c/code\u003e \u003cem\u003e# adapt acording to your PHP version\u003c/em\u003e\u003c/dd\u003e\n\u003cdt\u003eGuzzle\u003c/dt\u003e\n\u003cdd\u003e\u003ccode\u003ecomposer require guzzlehttp/guzzle\u003c/code\u003e\u003c/dd\u003e\n\u003c/dl\u003e\n\n## Contribute\n\nIf you liked this project, ⭐ star it on [GitHub](https://github.com/phingofficial/task-visualizer).\n\n## License\n\nThis project is under the [GNU LGPL license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphingofficial%2Ftask-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphingofficial%2Ftask-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphingofficial%2Ftask-visualizer/lists"}