phpantom_lsp 0.3.0

Fast PHP language server with deep type intelligence. Generics, Laravel, PHPStan annotations. Ready in an instant.
Documentation
1
2
3
4
5
6
7
8
{
    "require": {
        "jetbrains/phpstorm-stubs": "^2025.3"
    },
    "config": {
      "vendor-dir": "stubs/"
    }
}