2017 © Pedro PelĂĄez
 

library phing-base64

Phing Base64 Tasks and Targets.

image

corretgecom/phing-base64

Phing Base64 Tasks and Targets.

  • Wednesday, April 1, 2015
  • by corretge
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,610 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Base64 phing tasks & console targets

To test it, create a new folder, and put composer.json as, (*1)

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

Then create a file build.xml, (*2)


<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, (*3)

composer update

And then, (*4)

phing

the default target is one that list all targets:, (*5)

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

The Versions

01/04 2015

dev-master

9999999-dev https://github.com/corretgecom/phing-base64

Phing Base64 Tasks and Targets.

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.5.0

 

phing base64

31/03 2015

dev-develop

dev-develop https://github.com/corretgecom/phing-base64

Phing Base64 Tasks and Targets.

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.5.0

 

phing base64