From 5f56039187f505dc20ffd2e2a2594507cb8693a8 Mon Sep 17 00:00:00 2001 From: Patrick Allaert Date: Wed, 10 Jun 2015 13:25:48 +0200 Subject: [PATCH] Added PECL VLD --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6700390..fac828b 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP. * [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions. * [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customisable dependency graphs. +* [VLD](https://pecl.php.net/package/vld) - Provides functionality to dump the internal representation (opcodes) of PHP scripts. ## Architectural *Libraries related to design patterns, programming approaches and ways to organize code.*