mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
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:
commit
6d1e1fcf1b
@ -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.*
|
||||
|
Loading…
Reference in New Issue
Block a user