Merge branch 'patch-1' of github.com:aequasi/awesome-php into aequasi-patch-1

Break out task runners into their own category.
This commit is contained in:
Jamie 2014-07-06 14:47:32 -06:00
commit 6d1e1fcf1b
1 changed files with 6 additions and 1 deletions

View File

@ -23,6 +23,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
- [Security](#security)
- [Code Analysis](#code-analysis)
- [Build Tools](#build-tools)
- [Task Runners](#task-runners)
- [Asset Management](#asset-management)
- [Geolocation](#geolocation)
- [Date and Time](#date-and-time)
@ -282,8 +283,12 @@ 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 Runners
**Libraries for automating and running tasks.**
* [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
* [Robo](https://github.com/Codegyre/Robo) - A PHP Task runner with object-orientated configurations.
* [Bldr](http://bldr.io/) - A PHP Task runner built on Symfony components.
## Asset Management
*Tools for managing, compressing and minifying website assets.*