All Projects → thephpleague → Uri Parser

thephpleague / Uri Parser

Licence: mit
RFC3986/RFC3987 compliant URI parser

Labels

Projects that are alternatives of or similar to Uri Parser

Scala Uri
Simple scala library for building and parsing URIs
Stars: ✭ 225 (-34.21%)
Mutual labels:  url, uri
Searchwithmybrowser
Open Cortana searches with your default browser.
Stars: ✭ 285 (-16.67%)
Mutual labels:  url, uri
Pguri
uri type for PostgreSQL
Stars: ✭ 235 (-31.29%)
Mutual labels:  url, uri
Bidi
Bidirectional URI routing
Stars: ✭ 941 (+175.15%)
Mutual labels:  url, uri
Uri
🌏 Functions for making sense out of URIs in PHP
Stars: ✭ 259 (-24.27%)
Mutual labels:  url, uri
Vscode Remote Workspace
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Stars: ✭ 197 (-42.4%)
Mutual labels:  url, uri
ST-OpenUri
The ultimate Sublime Text plugin for opening URIs (URLs) in your file.
Stars: ✭ 25 (-92.69%)
Mutual labels:  url, uri
Tldts
JavaScript Library to work against complex domain names, subdomains and URIs.
Stars: ✭ 151 (-55.85%)
Mutual labels:  url, uri
Linkt
A lightweight and simple Kotlin library for deep link handling on Android 🔗.
Stars: ✭ 101 (-70.47%)
Mutual labels:  url, uri
uri
A type to represent, query, and manipulate a Uniform Resource Identifier.
Stars: ✭ 16 (-95.32%)
Mutual labels:  url, uri
Uri.js
Javascript URL mutation library
Stars: ✭ 6,119 (+1689.18%)
Mutual labels:  url, uri
ocaml-uri
RFC3986 URI parsing library for OCaml
Stars: ✭ 85 (-75.15%)
Mutual labels:  url, uri
Uri Components
League URI components objects
Stars: ✭ 244 (-28.65%)
Mutual labels:  url, uri
url-normalize
URL normalization for Python
Stars: ✭ 82 (-76.02%)
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 (-88.89%)
Mutual labels:  url, uri
UrlCombine
C# util for combining Url paths. Works similarly to Path.Combine.
Stars: ✭ 23 (-93.27%)
Mutual labels:  url, uri
ngx-linkifyjs
Angular V8 wrapper for linkifyjs - library for finding links in plain text and converting them to HTML <a> tags via linkifyjs
Stars: ✭ 40 (-88.3%)
Mutual labels:  url
Url Signer
Create and validate signed URLs with a limited lifetime
Stars: ✭ 273 (-20.18%)
Mutual labels:  url
tall
Promise-based, No-dependency URL unshortner (expander) module for Node.js
Stars: ✭ 56 (-83.63%)
Mutual labels:  url
Netswift
A type-safe, high-level networking solution for Swift apps
Stars: ✭ 21 (-93.86%)
Mutual labels:  url

League Uri Parser

Build Status Latest Version

This package contains a userland PHP uri parser compliant with RFC 3986.

System Requirements

You need:

  • PHP >= 7.0 but the latest stable version of PHP is recommended

While the library no longer requires the ext/intl extension, it is strongly advise to install this extension if you are dealing with URIs containing non-ASCII host. Without the extension, the parser will throw an exception if such URI is parsed.

Installation

$ composer require league/uri-parser

Documentation

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

Testing

League Uri Parser 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

Contributing

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

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].