psalm / psalm-plugin-laravel by muglug

Psalm plugin for Laravel
4,247,593
318
9
Package Data
Maintainer Username: muglug
Maintainer Contact: github@muglug.com (Matthew Brown)
Package Create Date: 2019-02-18
Package Last Update: 2025-06-06
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2025-07-14 03:23:55
Package Statistics
Total Downloads: 4,247,593
Monthly Downloads: 140,548
Daily Downloads: 3,352
Total Stars: 318
Total Watchers: 9
Total Forks: 73
Total Open Issues: 15

laravel-psalm-plugin

A Psalm plugin for Laravel

Installation

First install Psalm in your project, making sure to run --init, then run the following commands:

composer require --dev psalm/plugin-laravel
vendor/bin/psalm-plugin enable psalm/plugin-laravel

How it works

Under the hood it just runs https://github.com/barryvdh/laravel-ide-helper and feeds the resultant stubs into Psalm. It also uses a couple of function return type providers, but nothing special.