https://github.com/vkcom/admstorm
PhpStorm plugin aimed at simplifying tasks at the junction of the local repository and the repository on the dev server
https://github.com/vkcom/admstorm
intellij-plugin kphp phpstorm-plugin
Last synced: 3 months ago
JSON representation
PhpStorm plugin aimed at simplifying tasks at the junction of the local repository and the repository on the dev server
- Host: GitHub
- URL: https://github.com/vkcom/admstorm
- Owner: VKCOM
- License: mit
- Created: 2022-02-01T13:57:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T00:13:29.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:50:59.413Z (about 1 year ago)
- Topics: intellij-plugin, kphp, phpstorm-plugin
- Language: Kotlin
- Homepage: https://vkcom.github.io/admstorm/
- Size: 2.27 MB
- Stars: 21
- Watchers: 8
- Forks: 3
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://plugins.jetbrains.com/plugin/18535-admstorm)
[](https://github.com/VKCOM/admstorm/workflows/Build/badge.svg)
#
AdmStorm plugin for PhpStorm
## About
AdmStorm is a PhpStorm plugin that adds VK internal tools directly to the IDE and adds knowledge about the development
server.
> This plugin is intended only for VK employees.
**Features**
- Checking the synchronization of the local repository and the repository on the development server
- Additional actions for push and pull, taking into account hooks on the development server
- Debugging remote PHP scripts and tests right in the IDE
- Various configurations for launching KPHP
- PHPUnit and PHPLinter run configurations
- KPHP Benchmarks with ktest
- Support for Yarn Watch, Builders, Debug Logs, Test Domains
- Built-in KPHP Playground and Hastebin
- Ability to view the generated C++ code for the entire site
- Run Anything on Server action
- And more...
This plugin aims to reduce the necessary context switches when working. It implements this through synchronization
checks, as well as built-in tools that can now be run directly from the IDE and additional push and pull actions
directly from the IDE, taking into account all the hooks on the development server.
You can find this plugin on the official [JetBrains plugins](https://plugins.jetbrains.com/plugin/18535-admstorm)
website.
## Installation
- Using IDE built-in plugin system:
Preferences > Plugins > Marketplace > Search for "AdmStorm" >
Install Plugin
- Manually:
Download the [latest release](https://github.com/VKCOM/admstorm/releases/latest) and install it manually using
Preferences > Plugins > ⚙️ > Install plugin from disk...
## Details
[Landing page (in Russian)](https://vkcom.github.io/admstorm/)
## For plugin developer
This plugin can be useful for plugin developers who need to solve similar problems. You can find how to work with SSH
there, including sending commands and handling their output. How to keep track of when the connection was dropped and
how to handle this so that the process doesn't get dropped. Also, you can find how you can synchronize two repositories,
how to upload and download files via SFTP.
## License
This project is under the **MIT License**. See the [LICENSE](https://github.com/VKCOM/admstorm/blob/master/LICENSE) file
for the full license text.