Old PHPSandbox link was deprecated (#663)

* Old PHPSandbox link was deprecated

* Updated links that were being redirected

iceframework is now https
Robo is now under a new repository owner
This commit is contained in:
Twaambo Haamucenje 2016-06-15 17:45:32 +02:00 committed by Jose Diaz-Gonzalez
parent 991607701f
commit 850a46b8c6
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
* [PHPQA](https://github.com/EdgedesignCZ/phpqa) - A tool for running QA tools (phploc, phpcpd, phpcs, pdepend, phpmd, phpmetrics).
* [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
* [PHPSandbox](https://github.com/fieryprophet/php-sandbox) - A PHP sandbox environment.
* [PHPSandbox](https://github.com/Corveda/PHPSandbox) - A PHP sandbox environment.
* [Qafoo Quality Analyzer](https://github.com/Qafoo/QualityAnalyzer) - A tool to visualize metrics and source code.
* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
* [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.