PHPackages                             wodrow/yii2wajaxcrud - 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. wodrow/yii2wajaxcrud

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

wodrow/yii2wajaxcrud
====================

Gii CRUD template for Single Page Ajax Administration for yii2

4.0.2(3y ago)019711Apache-2.0PHPPHP &gt;=7.1

Since Jun 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/wodrow/yii2wajaxcrud)[ Packagist](https://packagist.org/packages/wodrow/yii2wajaxcrud)[ RSS](/packages/wodrow-yii2wajaxcrud/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (13)Versions (46)Used By (1)

yii2wajaxcrud
=============

[](#yii2wajaxcrud)

[![Latest Stable Version](https://camo.githubusercontent.com/1bdebaff915bca400d05bac58229b77b7d7b316a514ba6208710386e7bb3b5fd/68747470733a2f2f706f7365722e707567782e6f72672f776f64726f772f7969693277616a6178637275642f762f737461626c65)](https://packagist.org/packages/wodrow/yii2wajaxcrud)[![License](https://camo.githubusercontent.com/2551514cfa5f1347839f4a0aa9f4791131ffe03d168a3f86840855d501b14540/68747470733a2f2f706f7365722e707567782e6f72672f776f64726f772f7969693277616a6178637275642f6c6963656e7365)](https://packagist.org/packages/wodrow/yii2wajaxcrud)[![Total Downloads](https://camo.githubusercontent.com/a4c9f5d7c2e98fc130f085955f2624ebec060e284d9027e623781480dc865231/68747470733a2f2f706f7365722e707567782e6f72672f776f64726f772f7969693277616a6178637275642f646f776e6c6f616473)](https://packagist.org/packages/wodrow/yii2wajaxcrud)

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)
- Editable suport
- Daterange suport

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist wodrow/yii2wajaxcrud "^2.1"
or
php composer.phar require --prefer-dist wodrow/yii2wajaxcrud "^3.0"

```

or add

```
"wodrow/yii2wajaxcrud": "^2.1"
or
"wodrow/yii2wajaxcrud": "^3.0"

```

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'
    ]
]
```

gii config like

```
$config['bootstrap'][] = 'gii';
$config['modules']['gii'] = [
    'class' => 'yii\gii\Module',
];
$config['modules']['gii']['generators']['wodrowmodel'] = [
    'class' => \wodrow\wajaxcrud\generators\model\Generator::class,
    'showName' => "YOUR MODEL GENERATOR",
];
$config['modules']['gii']['generators']['wodrowwajaxcrud'] = [
    'class' => \wodrow\wajaxcrud\generators\crud\Generator::class,
    'showName' => "YOUR AJAX CRUD GENERATOR",
];
```

You can then access Gii through the following URL:

and you can see **YOUR AJAX CRUD GENERATOR**

[![exp1](https://camo.githubusercontent.com/87c424f6a4b5cee2824cd7b2031236e897ca5cc37b0f121543953a3648cfaf73/68747470733a2f2f692e6c6f6c692e6e65742f323031392f30352f30392f356364336137633263623935612e706e67)](https://camo.githubusercontent.com/87c424f6a4b5cee2824cd7b2031236e897ca5cc37b0f121543953a3648cfaf73/68747470733a2f2f692e6c6f6c692e6e65742f323031392f30352f30392f356364336137633263623935612e706e67)[![exp2](https://camo.githubusercontent.com/0055a85757b49a2b7b4fd4b66082485f06e81e76c3c772e6890e851d40fba8f4/68747470733a2f2f692e6c6f6c692e6e65742f323031392f30352f30392f356364336137633263656537612e706e67)](https://camo.githubusercontent.com/0055a85757b49a2b7b4fd4b66082485f06e81e76c3c772e6890e851d40fba8f4/68747470733a2f2f692e6c6f6c692e6e65742f323031392f30352f30392f356364336137633263656537612e706e67)[![exp3](https://camo.githubusercontent.com/fa8c0475932e7c3e00b8bced6731f004556d69fe3380eab39cd89ad0329fd2d3/68747470733a2f2f692e6c6f6c692e6e65742f323031392f30352f30392f356364336137633264313461392e706e67)](https://camo.githubusercontent.com/fa8c0475932e7c3e00b8bced6731f004556d69fe3380eab39cd89ad0329fd2d3/68747470733a2f2f692e6c6f6c692e6e65742f323031392f30352f30392f356364336137633264313461392e706e67)

Others
------

[](#others)

```
#只对github.com
git config --global http.https://github.com.proxy socks5://127.0.0.1:1080

```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 53.6% 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 ~62 days

Recently: every ~239 days

Total

45

Last Release

1269d ago

Major Versions

1.0.6 → 2.0.02015-07-09

2.1.5 → 3.0.02019-05-09

3.0.18 → 4.0.02022-11-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/919eb56724e4b3e9c2f88ba3d9d9ef817bfaaf47d705cc328b959f1c2f842976?d=identicon)[wodrow](/maintainers/wodrow)

---

Top Contributors

[![johnitvn](https://avatars.githubusercontent.com/u/8359652?v=4)](https://github.com/johnitvn "johnitvn (96 commits)")[![wodrow](https://avatars.githubusercontent.com/u/7815635?v=4)](https://github.com/wodrow "wodrow (58 commits)")[![drsdre](https://avatars.githubusercontent.com/u/809827?v=4)](https://github.com/drsdre "drsdre (21 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/wodrow-yii2wajaxcrud/health.svg)

```
[![Health](https://phpackages.com/badges/wodrow-yii2wajaxcrud/health.svg)](https://phpackages.com/packages/wodrow-yii2wajaxcrud)
```

###  Alternatives

[johnitvn/yii2-ajaxcrud

Gii CRUD template for Single Page Ajax Administration for yii2

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

PHPackages © 2026

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