{"id":16915889,"url":"https://github.com/tysonandre/vscode-php-phan","last_synced_at":"2025-03-22T10:32:47.964Z","repository":{"id":42343103,"uuid":"105477740","full_name":"TysonAndre/vscode-php-phan","owner":"TysonAndre","description":"Phan - PHP Static Analysis for VS Code","archived":false,"fork":false,"pushed_at":"2023-07-19T03:41:12.000Z","size":1282,"stargazers_count":24,"open_issues_count":30,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-14T19:22:53.940Z","etag":null,"topics":["phan","php","static-analysis","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TysonAndre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-01T22:02:02.000Z","updated_at":"2023-04-26T17:51:22.000Z","dependencies_parsed_at":"2023-01-22T21:31:02.292Z","dependency_job_id":null,"html_url":"https://github.com/TysonAndre/vscode-php-phan","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TysonAndre%2Fvscode-php-phan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TysonAndre%2Fvscode-php-phan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TysonAndre%2Fvscode-php-phan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TysonAndre%2Fvscode-php-phan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TysonAndre","download_url":"https://codeload.github.com/TysonAndre/vscode-php-phan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221826665,"owners_count":16887211,"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":["phan","php","static-analysis","vscode","vscode-extension"],"created_at":"2024-10-13T19:23:20.949Z","updated_at":"2024-10-28T12:37:14.185Z","avatar_url":"https://github.com/TysonAndre.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Phan (Analyzer)\n\n[![Latest Release](https://vsmarketplacebadge.apphb.com/version-short/TysonAndre.php-phan.svg)](https://marketplace.visualstudio.com/items?itemName=TysonAndre.php-phan) [![Installs](https://vsmarketplacebadge.apphb.com/installs/TysonAndre.php-phan.svg)](https://marketplace.visualstudio.com/items?itemName=TysonAndre.php-phan) [![Rating](https://vsmarketplacebadge.apphb.com/rating-short/TysonAndre.php-phan.svg)](https://marketplace.visualstudio.com/items?itemName=TysonAndre.php-phan) [![Build Status](https://travis-ci.org/TysonAndre/vscode-php-phan.svg?branch=master)](https://travis-ci.org/TysonAndre/vscode-php-phan) [![Minimum PHP Version](https://img.shields.io/badge/php-%3E=7.2-8892BF.svg)](https://php.net/) [![Gitter](https://badges.gitter.im/phan/phan.svg)](https://gitter.im/phan/phan?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\n### 5.1.0 (2022-11-01)\n\n- Update Phan from 5.1.0 to 5.4.1\n- See [Phan's NEWS](https://github.com/phan/phan/blob/5.4.1/NEWS.md) for more details.\n\n### 5.0.0 (2021-08-10)\n\n- Update Phan from 4.0.7 to 5.1.0\n- See [Phan's NEWS](https://github.com/phan/phan/blob/5.1.0/NEWS.md) for more details.\n\nThe full changelog can be found at [NEWS.md](https://github.com/TysonAndre/vscode-php-phan/blob/master/NEWS.md)\n\n## Troubleshooting\n\nGeneral troubleshooting advice:\n\n- By setting `phan.enableDebugLog` to true (and restarting Phan), you can get extra debug output.\n  Enabling debug output will slow down this extension.\n\n- After any changes to the phan settings, the language server must be restarted.\n\n- VSCode has a built in debugger at \"Help\" \u003e \"Toggle Developer Tools\" ( \"Console\" tab)\n  This will let you see this extension's Phan's debug output.\n\n## Installing from source\n\nThis can be installed locally with the following method:\n\n```bash\nnpm install\nnpm run build\nnode node_modules/.bin/vsce package\n```\n\nThe generated VSIX file can be used locally with the steps from https://stackoverflow.com/a/38866913\n\nLocal changes can also be run locally by checking out [vscode-php-phan](https://github.com/TysonAndre/vscode-php-phan), running `npm install`, then running your changes in an Extension Development Host with \u003cF5\u003e. See https://code.visualstudio.com/api/get-started/your-first-extension for more details.\n\n## Credits\n\nThis VS Code extension and many parts of the language server protocol implementation are based on [PHP IntelliSense](https://github.com/felixfbecker/vscode-php-intellisense)\n\nThis uses [Phan](https://github.com/phan/phan)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftysonandre%2Fvscode-php-phan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftysonandre%2Fvscode-php-phan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftysonandre%2Fvscode-php-phan/lists"}