PHPackages                             weew/http-app-request-handler - 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. weew/http-app-request-handler

ActiveLibrary

weew/http-app-request-handler
=============================

Request handling extension for the weew/http-app package.

v2.2.1(9y ago)091MITPHP

Since Jan 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/weew/http-app-request-handler)[ Packagist](https://packagist.org/packages/weew/http-app-request-handler)[ RSS](/packages/weew-http-app-request-handler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (14)Used By (0)

Request handler
===============

[](#request-handler)

[![Build Status](https://camo.githubusercontent.com/06fde0e6ac453dbea8333de5c02eed325204c38449e04521995b663aa484e26b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f776565772f687474702d6170702d726571756573742d68616e646c65722e737667)](https://travis-ci.org/weew/http-app-request-handler)[![Code Quality](https://camo.githubusercontent.com/296892fe76401d5d1978dffdbc1f8147eafc83458fc89083e9f01d13d10ac36d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f776565772f687474702d6170702d726571756573742d68616e646c65722e737667)](https://scrutinizer-ci.com/g/weew/http-app-request-handler)[![Test Coverage](https://camo.githubusercontent.com/45ba3c64e8c9bbd65e5bc414699b723a53f17acbfb0f66f0cb8aadf386bf6e3d/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f776565772f687474702d6170702d726571756573742d68616e646c65722e737667)](https://coveralls.io/github/weew/http-app-request-handler)[![Version](https://camo.githubusercontent.com/7da2a5ba58b961ad3adccba0a2be01ea33ee68042fd3be25f163cf5fdbc403c7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776565772f687474702d6170702d726571756573742d68616e646c65722e737667)](https://packagist.org/packages/weew/http-app-request-handler)[![Licence](https://camo.githubusercontent.com/75d43edcd8164ad47dd365adfd2241f82ef23ccde97827c8bcafc93c69282664/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f776565772f687474702d6170702d726571756573742d68616e646c65722e737667)](https://packagist.org/packages/weew/http-app-request-handler)

Table of contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Introduction](#introduction)
- [Usage](#usage)

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

[](#installation)

`composer require weew/http-app-request-handler`

Introduction
------------

[](#introduction)

This is a request handling component that is meant to be used together with the [weew/http-app](https://github.com/weew/http-app) package. It uses the [weew/router](https://github.com/weew/router) package for routing and the [weew/router-routes-invoker-container-aware](https://github.com/weew/router-routes-invoker-container-aware) package for routes invocation.

Usage
-----

[](#usage)

Simply register this provider on the kernel.

```
$app->getKernel()->addProviders([
    RequestHandlerProvider::class,
]);
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity70

Established project with proven stability

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

Recently: every ~40 days

Total

13

Last Release

3579d ago

Major Versions

v1.4.1 → v2.0.02016-02-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/10b2b854b5829dd13a15967c000ed2119b5faef67aca24d94c653c8ac550d85e?d=identicon)[weew](/maintainers/weew)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/weew-http-app-request-handler/health.svg)

```
[![Health](https://phpackages.com/badges/weew-http-app-request-handler/health.svg)](https://phpackages.com/packages/weew-http-app-request-handler)
```

PHPackages © 2026

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