| 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-11-03 15:18:42 |
| Package Statistics | |
|---|---|
| Total Downloads: | 4,526,046 |
| Monthly Downloads: | 68,867 |
| Daily Downloads: | 643 |
| Total Stars: | 324 |
| Total Watchers: | 9 |
| Total Forks: | 74 |
| Total Open Issues: | 17 |
A Psalm plugin for Laravel
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
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.