Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on May 10, 2024 via composer

felixfbecker/language-server-protocol v1.5.2

PHP classes for the Language Server Protocol
Package summary
Share
0
issues
1
license
1
ISC
Package created
9 Sep 2018
Version published
2 Mar 2022
Maintainers
1
Total deps
1
Direct deps
0
License
ISC

Issues

0
This package has no issues

Licenses

ISC License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
Cannot
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
felixfbecker/language-server-protocol@v1.5.2
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

0
All Dependencies CSV
β“˜ This is a list of felixfbecker/language-server-protocol 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities

Visualizations

Frequently Asked Questions

What does felixfbecker/language-server-protocol do?

The felixfbecker/language-server-protocol is a PHP package that provides protocol classes for the Language Server Protocol. This allows for the building and full implementation of language servers or clients using PHP language. The Language Server Protocol is utilized in offering features like auto-completion and workspace editing, among other functionalities in multiple languages.

How do you use felixfbecker/language-server-protocol?

The felixfbecker/language-server-protocol package can be used by downloading and installing it via composer. The installation command is:

composer require felixfbecker/language-server-protocol

After the installation, you can use it in your PHP project to implement language server or clients. Ensure that your PHP version is >=7.0 for seamless operation. Please note that commits made to this package have to follow the Conventional Commits Convention.

Where are the felixfbecker/language-server-protocol docs?

While the readme of the felixfbecker/language-server-protocol package posted on its GitHub page here provides a brief overview, comprehensive documentation isn't provided. However, the project leans on the Language Server Protocol, so developers familiar with this Microsoft platform should already have a substantive grasp of how to use it. Further knowledge can be obtained from the official Language Server Protocol documentation found here.