1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-01 05:50:50 +00:00

Merge pull request #131 from DavertMik/patch-1

Added Robo Task Runner
This commit is contained in:
ziadoz 2014-07-06 14:41:16 -06:00
commit d38b6a9f37

View File

@ -283,6 +283,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [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.
* [Robo](https://github.com/Codegyre/Robo) - PHP Task runner with configurations in OOP style
## Asset Management
*Tools for managing, compressing and minifying website assets.*