{"id":18753154,"url":"https://github.com/swordev/phpstan-vscode","last_synced_at":"2025-08-10T22:47:58.977Z","repository":{"id":44136763,"uuid":"309427962","full_name":"swordev/phpstan-vscode","owner":"swordev","description":"PHPStan extension for VSCode","archived":false,"fork":false,"pushed_at":"2023-05-27T09:09:11.000Z","size":290,"stargazers_count":14,"open_issues_count":12,"forks_count":7,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-17T09:05:34.914Z","etag":null,"topics":["php","phpstan","phpstan-vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/swordev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["juanrgm"]}},"created_at":"2020-11-02T16:24:06.000Z","updated_at":"2025-04-25T03:01:16.000Z","dependencies_parsed_at":"2025-04-13T00:41:42.270Z","dependency_job_id":null,"html_url":"https://github.com/swordev/phpstan-vscode","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/swordev/phpstan-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swordev%2Fphpstan-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swordev%2Fphpstan-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swordev%2Fphpstan-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swordev%2Fphpstan-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swordev","download_url":"https://codeload.github.com/swordev/phpstan-vscode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swordev%2Fphpstan-vscode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269803680,"owners_count":24477647,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","phpstan-vscode","vscode-extension"],"created_at":"2024-11-07T17:24:33.182Z","updated_at":"2025-08-10T22:47:58.935Z","avatar_url":"https://github.com/swordev.png","language":"TypeScript","funding_links":["https://github.com/sponsors/juanrgm"],"categories":[],"sub_categories":[],"readme":"# phpstan-vscode\n\n[![version]](https://marketplace.visualstudio.com/items?itemName=swordev.phpstan) [![ci]](https://github.com/swordev/phpstan-vscode/actions/workflows/ci.yml) [![downloads]](https://marketplace.visualstudio.com/items?itemName=swordev.phpstan)\n\n[ci]: https://img.shields.io/github/workflow/status/swordev/phpstan-vscode/CI?label=CI\n[version]: https://img.shields.io/visual-studio-marketplace/v/swordev.phpstan?logo=\n[downloads]: https://img.shields.io/visual-studio-marketplace/d/swordev.phpstan\n\n[PHPStan](https://phpstan.org) extension for VSCode.\n\n\u003e Analyzes your PHP project manually or on every file change with PHPStan and shows the result in the VSCode problems tab.\n\n## Features\n\n- Runs PHPStan analyse on every PHP file change.\n- Shows all PHPStan problems of the whole project.\n- Parses the PHPStan config file for configuring the extension.\n- Commands:\n  - `phpstan.showOutput`: show output.\n  - `phpstan.analyse`: analyse.\n  - `phpstan.analyseCurrentPath`: analyse current path.\n    - Also available in the explorer context menu.\n  - `phpstan.stopAnalyse`: stop analyse.\n  - `phpstan.pauseFileWatcher`: pause file watcher.\n  - `phpstan.resumeFileWatcher`: resume file watcher.\n  - `phpstan.toggleFileWatcher`: toggle file watcher.\n  - `phpstan.clearProblems`: clear problems.\n  - `phpstan.clearCache`: clear cache.\n\n## Usage\n\n1. Install [PHPStan extension](https://marketplace.visualstudio.com/items?itemName=swordev.phpstan).\n2. Provide a [phpstan.neon](https://phpstan.org/config-reference#neon-format) file on the project root dir.\n3. Install PHPStan on the project.\n\n```sh\ncomposer require phpstan/phpstan --dev\n```\n\n## Contributing\n\nTo contribute to the project, follow these steps:\n\n1. Fork this repository.\n2. Create a branch: `git checkout -b \u003cbranch_name\u003e`.\n3. Make your changes and check them: `pnpm changeset`.\n4. Commit your changes: `git commit -m '\u003ccommit_message\u003e'`.\n5. Push to the original branch: `git push origin \u003cbranch_name\u003e`.\n6. Create the pull request.\n\nAlternatively see the GitHub documentation on [creating a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).\n\n## License\n\nDistributed under the MIT License. See LICENSE for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswordev%2Fphpstan-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswordev%2Fphpstan-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswordev%2Fphpstan-vscode/lists"}