|
|
|
|
|
|
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.*
|