Parse - A PHP Security Scanner
- Author(s)
- Chris Cornutt
- Website
- https://github.com/psecio/parse
- License
- MIT license
- GitHub
- psecio/parse
- Packagist
- psecio/parse
- DockerHub
- phpqa/psecio-parse
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:
Run it:
composer require --dev psecio/parse
Run it:
php vendor/bin/psecio-parse