Registry / utility / league-uri-parser

league-uri-parser

JSON →
library1.4.1phppackagistunverified

Userland URI parser compliant with RFC 3986.

composer require league/uri-parser
INSTALL
IMPORT
SIG · LEAGUE-URI-PARSER
L
league-uri-parser
utilityphpv1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Parser
use League\Uri\Parser;

Parses a URI into its components.

use League\Uri\Parser; $parser = new Parser(); $components = $parser->parse('https://example.com/path');
Debug
Known issues
gotchaDoes not validate URI scheme or authority; only parses.
fix
Use additional validation if needed.
affects: >=1.0.0
Upgrade
Version history
1.4.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
5
Resources
league-uri-parser — pip install league-uri-parser · libregistry