1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/README.md
Matthew Brown 2c14699ae4
Grammar
2021-01-29 11:46:17 +01:00

34 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1>Psalm</h1>
[![Packagist](https://img.shields.io/packagist/v/vimeo/psalm.svg)](https://packagist.org/packages/vimeo/psalm)
[![Packagist](https://img.shields.io/packagist/dt/vimeo/psalm.svg)](https://packagist.org/packages/vimeo/psalm)
[![Coverage Status](https://coveralls.io/repos/github/vimeo/psalm/badge.svg)](https://coveralls.io/github/vimeo/psalm)
![Psalm coverage](https://shepherd.dev/github/vimeo/psalm/coverage.svg?)
Psalm is a static analysis tool for finding errors in PHP applications.
## Installation
To get started, check out the [installation guide](docs/running_psalm/installation.md).
## Live Demo
You can play around with Psalm [on its website](https://psalm.dev/).
## Documentation
Documentation is available on [Psalms website](https://psalm.dev/docs), generated from the [docs](https://github.com/vimeo/psalm/blob/master/docs) folder.
## Interested in contributing?
Have a look at [CONTRIBUTING.md](CONTRIBUTING.md).
## Who made this
Built by Matt Brown ([@muglug](https://github.com/muglug)).
Maintained by Matt and Bruce Weirdan ([@weirdan](https://github.com/weirdan)).
The engineering team at [Vimeo](https://github.com/vimeo) have provided a lot encouragement, especially [@nbeliard](https://github.com/nbeliard), [@erunion](https://github.com/erunion) and [@nickyr](https://github.com/nickyr).