greencape / phing-tasks
A collection of Phing tasks, mainly for use in GreenCape/build.
Installs: 126
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/greencape/phing-tasks
Requires
- phing/phing: ~2.9
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: ~4
This package is auto-updated.
Last update: 2025-09-29 02:13:32 UTC
README
A collection of Phing tasks, mainly for use in GreenCape/build
Installation
Use Composer to install the Phing tasks
$ composer require [--dev] "greencape/phing-tasks":"*"
To import the tasks into your installation, add
<taskdef file="${project.basedir}/vendor/greencape/phing-tasks/tasks.properties"/>
to your build.xml
.
Usage
Type
$ .vendor/bin/phing -l
for the list of available targets, or
$ .vendor/bin/phing help
to get some additional info.
Documentation
The documentation is located in the docs
directory. You can view the documentation online.