Skip to main content
Back to Extensions Directory
coc.nvim fallback icon

coc-phpls

marlonfan

PHP language server extension for coc.nvim

Installation CommandVim prompt
:CocInstall coc-phpls
Publisher
marlonfan
Version
v2.2.4
npm package
coc-phpls
Requirements
coc ^0.0.66
License
MIT
Repository
Not published
npm latest published 2024-02-15Registry checked 2026-08-23Registry summary

Published Package Summary

coc-phpls

PHP language server extension for coc.nvim.

Install

In your vim/neovim, run command:

:CocInstall coc-phpls

Features

Language server features provided by intelephense-docs.

Premium features

add licence key to your coc-settings.json file

e.g:

{
    "intelephense.licenceKey": "your licence key",
}

Development

  • Run yarn build or yarn build:watch
  • Link extension
cd ~/github/coc-phpls       && yarn link
cd ~/.config/coc/extensions && yarn link coc-phpls
  • Add "coc-phpls": "*" to dependencies in ~/.config/coc/extensions/package.json

JetBrains OS licenses

coc-phpls had been being developed with JetBrains IDE under the free JetBrains Open Source license(s) granted by JetBrains s.r.o., hence I would like to express my thanks here.

License

MIT

Read the complete README
  • PHP language server extension for coc.nvim
Activation Events
  • onLanguage:php
Developer Resources

Want to build, test, or contribute to coc.nvim extensions? Explore our official SDK and testing toolkits.

Open Developer Guide

Version History

This published npm package does not include a history.md or changelog.md file. Browse its npm versions for available release information.