PHPackages                             mbenedek/yii2-ajaxcrud - 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. [Database &amp; ORM](/categories/database)
4. /
5. mbenedek/yii2-ajaxcrud

ActiveYii2-extension[Database &amp; ORM](/categories/database)

mbenedek/yii2-ajaxcrud
======================

Gii CRUD template for Single Page Ajax Administration for yii2

2.1.3(10y ago)020Apache-2.0PHP

Since Jun 29Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mbenedek/yii2-ajaxcrud)[ Packagist](https://packagist.org/packages/mbenedek/yii2-ajaxcrud)[ RSS](/packages/mbenedek-yii2-ajaxcrud/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (6)Versions (21)Used By (0)

yii2-ajaxcrud
=============

[](#yii2-ajaxcrud)

Gii CRUD template for Single Page Ajax Administration for yii2

Features
--------

[](#features)

- Create, read, update, delete in onpage with Ajax
- Bulk delete suport
- Pjax widget suport
- Export function(pdf,html,text,csv,excel,json)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist mbenedek/yii2-ajaxcrud "*"

```

or add

```
"mbenedek/yii2-ajaxcrud": "*"

```

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

Usage
-----

[](#usage)

For first you must enable Gii module Read more about [Gii code generation tool](http://www.yiiframework.com/doc-2.0/guide-tool-gii.html)

Because this extension used [kartik-v/yii2-grid](https://github.com/kartik-v/yii2-grid) extensions so we must config gridview module before

Let 's add into modules config in your main config file

```
'modules' => [
    'gridview' =>  [
        'class' => '\kartik\grid\Module'
    ]
]
```

You can then access Gii through the following URL:

and you can see **Ajax CRUD Generator**

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 73.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 ~14 days

Recently: every ~30 days

Total

20

Last Release

3706d ago

Major Versions

1.0.6 → 2.0.02015-07-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/83e4424007947aec57446751058e5c8bfebdb2ebce57266cecabfce728c6ab7c?d=identicon)[mbenedek](/maintainers/mbenedek)

---

Top Contributors

[![johnitvn](https://avatars.githubusercontent.com/u/8359652?v=4)](https://github.com/johnitvn "johnitvn (96 commits)")[![drsdre](https://avatars.githubusercontent.com/u/809827?v=4)](https://github.com/drsdre "drsdre (21 commits)")[![neochar](https://avatars.githubusercontent.com/u/1275668?v=4)](https://github.com/neochar "neochar (6 commits)")[![mbenedek](https://avatars.githubusercontent.com/u/1043048?v=4)](https://github.com/mbenedek "mbenedek (3 commits)")[![qSebastiaNp](https://avatars.githubusercontent.com/u/6986976?v=4)](https://github.com/qSebastiaNp "qSebastiaNp (2 commits)")[![athikurrakhman](https://avatars.githubusercontent.com/u/67375034?v=4)](https://github.com/athikurrakhman "athikurrakhman (1 commits)")[![waffle-iron](https://avatars.githubusercontent.com/u/6912981?v=4)](https://github.com/waffle-iron "waffle-iron (1 commits)")

---

Tags

databasetemplateyii2extensionajaxcrudgii

### Embed Badge

![Health badge](/badges/mbenedek-yii2-ajaxcrud/health.svg)

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

###  Alternatives

[johnitvn/yii2-ajaxcrud

Gii CRUD template for Single Page Ajax Administration for yii2

97209.6k16](/packages/johnitvn-yii2-ajaxcrud)

PHPackages © 2026

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