All Projects → thephpleague → Uri Manipulations

thephpleague / Uri Manipulations

Licence: mit
Functions and Middleware to manipulate URI Objects

Labels

Projects that are alternatives of or similar to Uri Manipulations

Uri Parser
RFC3986/RFC3987 compliant URI parser
Stars: ✭ 342 (+69.31%)
Mutual labels:  uri
Request via
RequestVia: A Functional HTTP Client That Wraps Net::HTTP
Stars: ✭ 74 (-63.37%)
Mutual labels:  uri
Tldts
JavaScript Library to work against complex domain names, subdomains and URIs.
Stars: ✭ 151 (-25.25%)
Mutual labels:  uri
Uri
URI manipulation Library
Stars: ✭ 662 (+227.72%)
Mutual labels:  uri
Handle Path Oz
Android Library to handle multiple Uri's(paths) received through Intents.
Stars: ✭ 36 (-82.18%)
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 (+550%)
Mutual labels:  uri
Android Nosql
Lightweight, simple structured NoSQL database for Android
Stars: ✭ 284 (+40.59%)
Mutual labels:  uri
Vscode Remote Workspace
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Stars: ✭ 197 (-2.48%)
Mutual labels:  uri
Sttp
The Scala HTTP client you always wanted!
Stars: ✭ 1,078 (+433.66%)
Mutual labels:  uri
React Native Wormhole
⚛️ 🌌 Inter-dimensional Portals for React Native. 👽 🖖
Stars: ✭ 133 (-34.16%)
Mutual labels:  uri
Uri.js
Javascript URL mutation library
Stars: ✭ 6,119 (+2929.21%)
Mutual labels:  uri
Bidi
Bidirectional URI routing
Stars: ✭ 941 (+365.84%)
Mutual labels:  uri
Rdflib
RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
Stars: ✭ 1,584 (+684.16%)
Mutual labels:  uri
Tld.js
JavaScript API to work easily with complex domain names, subdomains and well-known TLDs.
Stars: ✭ 399 (+97.52%)
Mutual labels:  uri
Uriparser
🔪 Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub
Stars: ✭ 163 (-19.31%)
Mutual labels:  uri
Searchwithmybrowser
Open Cortana searches with your default browser.
Stars: ✭ 285 (+41.09%)
Mutual labels:  uri
Iri
Simple Immutable URI/URL Builder in Ruby
Stars: ✭ 90 (-55.45%)
Mutual labels:  uri
Uri Hostname Parser
A lightweight hostname parser according to public suffix list ICANN section
Stars: ✭ 198 (-1.98%)
Mutual labels:  uri
Uritemplate
URI template parsing per RFC6570
Stars: ✭ 188 (-6.93%)
Mutual labels:  uri
Embiggen
A Ruby library to expand shortened URLs
Stars: ✭ 122 (-39.6%)
Mutual labels:  uri

URI manipulations

Build Status Latest Version

The package contains:

  • an object to format URI string representation output;
  • a function to get the URI reference information according to RFC3986;
  • URI middlewares to ease filtering and manipulating Uri objects;

System Requirements

You need:

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

Dependencies

Installation

$ composer require league/uri-manipulations

Documentation

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

Testing

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