PHPackages                             reinfi/zf-request-listener - 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. reinfi/zf-request-listener

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

reinfi/zf-request-listener
==========================

A laminas module for loading listeners only for http or console.

v5.0.0(4y ago)011.2kMITPHPPHP &gt;=7.4 | &gt;= 8.0CI failing

Since Aug 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/reinfi/zf-request-listener)[ Packagist](https://packagist.org/packages/reinfi/zf-request-listener)[ RSS](/packages/reinfi-zf-request-listener/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (5)Versions (11)Used By (0)

Reinfi\\RequestListener
=======================

[](#reinfirequestlistener)

### Deprecated

[](#deprecated)

This module is deprecated as laminas/laminas-mvc-console and laminas-console is deprecated. Using laminas-cli does not trigger any listeners.

Move your `http_listener` to `listeners` in your configuration.

### Description

[](#description)

This module can add listeners only for HTTP or Console Requests.

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

[](#installation)

Module can be easily installed with composer. Just ask a composer to download the bundle with dependencies by running the command:

```
$ composer require reinfi/zf-request-listener
```

Add the `Reinfi\RequestListener` to your list of modules in the config/application.config.php `modules` array:

```
// config/application.config.php

    // This should be an array of module namespaces used in the application.
    'modules' => array(
        'Reinfi\RequestListener',
        'Application',
    ),
```

Configuration
-------------

[](#configuration)

Instead of adding every listener to `listeners` you can add the following:

```
[
    'cli_listeners' => [
        NameSpace\YourClass::class,
    ],
    'http_listeners' => [
        NameSpace\YourClass::class,
    ],
]

```

License
-------

[](#license)

This module is under the MIT license. See the complete LICENSE in the root directory

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~267 days

Recently: every ~400 days

Total

7

Last Release

1598d ago

Major Versions

v1.0 → v2.02017-08-06

v2.0.1 → 3.0.02020-01-19

3.0.1 → v4.0.02021-12-23

v4.0.0 → v5.0.02021-12-26

PHP version history (3 changes)v1.0PHP &gt;=5.6

v2.0PHP &gt;=7.0

v4.0.0PHP &gt;=7.4 | &gt;= 8.0

### Community

Maintainers

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

---

Top Contributors

[![reinfi](https://avatars.githubusercontent.com/u/9324423?v=4)](https://github.com/reinfi "reinfi (19 commits)")

---

Tags

consolehttplistenerzend-frameworkhttpconsolezendlistener

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/reinfi-zf-request-listener/health.svg)

```
[![Health](https://phpackages.com/badges/reinfi-zf-request-listener/health.svg)](https://phpackages.com/packages/reinfi-zf-request-listener)
```

###  Alternatives

[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

8.0k1.0B3.2k](/packages/guzzlehttp-psr7)[psr/http-message

Common interface for HTTP messages

7.1k1.0B5.5k](/packages/psr-http-message)[psr/http-factory

PSR-17: Common interfaces for PSR-7 HTTP message factories

1.9k692.9M1.9k](/packages/psr-http-factory)[psr/link

Common interfaces for HTTP links

2.5k144.1M68](/packages/psr-link)[rmccue/requests

A HTTP library written in PHP, for human beings.

3.6k34.5M258](/packages/rmccue-requests)[league/uri

URI manipulation library

1.1k206.4M277](/packages/league-uri)

PHPackages © 2026

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