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 7, 2024 via composer

psr/link 2.0.1

Common interfaces for HTTP links
Package summary
Share
0
issues
1
license
1
MIT
Package created
4 Aug 2016
Version published
11 Mar 2021
Maintainers
3
Total deps
1
Direct deps
0
License
MIT

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
psr/link@2.0.1
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 psr/link 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities

Visualizations

Frequently Asked Questions

What does psr/link do?

The PSR/Link package provides common interfaces for defining HTTP links, aligning with PSR-13. It's important to note that it doesn't implement a link, but only describes the components of a Link, serving as an important buliding block in application development in PHP.

How do you use psr/link?

To fully leverage the power of PSR/Link in your PHP applications, you would first have to install the package. This can be done through composer by running composer require psr/link. A code example depicting how to use it is not provided in the README. The usage heavily depends on the HTTP link-related functionality that needs to be implemented. In general, you would instantiate the classes provided in this package or create your classes implementing these interfaces, and use them to define HTTP links in your application.

Where are the psr/link docs?

Comprehensive information about the PSR/Link package can be found on the PHP-FIG website at PHP-FIG PSR-13 Link. For more granular details regarding its implementation, you would want to check the package on Packagist, at PSR-Link Package on Packagist and other providers implementing PSR link which are listed at PSR-Link Implementations on Packagist.