corretgecom/phing-base64 问题修复 & 功能扩展

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

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

corretgecom/phing-base64

Composer 安装命令:

composer require corretgecom/phing-base64

包简介

Phing Base64 Tasks and Targets.

README 文档

README

To test it, create a new folder, and put composer.json as

{
        "require": {
		"corretgecom/phing-base64": "dev-master"
	}
}

Then create a file build.xml

<?xml version="1.0" ?>
<project basedir="." default="list">

	<target name="list" description="List targets">
		<exec command="phing -l" level="verbose" passthru="true" />
	</target>

	<import file="vendor/bin/corretgecom.qgpl.base64.xml" optional="false" />

</project>

And execute

composer update

And then

phing

the default target is one that list all targets:

Buildfile: /Volumes/develop/corretge/phing/test-base64/build.xml

build.xml > list:

Buildfile: /Volumes/develop/corretge/phing/test-base64/build.xml
Default target:
-------------------------------------------------------------------------------
 list                        List targets

Main targets:
-------------------------------------------------------------------------------
 console.qgpl.base64.decode  Convertim a string una cadena Base64 preguntada
 console.qgpl.base64.encode  Convertim a Base64 una cadena preguntada
 list                        List targets


BUILD FINISHED

Total time: 0.5482 seconds

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2015-03-31