An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Version](https://img.shields.io/jetbrains/plugin/v/18535-admstorm.svg)](https://plugins.jetbrains.com/plugin/18535-admstorm)
[![Build](https://github.com/VKCOM/admstorm/workflows/Build/badge.svg)](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.