1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/docs/installation.md
2018-04-15 12:17:07 -04:00

400 B

Installation

Psalm Requires PHP >= 5.6 and Composer.

composer require --dev vimeo/psalm

Add a psalm.xml config:

./vendor/bin/psalm --init [source_directory=src] [config_level=3]

where config_level represents how strict you want Psalm to be. 1 is the strictest, 6 is the most lenient.

Then run Psalm:

./vendor/bin/psalm