PHPackages                             aura/uri - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. aura/uri

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aura/uri
========

The Aura Uri package provides objects to build and manipulate URL strings.

2.0.0(2y ago)2382.7k↓71%122BSD-2-ClausePHPPHP ^5.4 || ^7.0 || ^8.0

Since Nov 30Pushed 2y ago8 watchersCompare

[ Source](https://github.com/auraphp/Aura.Uri)[ Packagist](https://packagist.org/packages/aura/uri)[ Docs](http://auraphp.github.com/Aura.Uri)[ RSS](/packages/aura-uri/feed)WikiDiscussions 2.x Synced 2d ago

READMEChangelog (1)Dependencies (2)Versions (8)Used By (2)

Aura.Uri
========

[](#aurauri)

[![Continuous Integration](https://github.com/auraphp/Aura.Uri/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/auraphp/Aura.Uri/actions/workflows/continuous-integration.yml)

The `Auri.Uri` package provides objects to help you create and manipulate URLs, including query strings and path elements. It does so by splitting up the pieces of the URL and allowing you modify them individually; you can then fetch them as a single URL string. This helps when building complex links, such as in a paged navigation system.

This package is compliant with [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md), [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md), and [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md). If you notice compliance oversights, please send a patch via pull request.

Getting Started
===============

[](#getting-started)

Instantiation
-------------

[](#instantiation)

The easiest way to get started is to use the *UrlFactory* to create a *Url* object.

```
