An useful tool to help adjustments to deploy modern PHP standards in obsolete infraestructures.

This commit is contained in:
John Murowaniecki 2017-06-23 11:49:30 -03:00
parent 5d6bcfbee4
commit 2b8a6ebea6

View File

@ -443,6 +443,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Construct](https://github.com/jonathantorres/construct) - A PHP project/micro-package generator.
* [Phake](https://github.com/jaz303/phake) - A rake PHP clone library.
* [Phing](https://www.phing.info/) - A PHP project build system inspired by Apache Ant.
* [Code Downgrade](https://github.com/endel/php-code-downgrade) - A galapagos based tool for downgrading codebases.
## Task Runners
*Libraries for automating and running tasks.*