Browse Source

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

Break out task runners into their own category.
pull/133/merge
Jamie 11 years ago
parent
commit
6d1e1fcf1b
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      README.md

+ 6
- 1
README.md View File

23
 	- [Security](#security)
23
 	- [Security](#security)
24
 	- [Code Analysis](#code-analysis)
24
 	- [Code Analysis](#code-analysis)
25
 	- [Build Tools](#build-tools)
25
 	- [Build Tools](#build-tools)
26
+	- [Task Runners](#task-runners)
26
 	- [Asset Management](#asset-management)
27
 	- [Asset Management](#asset-management)
27
 	- [Geolocation](#geolocation)
28
 	- [Geolocation](#geolocation)
28
 	- [Date and Time](#date-and-time)
29
 	- [Date and Time](#date-and-time)
282
 * [Phake](https://github.com/jaz303/phake) - A rake PHP clone library.
283
 * [Phake](https://github.com/jaz303/phake) - A rake PHP clone library.
283
 * [Box](https://github.com/kherge/Box) - A utility to build PHAR files.
284
 * [Box](https://github.com/kherge/Box) - A utility to build PHAR files.
284
 * [Phing](http://www.phing.info/) - A PHP project build system inspired by Apache Ant.
285
 * [Phing](http://www.phing.info/) - A PHP project build system inspired by Apache Ant.
286
+
287
+## Task Runners
288
+**Libraries for automating and running tasks.**
285
 * [Task](http://taskphp.github.io/) - A pure PHP task runner inspired by Grunt and Gulp.
289
 * [Task](http://taskphp.github.io/) - A pure PHP task runner inspired by Grunt and Gulp.
286
-* [Robo](https://github.com/Codegyre/Robo) - PHP Task runner with configurations in OOP style
290
+* [Robo](https://github.com/Codegyre/Robo) - A PHP Task runner with object-orientated configurations.
291
+* [Bldr](http://bldr.io/) - A PHP Task runner built on Symfony components.
287
 
292
 
288
 ## Asset Management
293
 ## Asset Management
289
 *Tools for managing, compressing and minifying website assets.*
294
 *Tools for managing, compressing and minifying website assets.*

Loading…
Cancel
Save