PHPackages                             check24/apitk-header-bundle - 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. check24/apitk-header-bundle

ActiveSymfony-bundle

check24/apitk-header-bundle
===========================

This bundle provides helpful api helpers for RESTful API's

4.0.0(4y ago)14.3k4[1 issues](https://github.com/byWulf/apitk-header-bundle/issues)[1 PRs](https://github.com/byWulf/apitk-header-bundle/pulls)2MITPHPPHP ^8.0

Since Jul 20Pushed 3y ago3 watchersCompare

[ Source](https://github.com/byWulf/apitk-header-bundle)[ Packagist](https://packagist.org/packages/check24/apitk-header-bundle)[ RSS](/packages/check24-apitk-header-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (10)Versions (12)Used By (2)

apitk-header-bundle
===================

[](#apitk-header-bundle)

Overview
--------

[](#overview)

This bundle provides useful features for a symfony based RESTful API.

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

[](#installation)

Install the package via composer:

```
composer require check24/apitk-header-bundle
```

Usage
-----

[](#usage)

### Header information

[](#header-information)

You can easily add information to the response headers by using the `HeaderInformation` service. These information will automatically be added to the response and prefixed with `x-apitk-`

```
public function index(HeaderInformation $headerInformation): array
{
    $users = $this->getUsers();

    $headerInformation->add('users-count', (string) count($users));

    return $users;
}
```

will result in a response header `x-apitk-users-count: 15`.

### Deprecations (apitk-deprecation-bundle)

[](#deprecations-apitk-deprecation-bundle)

You can mark actions as deprecated so developers can notice that they have to update their API call to a newer version or to use a whole other endpoint.

[see CHECK24/apitk-deprecation-bundle](https://github.com/byWulf/apitk-deprecation-bundle)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 55.1% 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 ~160 days

Recently: every ~167 days

Total

9

Last Release

1577d ago

Major Versions

0.9.0 → 1.0.02018-08-16

1.0.2 → 2.0.02020-03-20

2.2.0 → 3.1.02021-11-09

3.1.0 → 4.0.02022-01-19

PHP version history (4 changes)0.9.0PHP ^7.1.3

2.2.0PHP ^7.1.3 || ^8.0

3.1.0PHP ^7.4 || ^8.0

4.0.0PHP ^8.0

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/82e22e3d09adca0634ae909f6e3a8cbb82e193d6436ca7e304e2ff666097e58a?d=identicon)[ofeige](/maintainers/ofeige)

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

---

Top Contributors

[![byWulf](https://avatars.githubusercontent.com/u/135651?v=4)](https://github.com/byWulf "byWulf (27 commits)")[![alexdo](https://avatars.githubusercontent.com/u/690188?v=4)](https://github.com/alexdo "alexdo (14 commits)")[![markuspoerschke](https://avatars.githubusercontent.com/u/1222377?v=4)](https://github.com/markuspoerschke "markuspoerschke (6 commits)")[![dariotilgner](https://avatars.githubusercontent.com/u/1674931?v=4)](https://github.com/dariotilgner "dariotilgner (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/check24-apitk-header-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/check24-apitk-header-bundle/health.svg)](https://phpackages.com/packages/check24-apitk-header-bundle)
```

###  Alternatives

[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k172.9M1.8k](/packages/symfony-security-bundle)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)

PHPackages © 2026

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