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
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2015-03-31