# php-lsp

PHP language server (Intelephense) for Claude Code, providing code intelligence and diagnostics.

## Supported Extensions
`.php`

## Installation

Install Intelephense globally via npm:

```bash
npm install -g intelephense
```

Or with yarn:

```bash
yarn global add intelephense
```

## More Information
- [Intelephense Website](https://intelephense.com/)
- [Intelephense on npm](https://www.npmjs.com/package/intelephense)
