PHPackages                             cangak/yii2-ajaxcrud-bs4 - 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. cangak/yii2-ajaxcrud-bs4

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

cangak/yii2-ajaxcrud-bs4
========================

Gii CRUD template for Single Page Ajax Administration for yii2

v2(3y ago)111Apache-2.0PHP

Since Jun 5Pushed 3y ago1 watchersCompare

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

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

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

[](#yii2-ajaxcrud)

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

```
composer require --prefer-dist cangak/yii2-ajaxcrud-bs4 "*"

```

or add

```
"cangak/yii2-ajaxcrud-bs4": "*"

```

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

karena glyphicon glyphicon-plus di bootstrap 4 ++ tidak lagi di support jadi pakai fa

```
composer require "rmrevin/yii2-fontawesome:2.10.*"

```

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

janganlupa di AppAsset.php

```
ublic $depends = [
        'yii\web\YiiAsset',
        'yii\bootstrap4\BootstrapAsset',
        // '\rmrevin\yii\fontawesome\AssetBundle'

    ];
```

lalu di param

```
      'bsVersion' => '4.x', // this will set globally `bsVersion` to Bootstrap 5.x for all Krajee Extensions
```

You can then access Gii through the following URL:

and you can see **Ajax CRUD Generator**

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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 ~0 days

Total

2

Last Release

1437d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6079b8bcdfec3e2022df5e27689070412e6ee84093d088feb3e649a5ebe58d3a?d=identicon)[cangak](/maintainers/cangak)

---

Top Contributors

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

---

Tags

databasetemplateyii2extensionajaxcrudgii

### Embed Badge

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

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

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