ac8a5ca18c
Signed-off-by: GitHub <noreply@github.com> |
||
---|---|---|
.. | ||
.circleci | ||
.github/workflows | ||
assets/psalm-phar | ||
bin | ||
build/phpunit | ||
dictionaries | ||
docs | ||
examples | ||
src | ||
stubs | ||
vendor-bin/box | ||
.appveyor.yml | ||
.editorconfig | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
PsalmLogo.png | ||
README.md | ||
box.json.dist | ||
composer.json | ||
config.xsd | ||
infection.json.dist | ||
keys.asc.gpg | ||
phpcs.xml | ||
phpunit.xml.dist | ||
psalm | ||
psalm-language-server | ||
psalm-plugin | ||
psalm-refactor | ||
psalm.xml.dist | ||
psalter | ||
scoper.inc.php |
README.md
Psalm
Psalm is a static analysis tool for finding errors in PHP applications, built on top of PHP Parser.
It's able to find a large number of issues, but it can also be configured to only care about a small subset of those.
Try a live demo, or install it in your project by following the Quickstart Guide below.
Psalm documentation
Documentation is available on Psalm’s website, generated from the docs folder.
To get started, check out the installation guide
Interested in contributing?
Have a look at CONTRIBUTING.md.
Acknowledgements
The engineering team @vimeo for encouragement and patience, especially @nbeliard, @erunion and @nickyr.