Phortress
September 22, 2014 ยท View on GitHub
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