1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
Go to file
2020-10-04 17:53:26 -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 Add vendor/bin 2020-10-03 10:30:05 -04:00
examples unused use statements (#4228) 2020-09-22 01:10:46 -04:00
src Remove mixed assignment issue 2020-10-04 17:53:26 -04:00
tests Add support for Stringable 2020-10-04 00:17:16 -04:00
vendor-bin/box
.appveyor.yml Test parallelization (#4045) 2020-08-23 10:32:07 -04:00
.editorconfig
.gitattributes
.gitignore
.scrutinizer.yml More config 2020-05-19 17:51:28 -04:00
.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 Add config and docs for InvalidNamedArgument 2020-10-02 20:35:23 -04:00
CONTRIBUTING.md Update CONTRIBUTING.md (#3235) 2020-04-26 18:59:33 -04:00
infection.json.dist
keys.asc.gpg
LICENSE
phpcs.xml
phpunit.xml.dist Test parallelization (#4045) 2020-08-23 10:32:07 -04:00
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 Don’t scope more internal classes 2020-05-14 19:56:20 -04:00

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.