Awesome
Phortress
A PHP static code analyser for potential vulnerabilities
Setting up
- You will need Composer.
- Clone the Git repository:
git clone https://github.com/lowjoel/phortress.git
- Install dependencies:
composer.phar install
- Run unit tests:
phpunit