
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
devsense-php-ls
Advanced tools
This package provides language server for PHP.
The language server is provided as a platform-specific binary executable file, located in node_modules/devsense-php-ls-${os}-${cpu}/dist/devsense.php.ls.
The functionality is provided to end-users under a freemium model. See 🔐 Activation section below for details.
The language server is controlled using the Language Server Protocol according to https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/ through STDIN/STDOUT.
There are several additions:
"initialize" method, parameter:{
"initializationOptions": {
"0": "KEY or {JSON CODE}",
"clientFeatures": [],
// VSCode settings and their values listed on
// https://docs.devsense.com/vscode/configuration/
// "setting-id": "value",
},
// process ID of client allowing
// LS to automatically kill itself if client exits
"processId": 123456,
// ...
}
"devsense/loadStatus" notification sent from server to client.The language server provides free features and premium features which needs to be activated by end-user.
Note to developers: To unlock the premium features of this package, instruct end-users to follow the steps below:
Purchase a License: User needs to purchase license on official purchase page: https://www.devsense.com/purchase
Activate Language Server
Set the value of license key into DEVSENSE_PHP_LS_LICENSE environment variable or "initializationOptions"."0". Language Server will try to activate automatically upon starting (requires Internet connection).
Optional: Offline Activation
In case there is no Internet connection: User will follow the link below to validate license and receive a {JSON CODE}: devsense.com/purchase/validation
Pass the entire {JSON CODE} into the language server's initialize method, as a "initializationOptions"."0" property:
{
"initializationOptions": {
"0": "{JSON CODE}",
},
}
Or store the {JSON CODE} into environment variable DEVSENSE_PHP_LS_LICENSE.
If you encounter any issues during the activation process, please refer to our documentation or contact support.
By including this package as a dependency in your project—whether for personal, commercial, or open-source use—you agree to the following:
Attribution is required: You must include a visible link to this README file in your project documentation (e.g. in your README.md, about page, or developer docs).
This is to ensure that end users and developers are aware:
This visibility helps support ongoing development and ensures fair use under our freemium model.
If you cannot comply with this requirement or need a custom license, please contact us for a commercial agreement.
FAQs
Devsense PHP Language Server
The npm package devsense-php-ls receives a total of 853 weekly downloads. As such, devsense-php-ls popularity was classified as not popular.
We found that devsense-php-ls demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.