PHPackages                             axelitus/acre-net-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. axelitus/acre-net-uri

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

axelitus/acre-net-uri
=====================

axelitus's Acre Net Uri classes.

1321PHP

Since Aug 24Pushed 13y ago1 watchersCompare

[ Source](https://github.com/axelitus/php-acre-net-uri)[ Packagist](https://packagist.org/packages/axelitus/acre-net-uri)[ RSS](/packages/axelitus-acre-net-uri/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (1)

Acre Net Uri
============

[](#acre-net-uri)

Acre Net Uri is a sub-package of Acre. It contains classes for Uri management according to the standard 66 of the IETF group. For more information about the Acre initiative please visit this link.

Package Information
-------------------

[](#package-information)

- **Main Package:** Acre
- **Category:** Net\\Uri
- **Author:** Axel Pardemann ()
- **Repository**: [php-acre-net-uri at GitHub](https://github.com/axelitus/php-acre-net-uri "php-acre-net-uri at GitHub")
- **Build Status (master):** [![Build Status](https://camo.githubusercontent.com/701f1dac486c71168876604dc488da8d9f5e9d530037589830ec342002d8d68f/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6178656c697475732f7068702d616372652d6e65742d7572692e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/axelitus/php-acre-net-uri)
- **Build Status (develop):** [![Build Status](https://camo.githubusercontent.com/5d0681285529db36df3ec5d0a4f1c119b7853a1426643687e248d093acf34cdc/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6178656c697475732f7068702d616372652d6e65742d7572692e706e673f6272616e63683d646576656c6f70)](http://travis-ci.org/axelitus/php-acre-net-uri)
- **Composer Package:** [axelitus/acre-net-uri at Packagist](http://packagist.org/packages/axelitus/acre-net-uri "axelitus/acre-net-uri at Packagist")
- **Issue Tracker:** [GitHub's issue tracker](https://github.com/axelitus/php-acre-net-uri/issues "GitHub's issue tracker")

Standards
---------

[](#standards)

As a code reuse initiative, this package should follow some standards so it can be easily used by anyone who wants to. Recently there has been an initiative to standardize the chunks of code everyone is building so the wheel must not be reinvented everytime someone needs to do something. There's a group [PHP-FIG (Framework Interop Group)](http://www.php-fig.org) that's behind this initiative of allowing the built libraries to be interchangeable between frameworks and systems.

There are already some standards marked as accepted (*final*): [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).

**This package is PSR-2 compliant.**

Being PSR-2 compliant means this package can be easily installed by using [Composer](getcomposer.org) from the [Packagist](http://packagist.org) package archive. Just follow the instructions in section [How to install](#how-to-install).

Contents
--------

[](#contents)

- **Authority:** .
- **Path:** .
- **QueryString:** .
- **Uri:** .

How to install
--------------

[](#how-to-install)

To install this package and use it in your app just follow these instructions (if you haven't read the documentation from [Composer](http://getcomposer.org) please do so before you continue):

1. Download composer if you haven't already done so (use your preferred method):

```
curl -s https://getcomposer.org/installer | php

```

2. Place a require statement inside your `composer.json` file replacing `` with the desired version:

```
"require": {
    "axelitus/acre-net-uri": ""
}

```

3. Run the composer installer to resolve dependencies and download the packages:

```
php composer.phar install

```

4. In order to use the packages you have to *load* the autoloader that was generated by composer:

```
require 'vendor/autoload.php';

```

5. Finally just use the package classes as needed:

```
axelitus\Acre\Net\Uri\::();

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/61386558d4fa03cc9de21d20e76f396d5568e0e647e1cdf18f12c87f1a5f87b5?d=identicon)[axelitus](/maintainers/axelitus)

### Embed Badge

![Health badge](/badges/axelitus-acre-net-uri/health.svg)

```
[![Health](https://phpackages.com/badges/axelitus-acre-net-uri/health.svg)](https://phpackages.com/packages/axelitus-acre-net-uri)
```

###  Alternatives

[bizley/contenttools

ContentTools editor implementation for Yii 2.

8016.7k](/packages/bizley-contenttools)[adamb/google-fonts

Get a list of Google Fonts and search by type or weight

121.5k](/packages/adamb-google-fonts)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
