{"id":15107809,"url":"https://github.com/vkcom/admstorm","last_synced_at":"2025-10-19T14:32:38.055Z","repository":{"id":36996190,"uuid":"454408302","full_name":"VKCOM/admstorm","owner":"VKCOM","description":"PhpStorm plugin aimed at simplifying tasks at the junction of the local repository and the repository on the dev server","archived":false,"fork":false,"pushed_at":"2024-10-03T00:13:29.000Z","size":2376,"stargazers_count":21,"open_issues_count":37,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-29T15:50:59.413Z","etag":null,"topics":["intellij-plugin","kphp","phpstorm-plugin"],"latest_commit_sha":null,"homepage":"https://vkcom.github.io/admstorm/","language":"Kotlin","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/VKCOM.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-02-01T13:57:43.000Z","updated_at":"2024-10-02T11:27:25.000Z","dependencies_parsed_at":"2024-02-26T17:47:27.138Z","dependency_job_id":"600007ea-845c-41ed-b031-29bd221a6984","html_url":"https://github.com/VKCOM/admstorm","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VKCOM%2Fadmstorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VKCOM%2Fadmstorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VKCOM%2Fadmstorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VKCOM%2Fadmstorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VKCOM","download_url":"https://codeload.github.com/VKCOM/admstorm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237152857,"owners_count":19263793,"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":["intellij-plugin","kphp","phpstorm-plugin"],"created_at":"2024-09-25T21:41:43.373Z","updated_at":"2025-10-19T14:32:37.421Z","avatar_url":"https://github.com/VKCOM.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Version](https://img.shields.io/jetbrains/plugin/v/18535-admstorm.svg)](https://plugins.jetbrains.com/plugin/18535-admstorm)\n[![Build](https://github.com/VKCOM/admstorm/workflows/Build/badge.svg)](https://github.com/VKCOM/admstorm/workflows/Build/badge.svg)\n\n# \u003cimg src=\"src/main/resources/META-INF/pluginIcon.svg\"\u003e AdmStorm plugin for PhpStorm\n\n## About\n\nAdmStorm is a PhpStorm plugin that adds VK internal tools directly to the IDE and adds knowledge about the development\nserver.\n\n\u003e This plugin is intended only for VK employees.\n\n**Features**\n\n- Checking the synchronization of the local repository and the repository on the development server\n- Additional actions for push and pull, taking into account hooks on the development server\n- Debugging remote PHP scripts and tests right in the IDE\n- Various configurations for launching KPHP\n- PHPUnit and PHPLinter run configurations\n- KPHP Benchmarks with ktest\n- Support for Yarn Watch, Builders, Debug Logs, Test Domains\n- Built-in KPHP Playground and Hastebin\n- Ability to view the generated C++ code for the entire site\n- Run Anything on Server action\n- And more...\n\nThis plugin aims to reduce the necessary context switches when working. It implements this through synchronization\nchecks, as well as built-in tools that can now be run directly from the IDE and additional push and pull actions\ndirectly from the IDE, taking into account all the hooks on the development server.\n\nYou can find this plugin on the official [JetBrains plugins](https://plugins.jetbrains.com/plugin/18535-admstorm)\nwebsite.\n\n## Installation\n\n- Using IDE built-in plugin system:\n\n  \u003ckbd\u003ePreferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e \u003ckbd\u003eSearch for \"AdmStorm\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n\n- Manually:\n\n  Download the [latest release](https://github.com/VKCOM/admstorm/releases/latest) and install it manually using\n  \u003ckbd\u003ePreferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003e⚙️\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall plugin from disk...\u003c/kbd\u003e\n\n## Details\n\n[Landing page (in Russian)](https://vkcom.github.io/admstorm/)\n\n## For plugin developer\n\nThis plugin can be useful for plugin developers who need to solve similar problems. You can find how to work with SSH\nthere, including sending commands and handling their output. How to keep track of when the connection was dropped and\nhow to handle this so that the process doesn't get dropped. Also, you can find how you can synchronize two repositories,\nhow to upload and download files via SFTP.\n\n## License\n\nThis project is under the **MIT License**. See the [LICENSE](https://github.com/VKCOM/admstorm/blob/master/LICENSE) file\nfor the full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvkcom%2Fadmstorm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvkcom%2Fadmstorm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvkcom%2Fadmstorm/lists"}