1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 23:10:04 +08:00
SpaceVim/docs/layers/lang/php.md
2018-06-23 14:37:41 +08:00

1008 B

title description
SpaceVim lang#php layer This layer adds PHP language support to SpaceVim

Available Layers >> lang#php

Description

This layer adds PHP language support to SpaceVim.

Features

  • auto-completion
  • syntax checking
  • goto definition
  • refernce finder
  • lsp support (require lsp layer)

Install

To use this configuration layer, update custom configuration file with:

[[layers]]
  name = "lang#php"

Requirement

  1. PHP 5.3+
  2. PCNTL Extension
  3. Msgpack 0.5.7+(for NeoVim) Extension or JSON(for Vim 7.4+) Extension
  4. Composer Project