|
|
@@ -126,6 +126,17 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
|
|
126
|
126
|
* [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
|
|
127
|
127
|
* [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
|
|
128
|
128
|
|
|
|
129
|
+## Code Analysis
|
|
|
130
|
+
|
|
|
131
|
+* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
|
|
|
132
|
+* [PHP Mess Detector](http://phpmd.org/) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
|
|
|
133
|
+* [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations.
|
|
|
134
|
+* [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
|
|
|
135
|
+* [PHP Analyser](https://github.com/scrutinizer-ci/php-analyzer) - A library for analysing PHP code to find bugs and errors.
|
|
|
136
|
+* [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library.
|
|
|
137
|
+* [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code.
|
|
|
138
|
+* [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) - A command line utility for refactoring PHP code.
|
|
|
139
|
+
|
|
129
|
140
|
## Build Tools
|
|
130
|
141
|
|
|
131
|
142
|
* [Go](https://github.com/herrera-io/php-go) - A simple PHP build tool.
|
|
|
@@ -166,7 +177,6 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
|
|
166
|
177
|
|
|
167
|
178
|
* [OmniPay](https://github.com/adrianmacneil/omnipay) - A framework agnostic multi-gateway payment processing library.
|
|
168
|
179
|
|
|
169
|
|
-
|
|
170
|
180
|
## PDF
|
|
171
|
181
|
|
|
172
|
182
|
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
|
|
|
@@ -305,11 +315,6 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
|
|
305
|
315
|
* [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
|
|
306
|
316
|
* [PHP Switch](https://github.com/jubianchi/phpswitch) - Another version manager.
|
|
307
|
317
|
* [PHP Build](https://github.com/CHH/php-build) - Another PHP version installer.
|
|
308
|
|
-* [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library.
|
|
309
|
|
-* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
|
|
310
|
|
-* [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code.
|
|
311
|
|
-* [PHP Analyser](https://github.com/scrutinizer-ci/php-analyzer) - A library for analysing PHP code to find bugs and errors.
|
|
312
|
|
-* [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) - A command line utility for refactoring PHP code.
|
|
313
|
318
|
* [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
|
|
314
|
319
|
* [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
|
|
315
|
320
|
* [PHPSandbox](https://github.com/fieryprophet/php-sandbox) - A PHP sandbox environment.
|