PHPackages                             fahada305/yii2-fagrid - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fahada305/yii2-fagrid

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

fahada305/yii2-fagrid
=====================

FaGrid jQuery based table grid view

05PHP

Since Jan 8Pushed 7y agoCompare

[ Source](https://github.com/fahada305/yii2-fagrid)[ Packagist](https://packagist.org/packages/fahada305/yii2-fagrid)[ RSS](/packages/fahada305-yii2-fagrid/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

FaGrid GridView
===============

[](#fagrid-gridview)

FaGrid jQuery based table grid view

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist fahada305/yii2-fagrid "*"

```

or add

```
"fahada305/yii2-fagrid": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

in your Controller create function for getting data make sure resposne format must be `json` and query must `asArray`

```
namespace app\controllers;
..........
.........

public function actionData() {

		$model = Category::find()->asArray()->all();

		\Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
		return $model;
	}
........
........
.......
```

In Your View file

```
$dataUrl = "category/data";  // "controller->id/action->id or "module->id/controller->id/action->id"

$columns = [
	['name' => 'name'],
	['name' => 'type'],
	['name' => 'description'],
	];

```
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8715d8af2b70717bddeb738e0db232bd72cbc680ef39ce43f6da695a4f7eedf0?d=identicon)[fahada305](/maintainers/fahada305)

---

Top Contributors

[![fahada305](https://avatars.githubusercontent.com/u/22114562?v=4)](https://github.com/fahada305 "fahada305 (18 commits)")

### Embed Badge

![Health badge](/badges/fahada305-yii2-fagrid/health.svg)

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

###  Alternatives

[danielstjules/sliceable-stringy

Python string slices in PHP

4751.6k1](/packages/danielstjules-sliceable-stringy)[hunternnm/laravel-roadrunner

Bridge for high-performance PHP application server - RoadRunner

471.2k](/packages/hunternnm-laravel-roadrunner)

PHPackages © 2026

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