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 Apr 20, 2024 via composer
Package summary
Share
0
issues
1
license
3
MIT
Package created
15 Jul 2015
Version published
9 Sep 2023
Maintainers
1
Total deps
3
Direct deps
1
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
3 Packages, Including:
league/uri@7.3.0
league/uri-interfaces@7.4.1
psr/http-factory@1.0.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

1
All Dependencies CSV
β“˜ This is a list of league/uri 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
league/uri-interfaces7.4.1-MIT
prod

Visualizations

Frequently Asked Questions

What does league/uri do?

The League/Uri package is a powerful tool for managing URIs in PHP. It provides simple and intuitive classes that enable developers to effectively manipulate URIs. The package is much user-friendly due to its sub-split development model which allows developers to make pull requests and file issues separately.

How do you use league/uri?

Utilizing the League/Uri package is simple and straightforward. First, you need to have PHP version 8.1 or the latest stable version of PHP installed in your system. Specific handling for internationalized domain names (IDN) requires the presence of the intl extension, or a similar polyfill like the symfony/polyfill-intl-idn. Also, for IPv4 conversion, you need either the GMP extension, the BCMatch extension, or a 64-bits PHP version.

To install the package, use the composer command line tool:

$ composer require league/uri

After installing the package, you can easily start working with URIs in your PHP code. Unfortunately, actual code usage examples were not provided in the readme file attached with your question.

Where are the league/uri docs?

The complete documentation for the League/Uri package is available online. You can access it at https://uri.thephpleague.com. The documentation provides a detailed guide on how to effectively use the package to manage and manipulate URIs in PHP. The MIT License governs the usage of the League/Uri package, and you can find more information about it in the License file related to this package.