From 51f470d48067e85235cfc42e3f4239671513acab Mon Sep 17 00:00:00 2001 From: Mike Fisher Date: Sun, 15 Jun 2014 12:31:15 +0100 Subject: [PATCH] Add Task to build tool section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 877da11..40752dd 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Phake](https://github.com/jaz303/phake) - A rake PHP clone library. * [Box](https://github.com/kherge/Box) - A utility to build PHAR files. * [Phing](http://www.phing.info/) - A PHP project build system inspired by Apache Ant. +* [Task](http://taskphp.github.io/) - A pure PHP task runner inspired by Grunt and Gulp. ## Asset Management *Tools for managing, compressing and minifying website assets.*