PHPackages                             detailnet/zf-headers-module - 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. detailnet/zf-headers-module

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

detailnet/zf-headers-module
===========================

Zend Framework 2 Module for sending proper HTTP headers

0.1.1(10y ago)11981MITPHPPHP &gt;=5.5.0

Since Oct 13Pushed 10y ago1 watchersCompare

[ Source](https://github.com/detailnet/zf-headers-module)[ Packagist](https://packagist.org/packages/detailnet/zf-headers-module)[ Docs](https://github.com/detailnet/zf-headers-module/)[ RSS](/packages/detailnet-zf-headers-module/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (11)Versions (3)Used By (0)

Zend Framework 2 Module for sending proper HTTP headers (for requests handled by Zend\\Mvc)
===========================================================================================

[](#zend-framework-2-module-for-sending-proper-http-headers-for-requests-handled-by-zendmvc)

[![Build Status](https://camo.githubusercontent.com/cb47abd219e2a37fa5cbcfd8f8f5990588a09a7cbc3b9145f2430e564f2b3c15/68747470733a2f2f7472617669732d63692e6f72672f64657461696c6e65742f7a662d686561646572732d6d6f64756c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/detailnet/zf-headers-module)[![Coverage Status](https://camo.githubusercontent.com/c66aa97b3b6104fb44ab5825774ef35b755306665ba3996d6b240a354da8d4de/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f64657461696c6e65742f7a662d686561646572732d6d6f64756c652e737667)](https://coveralls.io/r/detailnet/zf-headers-module)[![Latest Stable Version](https://camo.githubusercontent.com/793dca951dd751e0471d2820b9c69bd5a659403e738092a8334b7649817aee62/68747470733a2f2f706f7365722e707567782e6f72672f64657461696c6e65742f7a662d686561646572732d6d6f64756c652f762f737461626c652e737667)](https://packagist.org/packages/detailnet/zf-headers-module)[![Latest Unstable Version](https://camo.githubusercontent.com/8f18f085071f59e2ddc2aafaf3bc093d64f23387b00226a334ed11ad0cb4886a/68747470733a2f2f706f7365722e707567782e6f72672f64657461696c6e65742f7a662d686561646572732d6d6f64756c652f762f756e737461626c652e737667)](https://packagist.org/packages/detailnet/zf-headers-module)

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

[](#introduction)

This module currently only fixes a [bug in ZF](https://github.com/zendframework/zend-http/issues/26) related to sending proper Content-Length headers.

Requirements
------------

[](#requirements)

[Zend Framework 2 Skeleton Application](http://www.github.com/zendframework/ZendSkeletonApplication) (or compatible architecture)

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

[](#installation)

Install the module through [Composer](http://getcomposer.org/) using the following steps:

1. `cd my/project/directory`
2. Create a `composer.json` file with following contents (or update your existing file accordingly):

    ```
    {
        "require": {
            "detailnet/zf-headers-module": "1.x-dev"
        }
    }
    ```
3. Install Composer via `curl -s http://getcomposer.org/installer | php` (on Windows, download the [installer](http://getcomposer.org/installer) and execute it with PHP)
4. Run `php composer.phar self-update`
5. Run `php composer.phar install`
6. Open `configs/application.config.php` and add following key to your `modules`:

    ```
    'Detail\Headers',
    ```
7. Copy `vendor/detailnet/zf-headers-module/config/detail_headers.local.php.dist` into your application's `config/autoload` directory, rename it to `detail_headers.local.php` and make the appropriate changes.

Usage
-----

[](#usage)

tbd

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity49

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3916d ago

PHP version history (2 changes)0.1.0PHP &gt;=5.4.0

0.1.1PHP &gt;=5.5.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca881f1116d03f5f9469b1700f60b0547140369403147a9105b562cc7e5f1311?d=identicon)[curzio-della-santa](/maintainers/curzio-della-santa)

---

Tags

httpheadermodulezf2dfwdetailnet

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/detailnet-zf-headers-module/health.svg)

```
[![Health](https://phpackages.com/badges/detailnet-zf-headers-module/health.svg)](https://phpackages.com/packages/detailnet-zf-headers-module)
```

###  Alternatives

[zfr/zfr-rest

Zend Framework 2 REST Module.

8120.7k](/packages/zfr-zfr-rest)[hrevert/ht-img-module

Image manipulation module for Zend Framework 2

1829.6k2](/packages/hrevert-ht-img-module)

PHPackages © 2026

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