PHPackages                             apollo/yii2-xeditable - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. apollo/yii2-xeditable

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

apollo/yii2-xeditable
=====================

Yii2 X-editable trial

026PHP

Since Dec 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vov4ik08/yii2-xeditable)[ Packagist](https://packagist.org/packages/apollo/yii2-xeditable)[ RSS](/packages/apollo-yii2-xeditable/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#X-editable for yii2 trial. Provide only basis functionality. Not stable Usage:

```
 echo GridView::widget([
 .....
 'columns' => [
 ......
 [
                     'value'=>function($data) {

                             if(empty($data->is_active))
                             {
                                 return Yii::t('app','No');
                             }

                             return Yii::t('app','Yes');
                         },
                     'class' => \Apollo\EditableColumn::className(),
                     'dataType'=>'select',
                     'url'=>Yii::$app->urlManager->createUrl('/users/changeStatus'),
                     'editable'=>[

                         'source'=>[
                             ['value'=>1,
                             'text'=>Yii::t('app','Yes')],
                             ['value'=>0,
                             'text'=>Yii::t('app','No')]
                         ],

                     ],

                     'attribute' => 'is_active',
                     'format' => 'raw',
                     'filter' => ['1' => Yii::t('app', 'Yes'),'0' => Yii::t('app', 'No'),],

                 ],
                 .....
                 ]
                 .....
                 ]);
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/dbfece9bf70655e7c7f845c989622464c5fb092c2833c4333f9a4659ae1a5415?d=identicon)[vov4ik08](/maintainers/vov4ik08)

---

Top Contributors

[![vov4ik08](https://avatars.githubusercontent.com/u/2761022?v=4)](https://github.com/vov4ik08 "vov4ik08 (3 commits)")[![marciocamello](https://avatars.githubusercontent.com/u/4071580?v=4)](https://github.com/marciocamello "marciocamello (1 commits)")

### Embed Badge

![Health badge](/badges/apollo-yii2-xeditable/health.svg)

```
[![Health](https://phpackages.com/badges/apollo-yii2-xeditable/health.svg)](https://phpackages.com/packages/apollo-yii2-xeditable)
```

###  Alternatives

[razonyang/yii2-rate-limiter

Yii2 Rate Limiter

1025.0k1](/packages/razonyang-yii2-rate-limiter)

PHPackages © 2026

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