2017 © Pedro Peláez
 

library phing-task

A collection of Phing Tasks.

image

heartsentwined/phing-task

A collection of Phing Tasks.

  • Wednesday, July 6, 2016
  • by heartsentwined
  • Repository
  • 2 Watchers
  • 3 Stars
  • 257 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

phing-task

A collection of Phing Tasks., (*1)

Installation

Composer:, (*2)

{
  "require": {
    "yalesov/phing-task": "2.*"
  }
}

Phing is not bundled with this package., (*3)

You can install it through Composer and use the CLI at vendor/bin/phing:, (*4)

{
  "require": {
    "phing/phing": "*"
  }
}

or through PEAR and use the CLI at phing:, (*5)

$ pear channel-discover pear.phing.info
$ pear install [--alldeps] phing/phing

Usage

ClassmapTask

Generate a classmap for the directory foo/library (and its subdirectories), save it at foo/autoload_classmap.php., (*6)

<project>
  <target>
    <includepath classpath="vendor/yalesov/phing-task/src/task" />
    <taskdef name="classmap" classname="ClassmapTask" />
    <classmap dir="foo/library" output="foo/autoload_classmap.php" />
  </target>
</project>

ClassmapClearTask

Clear the classmap file foo/autoload_classmap.php, i.e. set it to return array();., (*7)

<project>
  <target>
    <includepath classpath="vendor/yalesov/phing-task/src/task" />
    <taskdef name="classmap-clear" classname="ClassmapClearTask" />
    <classmap-clear file="foo/autoload_classmap.php" />
  </target>
</project>

RchownTask

Recursively chown the directory foo/src, along with all its subdirectories and files, to the user foouser and group foogroup., (*8)

<project>
  <target>
    <includepath classpath="vendor/yalesov/phing-task/src/task" />
    <taskdef name="rchown" classname="RchownTask" />
    <rchown file="foo/src" user="foouser.foogroup" />
  </target>
</project>

Rrmdir

Recursively rmdir the directory foo/src, along with all its subdirectories and files., (*9)

<project>
  <target>
    <includepath classpath="vendor/yalesov/phing-task/src/task" />
    <taskdef name="rrmdir" classname="RrmdirTask" />
    <rrmdir file="foo/src" />
  </target>
</project>

The Versions

06/07 2016

dev-master

9999999-dev https://github.com/yalesov/php-phing-task

A collection of Phing Tasks.

  Sources   Download

ISC

The Requires

 

The Development Requires

by Yulij Andreevich Lesov

phing

06/07 2016

v2.1.2

2.1.2.0 https://github.com/yalesov/php-phing-task

A collection of Phing Tasks.

  Sources   Download

ISC

The Requires

 

The Development Requires

by Yulij Andreevich Lesov

phing

06/07 2016

v2.1.1

2.1.1.0 https://github.com/yalesov/php-phing-task

A collection of Phing Tasks.

  Sources   Download

ISC

The Requires

 

The Development Requires

by Yulij Andreevich Lesov

phing

06/07 2016

v2.1.0

2.1.0.0 https://github.com/yalesov/php-phing-task

A collection of Phing Tasks.

  Sources   Download

ISC

The Requires

 

The Development Requires

by Yulij Andreevich Lesov

phing

06/07 2016

v2.0.0

2.0.0.0 https://github.com/yalesov/php-phing-task

A collection of Phing Tasks.

  Sources   Download

ISC

The Requires

 

The Development Requires

by Yulij Andreevich Lesov

phing

28/09 2012

1.2.2

1.2.2.0 https://github.com/heartsentwined/phing-task

A collection of Phing Tasks.

  Sources   Download

GPL-3.0

The Requires

 

by Avatar heartsentwined

phing

28/09 2012

1.2.1

1.2.1.0 https://github.com/heartsentwined/phing-task

A collection of Phing Tasks.

  Sources   Download

GPL-3.0

The Requires

 

by Avatar heartsentwined

phing

17/09 2012

1.2.0

1.2.0.0 https://github.com/heartsentwined/phing-task

A collection of Phing Tasks.

  Sources   Download

GPL-3.0

The Requires

 

by Avatar heartsentwined

phing

16/09 2012

1.1.0

1.1.0.0 https://github.com/heartsentwined/phing-task

A collection of Phing Tasks.

  Sources   Download

GPL-3.0

The Requires

 

by Avatar heartsentwined

phing

15/09 2012

1.0.1

1.0.1.0 https://github.com/heartsentwined/phing-task

A collection of Phing Tasks.

  Sources   Download

GPL-3.0

The Requires

 

by Avatar heartsentwined

phing

15/09 2012

1.0.0

1.0.0.0 https://github.com/heartsentwined/phing-task

A collection of Phing Tasks.

  Sources   Download

GPL-3.0

The Requires

 

by Avatar heartsentwined

phing