浏览代码

pull/4/head
Jamie York 12 年前
父节点
当前提交
ebeadc3040
共有 1 个文件被更改,包括 11 次插入6 次删除
  1. 11
    6
      awesome-php.md

+ 11
- 6
awesome-php.md 查看文件

126
 * [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
126
 * [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
127
 * [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
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
 ## Build Tools
140
 ## Build Tools
130
 
141
 
131
 * [Go](https://github.com/herrera-io/php-go) - A simple PHP build tool.
142
 * [Go](https://github.com/herrera-io/php-go) - A simple PHP build tool.
166
 
177
 
167
 * [OmniPay](https://github.com/adrianmacneil/omnipay) - A framework agnostic multi-gateway payment processing library.
178
 * [OmniPay](https://github.com/adrianmacneil/omnipay) - A framework agnostic multi-gateway payment processing library.
168
 
179
 
169
-
170
 ## PDF
180
 ## PDF
171
 
181
 
172
 * [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
182
 * [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
305
 * [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
315
 * [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
306
 * [PHP Switch](https://github.com/jubianchi/phpswitch) - Another version manager.
316
 * [PHP Switch](https://github.com/jubianchi/phpswitch) - Another version manager.
307
 * [PHP Build](https://github.com/CHH/php-build) - Another PHP version installer.
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
 * [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
318
 * [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
314
 * [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
319
 * [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
315
 * [PHPSandbox](https://github.com/fieryprophet/php-sandbox) - A PHP sandbox environment.
320
 * [PHPSandbox](https://github.com/fieryprophet/php-sandbox) - A PHP sandbox environment.

正在加载...
取消
保存