PHPackages                             bupy7/yii2-ajaxfilter - 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. bupy7/yii2-ajaxfilter

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

bupy7/yii2-ajaxfilter
=====================

Filter deny or allow access to actions of controllers.

1.0.1(8y ago)43.5k↑111.8%2BSD-3-ClausePHP

Since Jun 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/bupy7/yii2-ajaxfilter)[ Packagist](https://packagist.org/packages/bupy7/yii2-ajaxfilter)[ Docs](https://github.com/bupy7/yii2-ajaxfilter)[ RSS](/packages/bupy7-yii2-ajaxfilter/feed)WikiDiscussions master Synced 1mo ago

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

Ajax filter for Yii2
====================

[](#ajax-filter-for-yii2)

Filter deny or allow access to actions of controllers.

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

[](#installation)

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

Either run

```
$ php composer.phar require bupy7/yii2-ajaxfilter "dev-master"

```

or add

```
"bupy7/yii2-ajaxfilter": "dev-master"

```

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

How use
-------

[](#how-use)

```
use bupy7\ajaxfilter\AjaxFilter;

public function behaviors()
{
	return [
		[
			'class' => AjaxFilter::className(),
			'actions' => ['actionName', 'actionName2'],
		],
	];
}
```

License
-------

[](#license)

yii2-ajaxfilter is released under the BSD 3-Clause License.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 95.8% 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 ~599 days

Total

2

Last Release

3004d ago

### Community

Maintainers

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

---

Top Contributors

[![bupy7](https://avatars.githubusercontent.com/u/5145037?v=4)](https://github.com/bupy7 "bupy7 (23 commits)")[![vov4ik08](https://avatars.githubusercontent.com/u/2761022?v=4)](https://github.com/vov4ik08 "vov4ik08 (1 commits)")

---

Tags

filteryii2ajax

### Embed Badge

![Health badge](/badges/bupy7-yii2-ajaxfilter/health.svg)

```
[![Health](https://phpackages.com/badges/bupy7-yii2-ajaxfilter/health.svg)](https://phpackages.com/packages/bupy7-yii2-ajaxfilter)
```

###  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)[keygenqt/yii2-autocomplete-ajax

A simple way to search model id of the attributes model

1015.8k](/packages/keygenqt-yii2-autocomplete-ajax)[cyneek/yii2-routes

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

202.1k](/packages/cyneek-yii2-routes)

PHPackages © 2026

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