All Projects → thephpleague → Uri Schemes

thephpleague / Uri Schemes

Licence: mit
Collection of URI Immutable Value Objects

Labels

Projects that are alternatives of or similar to Uri Schemes

Tld.js
JavaScript API to work easily with complex domain names, subdomains and well-known TLDs.
Stars: ✭ 399 (+80.54%)
Mutual labels:  uri
Iri
Simple Immutable URI/URL Builder in Ruby
Stars: ✭ 90 (-59.28%)
Mutual labels:  uri
Uriparser
🔪 Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub
Stars: ✭ 163 (-26.24%)
Mutual labels:  uri
Uri.js
Javascript URL mutation library
Stars: ✭ 6,119 (+2668.78%)
Mutual labels:  uri
Sttp
The Scala HTTP client you always wanted!
Stars: ✭ 1,078 (+387.78%)
Mutual labels:  uri
Rdflib
RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
Stars: ✭ 1,584 (+616.74%)
Mutual labels:  uri
Searchwithmybrowser
Open Cortana searches with your default browser.
Stars: ✭ 285 (+28.96%)
Mutual labels:  uri
Uri Hostname Parser
A lightweight hostname parser according to public suffix list ICANN section
Stars: ✭ 198 (-10.41%)
Mutual labels:  uri
Request via
RequestVia: A Functional HTTP Client That Wraps Net::HTTP
Stars: ✭ 74 (-66.52%)
Mutual labels:  uri
Tldts
JavaScript Library to work against complex domain names, subdomains and URIs.
Stars: ✭ 151 (-31.67%)
Mutual labels:  uri
Badges4 Readme.md Profile
👩‍💻👨‍💻 Improve your README.md profile with these amazing badges.
Stars: ✭ 929 (+320.36%)
Mutual labels:  uri
Handle Path Oz
Android Library to handle multiple Uri's(paths) received through Intents.
Stars: ✭ 36 (-83.71%)
Mutual labels:  uri
Embiggen
A Ruby library to expand shortened URLs
Stars: ✭ 122 (-44.8%)
Mutual labels:  uri
Uri
URI manipulation Library
Stars: ✭ 662 (+199.55%)
Mutual labels:  uri
Uritemplate
URI template parsing per RFC6570
Stars: ✭ 188 (-14.93%)
Mutual labels:  uri
Uri Parser
RFC3986/RFC3987 compliant URI parser
Stars: ✭ 342 (+54.75%)
Mutual labels:  uri
Addressable
Addressable is an alternative implementation to the URI implementation that is part of Ruby's standard library. It is flexible, offers heuristic parsing, and additionally provides extensive support for IRIs and URI templates.
Stars: ✭ 1,313 (+494.12%)
Mutual labels:  uri
Uri Manipulations
Functions and Middleware to manipulate URI Objects
Stars: ✭ 202 (-8.6%)
Mutual labels:  uri
Vscode Remote Workspace
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Stars: ✭ 197 (-10.86%)
Mutual labels:  uri
React Native Wormhole
⚛️ 🌌 Inter-dimensional Portals for React Native. 👽 🖖
Stars: ✭ 133 (-39.82%)
Mutual labels:  uri

Uri Schemes

Build Status Latest Version

This package contains concrete URI objects represented as immutable value object. Each URI object implements the League\Uri\Interfaces\Uri interface as defined in the uri-interfaces package or the Psr\Http\Message\UriInterface from PSR-7.

System Requirements

You need:

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

While the library no longer requires the intl extension, it is strongly advise to install this extension if you are dealing with URIs containing non-ASCII host. Without it, an exception will be thrown if such host is used.

Dependencies

Installation

$ composer require league/uri-schemes

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

League Uri Schemes 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].