1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
Go to file
2020-10-07 11:46:53 -04:00
.circleci Add some backwards-incompatible changes for 4.x 2020-08-30 11:44:14 -04:00
.github/workflows
assets/psalm-phar
bin Add some backwards-incompatible changes for 4.x 2020-08-30 11:44:14 -04:00
build/phpunit
docs feature: universal object crates (#3948) 2020-10-07 09:56:21 -04:00
examples 4.x - Prevent AfterFunctionCallAnalysisInterface from rewriting return types 2020-10-04 23:39:20 -04:00
src Improve clause-to-string conversion 2020-10-07 11:46:53 -04:00
tests feature: universal object crates (#3948) 2020-10-07 09:56:21 -04:00
vendor-bin/box
.appveyor.yml
.editorconfig
.gitattributes
.gitignore
.scrutinizer.yml
.travis.yml Add some backwards-incompatible changes for 4.x 2020-08-30 11:44:14 -04:00
box.json.dist
CODE_OF_CONDUCT.md
composer.json Require latest php-parser 2020-09-25 10:07:43 -04:00
config.xsd feature: universal object crates (#3948) 2020-10-07 09:56:21 -04:00
CONTRIBUTING.md
infection.json.dist
keys.asc.gpg
LICENSE
phpcs.xml
phpunit.xml.dist
psalm
psalm-language-server
psalm-plugin
psalm-refactor
psalm.xml.dist replace deprecated methods with their equivalent (#4217) 2020-09-20 08:56:49 -04:00
PsalmLogo.png
psalter
README.md
scoper.inc.php

Psalm

Packagist Packagist Travis CI Coverage Status Psalm coverage

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 Psalms 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.