Update PHP Sandbox link

Old link was deprecated.
This commit is contained in:
Twaambo Haamucenje 2016-06-11 10:42:28 +02:00 committed by GitHub
parent 542a5c2be5
commit 67a7ef095f

View File

@ -160,7 +160,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
## Templating
*Libraries and tools for templating and lexing.*
* [Foil](https://github.com/FoilPHP/Foil) - Another native PHP templating library.
* [Foil](https://github.com/FoilPHP/Foil) - Another nasative PHP templating library.
* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
* [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
* [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language.
@ -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.