Parse - A PHP Security Scanner

(( gitHubWatchers )) (( gitHubStars )) (( gitHubForks ))

Parse - A PHP Security Scanner is a static scanning tool to review your PHP code for potential security-related issues.

A static scanner means that the code is not executed and tested via a web interface (that's dynamic testing). Instead, the scanner looks through your code and checks for certain markers and notifies you when any are found.

This tool is still in a very early stage. The work continues…

Installation

Install from a Composer package as a dev dependency (with Composer)

Make sure you have Composer installed.

Require it as a dev dependency:
composer require --dev psecio/parse
Run it:
php vendor/bin/psecio-parse