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.3(1mo ago)032.5k↓57.5%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 2w ago

READMEChangelog (10)Dependencies (6)Versions (23)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

49

—

FairBetter than 94% of packages

Maintenance61

Regular maintenance activity

Popularity28

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity72

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 ~147 days

Recently: every ~248 days

Total

20

Last Release

40d 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.

49120.0M641](/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.

53013.8M538](/packages/nette-forms)[nette/web-project

Nette: Standard Web Project

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

Nette api

36276.9k8](/packages/tomaj-nette-api)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

136411.0k14](/packages/rector-rector-src)[contributte/api

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

10684.5k](/packages/contributte-api)

PHPackages © 2026

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