maxakawizard / phing-tasks
Phing tasks for PHP
Installs: 3 440
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.0
- leafo/lessphp: ~0.4
Requires (Dev)
- phing/phing: 2.*
This package is auto-updated.
Last update: 2024-10-29 04:09:21 UTC
README
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.