PHPackages                             jinowom/yii2jajaxcrud - 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. jinowom/yii2jajaxcrud

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

jinowom/yii2jajaxcrud
=====================

Gii CRUD template for Single Page Ajax Administration for yii2

v1.0.6(1y ago)06Apache-2.0PHPPHP &gt;=7.1 || ^8.2

Since Nov 4Pushed 1y agoCompare

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

READMEChangelogDependencies (11)Versions (8)Used By (0)

yii2jajaxcrud
=============

[](#yii2jajaxcrud)

[![Latest Stable Version](https://camo.githubusercontent.com/1bb46ac6f7d114012c896c3a57150c0e49cf1418a1ff11bf0965674708c32663/68747470733a2f2f706f7365722e707567782e6f72672f6a696e6f776f6d2f796969326a616a6178637275642f762f737461626c65)](https://packagist.org/packages/jinowom/yii2jajaxcrud)[![License](https://camo.githubusercontent.com/dad097e8df46f2c09d20f1009ef0a6b38ec40d92e3b20695e9628d746f9faf5b/68747470733a2f2f706f7365722e707567782e6f72672f6a696e6f776f6d2f796969326a616a6178637275642f6c6963656e7365)](https://packagist.org/packages/jinowom/yii2jajaxcrud)[![Total Downloads](https://camo.githubusercontent.com/7d6d7afb1ef3bbba80473c9e3cdd176d100e77d03e3ed7d5f4067a0a57b22348/68747470733a2f2f706f7365722e707567782e6f72672f6a696e6f776f6d2f796969326a616a6178637275642f646f776e6c6f616473)](https://packagist.org/packages/jinowom/yii2jajaxcrud)

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 jinowom/yii2jajaxcrud "^2.1"
or
php composer.phar require --prefer-dist jinowom/yii2jajaxcrud "^3.0"

```

or add

```
"jinowom/yii2jajaxcrud": "^2.1"
or
"jinowom/yii2jajaxcrud": "^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']['jinowommodel'] = [
    'class' => \jinowom\jajaxcrud\generators\model\Generator::class,
    'showName' => "YOUR MODEL GENERATOR",
];
$config['modules']['gii']['generators']['jinowomjajaxcrud'] = [
    'class' => \jinowom\jajaxcrud\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)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance43

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~139 days

Recently: every ~208 days

Total

7

Last Release

453d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b263a1a85f4ed56baa2458ee30abe2a215f2acec53715c57c3bacc91693de4a?d=identicon)[charleslee](/maintainers/charleslee)

---

Top Contributors

[![jinostart](https://avatars.githubusercontent.com/u/41822778?v=4)](https://github.com/jinostart "jinostart (9 commits)")

---

Tags

databasetemplateyii2extensionajaxcrudgii

### Embed Badge

![Health badge](/badges/jinowom-yii2jajaxcrud/health.svg)

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

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