1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 09:47:29 +01:00
Go to file
2020-06-23 16:54:45 +00:00
.circleci
.github/workflows
assets/psalm-phar
bin
build/phpunit
docs Add new config: sealAllMethods 2020-06-12 21:15:22 +00:00
examples Clean up comment parsing 2020-05-28 22:14:41 -04:00
src Use psalm-self-out instead of self-out 2020-06-23 16:54:45 +00:00
tests Use psalm-self-out instead of self-out 2020-06-23 16:54:45 +00:00
vendor-bin/box
.appveyor.yml
.editorconfig
.gitattributes
.gitignore
.scrutinizer.yml
.travis.yml
box.json.dist
CODE_OF_CONDUCT.md
composer.json Allow composer/semver ^2 || ^3 (#3525) 2020-06-04 17:45:12 -04:00
config.xsd Add new config: sealAllMethods 2020-06-12 21:15:22 +00: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
PsalmLogo.png
psalter
README.md
scoper.inc.php
selfouttest.php More work on self-out (WIP) 2020-06-21 23:06:04 +00:00
typestatetest.php Add some notes 2020-06-19 00:37:49 +00: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.