maxakawizard/phing-tasks

Phing tasks for PHP

0.2.1 2015-04-27 16:35 UTC

This package is auto-updated.

Last update: 2024-03-29 02:52:52 UTC


README

Build Status Scrutinizer Code Quality Code Climate

Latest Stable Version Total Downloads Minimum PHP Version License

Phing tasks for PHP. This library includes tasks by Ryan Chouinard rchouinard@gmail.com

  • LesscTask
  • LessCompilerTask
  • ManifestFileTask
  • YuiCompressorTask

This package is compliant with PSR-0, PSR-1, and PSR-2. If you notice compliance oversights, please send a patch via pull request.

Installation

To install the PhingTasks library in your project using Composer, first add the following to your composer.json config file.

{
    "require": {
        "maxakawizard/phing-tasks": "~0.1"
    }
}

Then run Composer's install or update commands to complete installation. Please visit the Composer homepage for more information about how to use Composer.

License

This library is released under MIT license.