2017 © Pedro Peláez
 

library phing-tasks

Changelog generator, VendorBinExec, etc

image

radic/phing-tasks

Changelog generator, VendorBinExec, etc

  • Wednesday, February 11, 2015
  • by radic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

radic phing-tasks

Installation

The preferred way of installation is through Composer. Add radic/phing-tasks as a dependency to composer.json:, (*1)

{
    "require": {
        "radic/phing-tasks": "1.*"
    }
}

Example

Import the default build.xml to let Phing know about the tasks:, (*2)

    <import file="vendor/radic/phing-tasks/build.xml" />

Or define the tasks on your own:, (*3)

     <taskdef name="changelog" classname="vendor/radic/phing-tasks/ChangelogTask" />
     <taskdef name="bin" classname="vendor/radic/phing-tasks/BinTask" />

License

Copyright 2014 Robin Radic, (*4)

MIT Licensed, (*5)

The Versions

11/02 2015

dev-master

9999999-dev https://github.com/RobinRadic/phing-tasks

Changelog generator, VendorBinExec, etc

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

build phing tasks

11/02 2015

1.0.0

1.0.0.0 https://github.com/RobinRadic/phing-tasks

Changelog generator, VendorBinExec, etc

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

build phing tasks