PHPackages                             adt/route-port - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. adt/route-port

ActiveLibrary[HTTP &amp; Networking](/categories/http)

adt/route-port
==============

v3.0.2(1y ago)031.7k↓57.2%11BSD-3-ClausePHP

Since Nov 16Pushed 1y ago12 watchersCompare

[ Source](https://github.com/AppsDevTeam/Routing)[ Packagist](https://packagist.org/packages/adt/route-port)[ RSS](/packages/adt-route-port/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (3)Versions (22)Used By (1)

Routing
=======

[](#routing)

Adds non-standard port support for routes with absolute path mask and better locale support.

Installation
------------

[](#installation)

The recommended way to install is via Composer:

```
composer require adt/route-port

```

It requires PHP version 5.6 and supports PHP up to 7.3.

Usage
-----

[](#usage)

It's very simple, just define your routes using `\ADT\Route` class:

```
$router[] = new \ADT\Route('//yourwebsite.com//', 'Homepage:default');
```

Your application then, instead of instant redirection back to port 80, or 443, will preserve server port between HTTP requests, so you will be able to see your page defined by route with an absolute mask e.g. on port 1234:

```
https://yourwebsite.com:1234/articles/new

```

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 88.9% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~125 days

Recently: every ~152 days

Total

19

Last Release

523d ago

Major Versions

v1.0.3 → v2.02022-01-21

v2.2.4 → v3.02024-03-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/5575ff5b286a1982356d8ed7d8fc9f44385b44ef1108f34ac8c71b106d0c69ec?d=identicon)[michallohnisky](/maintainers/michallohnisky)

![](https://www.gravatar.com/avatar/b14b3ccdfe1f00a01596de650930f4dcb5de964af406a2cb7a9dafdf75decc6a?d=identicon)[appsdevteam](/maintainers/appsdevteam)

---

Top Contributors

[![thorewi](https://avatars.githubusercontent.com/u/605858?v=4)](https://github.com/thorewi "thorewi (32 commits)")[![Walusyak](https://avatars.githubusercontent.com/u/20837611?v=4)](https://github.com/Walusyak "Walusyak (2 commits)")[![walusiacisko](https://avatars.githubusercontent.com/u/26761509?v=4)](https://github.com/walusiacisko "walusiacisko (1 commits)")[![zelenomodrypes](https://avatars.githubusercontent.com/u/755065?v=4)](https://github.com/zelenomodrypes "zelenomodrypes (1 commits)")

### Embed Badge

![Health badge](/badges/adt-route-port/health.svg)

```
[![Health](https://phpackages.com/badges/adt-route-port/health.svg)](https://phpackages.com/packages/adt-route-port)
```

###  Alternatives

[nette/http

🌐 Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.

49119.8M601](/packages/nette-http)[nette/forms

📝 Nette Forms: generating, validating and processing secure forms in PHP. Handy API, fully customizable, server &amp; client side validation and mature design.

54413.6M513](/packages/nette-forms)[nette/routing

Nette Routing: two-ways URL conversion

26012.5M29](/packages/nette-routing)[nette/web-project

Nette: Standard Web Project

10993.3k](/packages/nette-web-project)[tomaj/nette-api

Nette api

36273.2k8](/packages/tomaj-nette-api)[contributte/api

Powerful, documented, validated, built-in API to Nette Framework (@nette)

12684.5k](/packages/contributte-api)

PHPackages © 2026

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