radic / phing-tasks
Changelog generator, VendorBinExec, etc
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/radic/phing-tasks
Requires
- php: >=5.4.0
Requires (Dev)
- phing/phing: 2.*
- phpmd/phpmd: ~2.2
- phpunit/phpunit: 4.*
- squizlabs/php_codesniffer: 2.*
This package is not auto-updated.
Last update: 2025-10-01 10:53:49 UTC
README
Installation
The preferred way of installation is through Composer. Add radic/phing-tasks
as a dependency to
composer.json:
{ "require": { "radic/phing-tasks": "1.*" } }
Example
Import the default build.xml to let Phing know about the tasks:
<import file="vendor/radic/phing-tasks/build.xml" />
Or define the tasks on your own:
<taskdef name="changelog" classname="vendor/radic/phing-tasks/ChangelogTask" /> <taskdef name="bin" classname="vendor/radic/phing-tasks/BinTask" />
License
Copyright 2014 Robin Radic