All Projects → thephpleague → Uri Components

thephpleague / Uri Components

Licence: mit
League URI components objects

Labels

Projects that are alternatives of or similar to Uri Components

Pguri
uri type for PostgreSQL
Stars: ✭ 235 (-3.69%)
Mutual labels:  url, uri
Scala Uri
Simple scala library for building and parsing URIs
Stars: ✭ 225 (-7.79%)
Mutual labels:  url, uri
uri-query-parser
a parser and a builder to work with URI query string the right way in PHP
Stars: ✭ 38 (-84.43%)
Mutual labels:  url, uri
url-normalize
URL normalization for Python
Stars: ✭ 82 (-66.39%)
Mutual labels:  url, uri
Vscode Remote Workspace
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Stars: ✭ 197 (-19.26%)
Mutual labels:  url, uri
Linkt
A lightweight and simple Kotlin library for deep link handling on Android 🔗.
Stars: ✭ 101 (-58.61%)
Mutual labels:  url, uri
UrlCombine
C# util for combining Url paths. Works similarly to Path.Combine.
Stars: ✭ 23 (-90.57%)
Mutual labels:  url, uri
uri
A type to represent, query, and manipulate a Uniform Resource Identifier.
Stars: ✭ 16 (-93.44%)
Mutual labels:  url, uri
Uri Parser
RFC3986/RFC3987 compliant URI parser
Stars: ✭ 342 (+40.16%)
Mutual labels:  url, uri
Searchwithmybrowser
Open Cortana searches with your default browser.
Stars: ✭ 285 (+16.8%)
Mutual labels:  url, uri
ST-OpenUri
The ultimate Sublime Text plugin for opening URIs (URLs) in your file.
Stars: ✭ 25 (-89.75%)
Mutual labels:  url, uri
Bidi
Bidirectional URI routing
Stars: ✭ 941 (+285.66%)
Mutual labels:  url, uri
ocaml-uri
RFC3986 URI parsing library for OCaml
Stars: ✭ 85 (-65.16%)
Mutual labels:  url, uri
Uri
🌏 Functions for making sense out of URIs in PHP
Stars: ✭ 259 (+6.15%)
Mutual labels:  url, uri
Uri.js
Javascript URL mutation library
Stars: ✭ 6,119 (+2407.79%)
Mutual labels:  url, uri
Tldts
JavaScript Library to work against complex domain names, subdomains and URIs.
Stars: ✭ 151 (-38.11%)
Mutual labels:  url, uri
Nanoid
A tiny, secure, URL-friendly, unique string ID generator for Rust
Stars: ✭ 188 (-22.95%)
Mutual labels:  url
Unbescape
Advanced yet easy to use escaping library for Java
Stars: ✭ 207 (-15.16%)
Mutual labels:  url
Urlbuilder
Java Builders: URL builder
Stars: ✭ 174 (-28.69%)
Mutual labels:  url
New Github Issue Url
Generate a URL for opening a new GitHub issue with prefilled title, body, and other fields
Stars: ✭ 170 (-30.33%)
Mutual labels:  url

Uri Components

Build Software License Latest Version Total Downloads

This package contains concrete URI components instances represented as immutable value objects.

System Requirements

You need PHP >= 7.3 but the latest stable version of PHP is recommended.

Dependencies

In order to handle IDN host you should also require the intl extension otherwise an exception will be thrown when attempting to validate such host.

Installation

$ composer require league/uri-components

Documentation

Full documentation can be found at uri.thephpleague.com.

Contributing

Contributions are welcome and will be fully credited. Please see CONTRIBUTING and CONDUCT for details.

Testing

The library has a :

  • a PHPUnit test suite
  • a coding style compliance test suite using PHP CS Fixer.
  • a code analysis compliance test suite using PHPStan.

To run the tests, run the following command from the project folder.

$ composer test

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].