1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-05-31 21:40:49 +00:00

Moved scrutinizer-ci from "Security" to "Code Analysis"

This commit is contained in:
Anton Babenko 2013-12-28 21:05:06 +01:00
parent 2053dfe0a1
commit ca3db913c4

View File

@ -229,7 +229,6 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
* [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
* [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependecies for security advisories.
* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
* [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
## Code Analysis
@ -252,6 +251,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
* [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
* [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
## Build Tools
*Project build and automation tools.*