psalm / psalm-plugin-laravel by muglug

Psalm plugin for Laravel
4,438,874
322
9
Package Data
Maintainer Username: muglug
Maintainer Contact: github@muglug.com (Matthew Brown)
Package Create Date: 2019-02-18
Package Last Update: 2025-09-02
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2025-09-27 03:17:30
Package Statistics
Total Downloads: 4,438,874
Monthly Downloads: 74,191
Daily Downloads: 2,502
Total Stars: 322
Total Watchers: 9
Total Forks: 74
Total Open Issues: 17

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.