search
HomePHP LibrariesOther librariesPHP library for parsing URLs
PHP library for parsing URLs
{
    "name": "league/uri",
    "type": "metapackage",
    "description" : "URI manipulation library",
    "keywords": [
        "url",
        "uri",
        "rfc3986",
        "rfc3987",
        "psr-7",
        "parse_url",
        "http",
        "https",
        "ws",
        "ftp",
        "data-uri",
        "file-uri",
        "middleware",
        "parse_str",
        "query-string",
        "querystring",
        "hostname"
    ],
    "license": "MIT",
    "homepage": "http://uri.thephpleague.com",
    "authors": [
        {
            "name" : "Ignace Nyamagana Butera",
            "email" : "nyamsprod@gmail.com",
            "homepage" : "https://nyamsprod.com"

The basic URL includes the mode (or protocol), server name (or IP address), path and file name, such as "Protocol://authorization/path?query". The complete common URI syntax with the authorization part looks like this: protocol://username:password@subdomain.domain.domain.topleveldomain:portnumber/directory/filename.filesuffix?parameter=value# Logo

Disclaimer

All resources on this site are contributed by netizens or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this site are for learning reference only. Please do not use them for commercial purposes. Otherwise, you will be responsible for all consequences! If there is any infringement, please contact us to delete it. Contact information: admin@php.cn

Related Article

What's the Best HTML Parsing Library for C#?What's the Best HTML Parsing Library for C#?

25Jan2025

What are the options for parsing HTML in C#?When parsing HTML in C#, generic XML parsing libraries can be used. However, there are also libraries...

Which C# HTML Parsing Library Offers the Best Balance of Performance and Tolerance for Malformed HTML?Which C# HTML Parsing Library Offers the Best Balance of Performance and Tolerance for Malformed HTML?

25Jan2025

Exploring HTML Parsing Options: Choosing the Optimal Approach in C#When parsing HTML in C#, the need arises for libraries or methods that...

Is There a Dedicated PHP Library for Parsing PDF Tables?Is There a Dedicated PHP Library for Parsing PDF Tables?

02Nov2024

Is There a PHP Library for Parsing PDFs?Question:I'm seeking a PDF parser for PHP. I need to extract a table from a PDF and convert it to an...

Is There a PHP Library for Parsing PDF Tables into Arrays?Is There a PHP Library for Parsing PDF Tables into Arrays?

02Nov2024

Is there a PHP library that can parse PDF files?You are looking for a PDF parser library for PHP. You need to extract data from a table inside a...

What's the Best SQL Parsing Library for Java Developers?What's the Best SQL Parsing Library for Java Developers?

18Jan2025

SQL Parsing Solution for JavaThe task of parsing SQL statements is crucial for applications that interact with databases. For Java developers,...

Which PHP ORM Library is Best for Abstracting Database Vendors and Mapping Domain/Relational Models?Which PHP ORM Library is Best for Abstracting Database Vendors and Mapping Domain/Relational Models?

05Jan2025

PHP ORM Library RecommendationsWhen it comes to object-relational mapping (ORM) for PHP, there are several libraries that stand out. To address...

See all articles