jawira/phing-visualizer 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jawira/phing-visualizer

最新稳定版本:v2.5.2

Composer 安装命令:

composer require jawira/phing-visualizer

包简介

Graphical representation of Phing's buildfile

README 文档

README

Phing visualizer generates a graphical representation of your Phing's buildfile.

⚠️ Important: phing-visualizer has been ported to Phing as VisualizerTask.
You can use <visualizer/> task since Phing 3.0.0-alpha3.

Latest Stable Version Build Status Total Downloads Maintainability Test Coverage composer.lock PDS Skeleton License Issues HitCount

With phing-visualizer You can go from this:

<?xml version="1.0" encoding="UTF-8"?>
<project name="My Phing's buildfile" default="test">

    <target name="test" depends="test:phpunit, test:composer">
        <phingcall target="test:notify"/>
    </target>

    <target name="test:composer">
        <composer>
            <arg line="validate --strict --no-check-lock"/>
        </composer>
    </target>

    <target name="test:phpunit">
        <exec executable="${phpunit}"/>
        <phingcall target="test:clean"/>
    </target>

    <target name="test:notify">
        <notifysend msg="Everything is OK!"/>
    </target>

    <target name="test:clean">
        <delete dir="${dir.output}" verbose="true"/>
    </target>

    <target name="diagnostics">
        <diagnostics/>
    </target>

</project>

To this:

Phing visualizer demo

Phing visualizer is able to represent:

  • Target's depends
  • RunTargetTask
  • PhingCallTask
  • ForeachTask

Usage

Create your diagram using the command line, some examples:

$ vendor/bin/phing-visualizer
$ vendor/bin/phing-visualizer -i build.xml -f svg
$ vendor/bin/phing-visualizer --input /my/location/build.xml --format svg
$ vendor/bin/phing-visualizer -i /my/location/build.xml -f png  -o /another/location/ 

Options

Option Description Default value
-i or --input Phing's buildfile location build.xml
-o or --output Dir or file location Same as --input
-f or --format Diagram format (png, svg, eps or puml) png
-h or --help Help

Installing

$ composer require jawira/phing-visualizer

Requirements

  • SimpleXML extension
  • XSL extension
  • allow_url_fopen = On; (on php.ini file)

More examples

ucenter

App.EduResourceCenter

Enom Pro!

Bitpay Magento2 plugin

Contributing

If you liked this project, ⭐ star it on GitHub.

License

This project is under the GNU GPLv3 license.

Packages from jawira

jawira/phing-visualizer-gui (library)
GUI for jawira/phing-visualizer.
jawira/phing-open-task (library)
Phing task to open files, directories, and URLs with your favorite software.
jawira/process-maker (project)
Easily install and try ProcessMaker using Docker Compose.
more...

统计信息

  • 总下载量: 2.43k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2018-01-22

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固