PHPackages                             uzdevid/yii2-header-checker - 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. [Search &amp; Filtering](/categories/search)
4. /
5. uzdevid/yii2-header-checker

ActiveYii2-extension[Search &amp; Filtering](/categories/search)

uzdevid/yii2-header-checker
===========================

Yii2 Request Header checker filter

1.0.0(2y ago)01.7kMITPHP

Since Sep 4Pushed 2y agoCompare

[ Source](https://github.com/uzdevid/yii2-header-checker)[ Packagist](https://packagist.org/packages/uzdevid/yii2-header-checker)[ RSS](/packages/uzdevid-yii2-header-checker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Yii2 Header Checker
===================

[](#yii2-header-checker)

Yii2 Request Header checker filter

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

[](#installation)

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

Either run

```
composer require --prefer-dist uzdevid/yii2-header-checker "*"

```

or add

```
"uzdevid/yii2-header-checker": "1.0.0"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

```
public function behaviors(): array {
    $behaviors = parent::behaviors();

    $behaviors['HeaderCheck'] = [
        'class' => HeaderCheckerFilter::class,
        'actions' => [
            'verify' => ['User-Agent', 'Device-Id', 'Device-Type'],
            'refresh' => ['Refresh-Token']
        ],
    ];

    return $behaviors;
}

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

987d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/104216283?v=4)[UzDevid](/maintainers/uzdevid)[@uzdevid](https://github.com/uzdevid)

---

Top Contributors

[![DikoIbragimov](https://avatars.githubusercontent.com/u/167644693?v=4)](https://github.com/DikoIbragimov "DikoIbragimov (1 commits)")

---

Tags

headerfilteryii2checker

### Embed Badge

![Health badge](/badges/uzdevid-yii2-header-checker/health.svg)

```
[![Health](https://phpackages.com/badges/uzdevid-yii2-header-checker/health.svg)](https://phpackages.com/packages/uzdevid-yii2-header-checker)
```

###  Alternatives

[thrieu/yii2-grid-view-state

Save filters from GridView to session, keep the filter state between pages.

1313.1k1](/packages/thrieu-yii2-grid-view-state)[cyneek/yii2-routes

Routing and filtering extension system for Yii2 framework that emulates the Laravel routing system.

202.1k](/packages/cyneek-yii2-routes)[silverstripe-terraformers/gridfield-rich-filter-header

Rich filter header component for GridField

1325.7k1](/packages/silverstripe-terraformers-gridfield-rich-filter-header)

PHPackages © 2026

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