{"id":20018385,"url":"https://github.com/phpstan/vim-phpstan","last_synced_at":"2026-03-06T17:36:08.128Z","repository":{"id":66126275,"uuid":"80949595","full_name":"phpstan/vim-phpstan","owner":"phpstan","description":"A Vim plugin for PHPStan - https://github.com/phpstan/phpstan. It calls `phpstan` to do static analysis of your PHP code and displays the errors in Vim's quickfix list.","archived":false,"fork":false,"pushed_at":"2018-03-31T18:45:00.000Z","size":47,"stargazers_count":30,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-22T20:59:36.785Z","etag":null,"topics":["php","phpstan","static-analysis","vim","vim-plugin","vim-plugins"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phpstan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-02-04T21:26:07.000Z","updated_at":"2025-02-03T12:52:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"651c04a5-8920-4e44-8eb8-7f46a96939c9","html_url":"https://github.com/phpstan/vim-phpstan","commit_stats":{"total_commits":6,"total_committers":3,"mean_commits":2.0,"dds":"0.33333333333333337","last_synced_commit":"1f1618c7175f81428fbc09746190323c7d63bcbc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpstan%2Fvim-phpstan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpstan%2Fvim-phpstan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpstan%2Fvim-phpstan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpstan%2Fvim-phpstan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phpstan","download_url":"https://codeload.github.com/phpstan/vim-phpstan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250478352,"owners_count":21437147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","phpstan","static-analysis","vim","vim-plugin","vim-plugins"],"created_at":"2024-11-13T08:22:00.059Z","updated_at":"2026-03-06T17:36:03.077Z","avatar_url":"https://github.com/phpstan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-phpstan\n\nA Vim plugin for [PHPStan](https://github.com/phpstan/phpstan). It calls `phpstan` to do static analysis of your PHP code and displays the errors in Vim's quickfix list.\n\nSee `:help quickfix` for more on how to use the quickfix.\n\n# Usage\n\nCall the `PHPStanAnalyse` command and pass the directories you want analysed as arguments:\n\n``` vim\n:PHPStanAnalyse src test\n```\n\nAnd the quickfix list will be populated with something like this:\n\n![vim phpstan quickfix screenshot](https://github.com/phpstan/vim-phpstan/blob/master/vim-phpstan-qf.png)\n\n# Installation\n\nUsing [vim-plug](https://github.com/junegunn/vim-plug):\n\n`Plug 'phpstan/vim-phpstan'`\n\n# Configuration\n\nYou can configure the level PHPStan uses. By default the level is 2.\n\n`let g:phpstan_analyse_level = 4` in your `.vimrc` file to change the level to fit your needs.\n\n# Assumptions\n\nThis plugin assumes that the `phpstan` executable is available in the `$PATH`.\n\n# Authors\n\n| Authors          |                                |\n|------------------|--------------------------------|\n| Robert Basic     | https://github.com/robertbasic |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpstan%2Fvim-phpstan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphpstan%2Fvim-phpstan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpstan%2Fvim-phpstan/lists"}