You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vagrant-phpstorm-tunnel

Package Overview
Dependencies
Maintainers
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vagrant-phpstorm-tunnel

0.1.11
bundlerRubygems
Version published
Maintainers
5
Created
Source

vagrant-phpstorm-tunnel

vagrant-phpstorm-tunnel installs a proxy php binary which can be configured as a php-interpreter in PhpStorm. It will forward all php calls to php in the Vagrant VM.

Gem Version

This is a workaround for a missing feature in PhpStorm (see http://youtrack.jetbrains.com/issue/WI-19485).

Installation

vagrant plugin install vagrant-phpstorm-tunnel

Vagrantfile

You can configure your project_home path within vagrant machine. This is needed for proper paths mapping from PhpStorm during debugging (please have a look also section below). Also you can configure prefix for each command executed into VM. For example you can prefix command with extra sudo permissions like in example below.

Vagrant.configure('2') do |config|
  (...)
  config.phpstorm_tunnel.project_home = '/home/vagrant/fuboo'
  config.phpstorm_tunnel.command_prefix = 'sudo'
end

By default the plugin assumes that your project is shared as /vagrant in the VM. It will copy PhpStorm's helper-scripts into .idea/vagrant/tmp/ to make them accessible from within the VM.

PhpStorm

vagrant-phpstorm-tunnel will create a file .idea/vagrant/php in your vagrant-project.

Select this file as a PHP interpreter in PhpStorm: PhpStorm screenshot

Add PHP server for your project PhpStorm screenshot

VM

You should also export PHP_IDE_CONFIG parameter into VM environment with the same value as your PHP server name configured above

export PHP_IDE_CONFIG='serverName=www.fuboo.dev'

This is recommended to append above line to ~/.profile file of your VM

FAQs

Package last updated on 19 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.