From 5636256bef05625d053d7b0998c45a3be053010c Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sun, 14 May 2017 20:04:01 +0800 Subject: [PATCH] Add lang#php layer documentation close #526 --- docs/layers/lang/php.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/layers/lang/php.md diff --git a/docs/layers/lang/php.md b/docs/layers/lang/php.md new file mode 100644 index 000000000..21f98403c --- /dev/null +++ b/docs/layers/lang/php.md @@ -0,0 +1,15 @@ +# [Layers](https://spacevim.org/layers) > lang#php + +This layer is for php development. + +## Install + +To include this layer, add `SPLayer 'lang#php'` to your custom configuration file. + + +## Requirement + + 1. [PHP 5.3+](http://php.net/) + 2. [PCNTL](http://php.net/manual/en/book.pcntl.php) Extension + 3. [Msgpack 0.5.7+(for NeoVim)](https://github.com/msgpack/msgpack-php) Extension or [JSON(for Vim 7.4+)](http://php.net/manual/en/intro.json.php) Extension + 4. [Composer](https://getcomposer.org/) Project