https://github.com/webgriffe/psalm-dist
Psalm phar distribution for Webgriffe projects
https://github.com/webgriffe/psalm-dist
Last synced: 5 days ago
JSON representation
Psalm phar distribution for Webgriffe projects
- Host: GitHub
- URL: https://github.com/webgriffe/psalm-dist
- Owner: webgriffe
- Created: 2026-06-04T08:41:02.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2026-06-04T09:10:06.000Z (22 days ago)
- Last Synced: 2026-06-04T11:04:15.613Z (22 days ago)
- Size: 5.47 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webgriffe/psalm-dist
Psalm phar distribution for Webgriffe projects.
Provides the `psalm` binary via Composer without pulling in Psalm's full dependency tree.
## Installation
```bash
composer require --dev webgriffe/psalm-dist
```
## Usage
```bash
vendor/bin/psalm
```
## Versioning
Versions mirror [Psalm upstream releases](https://github.com/vimeo/psalm/releases).
## How it works
This package is automatically updated by [webgriffe/php-tools-dist](https://github.com/webgriffe/php-tools-dist).
When a new Psalm release is published, the phar is downloaded and a new tagged version is pushed here within 24 hours.