PHPackages                             callmez/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. [Templating &amp; Views](/categories/templating)
4. /
5. callmez/yii2-ajaxcrud

ActiveYii2-extension[Templating &amp; Views](/categories/templating)

callmez/yii2-ajaxcrud
=====================

单页AJAX-CRUD GII模板生成器

1.0.4(10y ago)1241Apache-2.0PHP

Since Jun 29Pushed 10y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (6)Used By (0)

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

[](#yii2-ajaxcrud)

[![Latest Stable Version](https://camo.githubusercontent.com/12d4a055aa128a60d22c6d9d8184fcb8b16680476ec480fb5ef61fbf0f921189/68747470733a2f2f706f7365722e707567782e6f72672f63616c6c6d657a2f796969322d616a6178637275642f762f737461626c65)](https://packagist.org/packages/callmez/yii2-ajaxcrud)[![License](https://camo.githubusercontent.com/8221859e98ca4bf786ea8959afd4ccee130f233fe8e3057181a2b0999140b9ec/68747470733a2f2f706f7365722e707567782e6f72672f63616c6c6d657a2f796969322d616a6178637275642f6c6963656e7365)](https://packagist.org/packages/callmez/yii2-ajaxcrud)[![Total Downloads](https://camo.githubusercontent.com/c1a27c28491dfb3e19f256bae19a064f6427a96650f7b13846ea210a17f2f78b/68747470733a2f2f706f7365722e707567782e6f72672f63616c6c6d657a2f796969322d616a6178637275642f646f776e6c6f616473)](https://packagist.org/packages/callmez/yii2-ajaxcrud)[![Monthly Downloads](https://camo.githubusercontent.com/9fa38269826a5b1920dfb87ea90f7bd5a07f74580cf1f8cc99813d26ac9cd264/68747470733a2f2f706f7365722e707567782e6f72672f63616c6c6d657a2f796969322d616a6178637275642f642f6d6f6e74686c79)](https://packagist.org/packages/callmez/yii2-ajaxcrud)[![Daily Downloads](https://camo.githubusercontent.com/02f30dd07bfaa2c1bac003a55be7de2bf23dd513b7e2291f3fca09753f5f7dfa/68747470733a2f2f706f7365722e707567782e6f72672f63616c6c6d657a2f796969322d616a6178637275642f642f6461696c79)](https://packagist.org/packages/callmez/yii2-ajaxcrud)

Gii CRUD template for Single Page Ajax Administration for yii2

[![yii2 ajaxcrud extension screenshot](https://camo.githubusercontent.com/250253726e8ea6d324caf90131768c343096933630d9a29abf307901b2f651dd/68747470733a2f2f63312e737461746963666c69636b722e636f6d2f312f3333302f31383635393933313433335f366533646232343631645f6f2e706e67 "yii2 ajaxcrud extension screenshot")](https://camo.githubusercontent.com/250253726e8ea6d324caf90131768c343096933630d9a29abf307901b2f651dd/68747470733a2f2f63312e737461746963666c69636b722e636f6d2f312f3333302f31383635393933313433335f366533646232343631645f6f2e706e67)

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 callmez/yii2-ajaxcrud "*"

```

or add

```
"callmez/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

Edit modules config in your main config file

```
'modules' => [
    ...

    'gridview' =>  [
        'class' => 'kartik\grid\Module'
    ],
    'gii' => [
        ...

        'generators' =>  [
            ...
            'ajaxcrud' => 'callmez\ajaxcrud\generators\Generator'
        ]
    ]
]
```

You can then access Gii through the following URL:

and you can see **Ajax CRUD Generator**

Contributing to this project
----------------------------

[](#contributing-to-this-project)

Anyone and everyone is welcome to contribute.

License
-------

[](#license)

yii2-ajaxcrud is released under the Apache-2.0.

Versions History
----------------

[](#versions-history)

**Version 1.0.4**

- Code format, The generate code looks good now.

**Version 1.0.3**

- Separate assets to yii2-ajaxcrud-assets

**Version 1.0.2**

- Clean template for better output

**Version 1.0.1**

- Fix bug: Invalid icon for fullscreen button

**Version 1.0.0**

- Initial version

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 78.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 ~0 days

Total

5

Last Release

3974d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/133ed7e990d10a18e1c6feab2a12143d5367755c76fe211222bfcdd4741412b6?d=identicon)[callmez](/maintainers/callmez)

---

Top Contributors

[![johnitvn](https://avatars.githubusercontent.com/u/8359652?v=4)](https://github.com/johnitvn "johnitvn (41 commits)")[![callmez](https://avatars.githubusercontent.com/u/1625891?v=4)](https://github.com/callmez "callmez (11 commits)")

---

Tags

templateyii2extensionajaxcrudgii

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/callmez-yii2-ajaxcrud/health.svg)](https://phpackages.com/packages/callmez-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)
