1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00
psalm/README.md

29 lines
1.6 KiB
Markdown
Raw Normal View History

2019-12-04 15:18:00 -05:00
<h1>Psalm</h1>
2016-07-18 16:46:44 -04:00
[![Packagist](https://img.shields.io/packagist/v/vimeo/psalm.svg)](https://packagist.org/packages/vimeo/psalm)
2018-01-23 17:25:42 -05:00
[![Packagist](https://img.shields.io/packagist/dt/vimeo/psalm.svg)](https://packagist.org/packages/vimeo/psalm)
2017-02-09 01:54:41 -05:00
[![Travis CI](https://img.shields.io/travis/vimeo/psalm/master.svg)](https://travis-ci.org/vimeo/psalm/branches)
[![Coverage Status](https://coveralls.io/repos/github/vimeo/psalm/badge.svg)](https://coveralls.io/github/vimeo/psalm)
2019-03-31 14:02:30 -04:00
![Psalm coverage](https://shepherd.dev/github/vimeo/psalm/coverage.svg?)
2019-03-24 09:47:39 -04:00
2018-02-21 20:09:30 -05:00
Psalm is a static analysis tool for finding errors in PHP applications, built on top of [PHP Parser](https://github.com/nikic/php-parser).
2016-12-04 23:19:14 -05:00
2019-06-20 10:57:45 -04:00
It's able to find a [large number of issues](https://github.com/vimeo/psalm/blob/master/docs/running_psalm/issues.md), but it can also be configured to only care about a small subset of those.
2016-11-11 14:19:31 -05:00
2019-03-05 11:04:17 -05:00
[Try a live demo](https://psalm.dev/), or install it in your project by following the Quickstart Guide below.
## Psalm documentation
2019-03-05 11:04:17 -05:00
Documentation is available on [Psalms website](https://psalm.dev/docs), generated from the [docs](https://github.com/vimeo/psalm/blob/master/docs) folder.
2016-11-21 15:15:23 -05:00
2020-02-24 11:43:32 -05:00
To get started, check out the [installation guide](docs/running_psalm/installation.md)
2016-11-21 15:15:23 -05:00
2020-02-24 11:43:32 -05:00
## Interested in contributing?
2016-11-21 15:15:23 -05:00
2020-02-24 11:43:32 -05:00
Have a look at [CONTRIBUTING.md](CONTRIBUTING.md).
2017-01-16 17:20:07 -05:00
## Acknowledgements
The engineering team [@vimeo](https://github.com/vimeo) for encouragement and patience, especially [@nbeliard](https://github.com/nbeliard), [@erunion](https://github.com/erunion) and [@nickyr](https://github.com/nickyr).