Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-php-security

Awesome PHP Security Resources πŸ•ΆπŸ˜πŸ”
https://github.com/guardrailsio/awesome-php-security

Last synced: 1 day ago
JSON representation

  • Web Framework Hardening

    • Snuffleupagus - Security mondule for PHP7/8, the successsor to [suhosin](http://suhosin.org/stories/index.html).
    • Secure-Headers - Add security related headers to HTTP response.
  • Static Code Analysis

    • Enlightn - Enlightn is a static and dynamic analysis tool to improve the security of Laravel applications.
    • Snyk Code
    • Exakat - *Exakat* is a PHP static code analysis, with serious [Security reviews](https://exakat.readthedocs.io/en/latest/Rulesets.html#security).
    • phpcs-security-audit - phpcs-security-audit is a set of PHP_CodeSniffer rules that finds vulnerabilities and weaknesses related to security in PHP code.
    • progpilot - A static analyzer for security purposes.
    • Parse - The *Parse* scanner is a static scanning tool to review your PHP code for potential security-related issues.
    • SonarPHP - A static code analyser for PHP language used as an extension for the SonarQube platform (200+ rules, Supports up to PHP 8, Import of unit test and coverage results, Support of custom rules)
  • Vulnerabilities and Security Advisories

  • Guides

  • Hacking Playground

    • Insecure PHP Example - This is an example application built using Silex for routing to provide examples of SQL Injection, plain text passwords and XSS.
    • DVWA - Damn Vulnerable Web Application (DVWA) is a PHP/MySQL web application that is damn vulnerable.
  • Inspiration