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

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

overplex/yii2wajaxcrud
======================

Gii CRUD template for Single Page Ajax Administration for yii2

3.0.19(5y ago)012Apache-2.0PHPPHP &gt;=7.1

Since Jun 29Pushed 5y agoCompare

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

READMEChangelog (2)Dependencies (11)Versions (44)Used By (0)

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

[](#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
- Internationalization

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

[](#installation)

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

Either run

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

```

or add

```
"overplex/yii2wajaxcrud": "^2.1"
or
"overplex/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' => \overplex\wajaxcrud\generators\model\Generator::class,
    'showName' => "Model Generator 2",
];
$config['modules']['gii']['generators']['wodrowwajaxcrud'] = [
    'class' => \overplex\wajaxcrud\generators\crud\Generator::class,
    'showName' => "Ajax CRUD Generator 2",
];
```

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)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 54.5% 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 ~44 days

Recently: every ~23 days

Total

43

Last Release

2112d ago

Major Versions

1.0.6 → 2.0.02015-07-09

2.1.6 → 3.0.02019-05-09

### Community

Maintainers

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

---

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 (47 commits)")[![drsdre](https://avatars.githubusercontent.com/u/809827?v=4)](https://github.com/drsdre "drsdre (21 commits)")[![breadplex](https://avatars.githubusercontent.com/u/181851642?v=4)](https://github.com/breadplex "breadplex (6 commits)")[![overplex](https://avatars.githubusercontent.com/u/61654129?v=4)](https://github.com/overplex "overplex (2 commits)")[![qSebastiaNp](https://avatars.githubusercontent.com/u/6986976?v=4)](https://github.com/qSebastiaNp "qSebastiaNp (2 commits)")[![waffle-iron](https://avatars.githubusercontent.com/u/6912981?v=4)](https://github.com/waffle-iron "waffle-iron (1 commits)")[![athikurrakhman](https://avatars.githubusercontent.com/u/67375034?v=4)](https://github.com/athikurrakhman "athikurrakhman (1 commits)")

---

Tags

databasetemplateyii2extensionajaxcrudgii

### Embed Badge

![Health badge](/badges/overplex-yii2wajaxcrud/health.svg)

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

###  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)
