PHPackages                             devgroup/yii2-jsoneditor - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. devgroup/yii2-jsoneditor

ActiveYii2-extension[Parsing &amp; Serialization](/categories/parsing)

devgroup/yii2-jsoneditor
========================

Yii2 jsoneditor widget

v1.1.0(9y ago)1199.6k↓22.2%11[2 PRs](https://github.com/DevGroup-ru/yii2-jsoneditor/pulls)1GPL-3.0+PHP

Since Dec 16Pushed 9y ago17 watchersCompare

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

READMEChangelog (2)Dependencies (3)Versions (3)Used By (1)

Jsoneditor Extension for Yii 2
==============================

[](#jsoneditor-extension-for-yii-2)

This extension provides the [Jsoneditor](http://jsoneditoronline.org/) integration for the Yii2 framework.

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

[](#installation)

This extension requires [Jsoneditor](https://github.com/josdejong/jsoneditor/)

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

Either run

```
php composer.phar require --prefer-dist devgroup/yii2-jsoneditor "*"

```

or add

```
"devgroup/yii2-jsoneditor": "*"

```

to the require section of your composer.json.

General Usage
-------------

[](#general-usage)

```
use devgroup\jsoneditor\Jsoneditor;

Jsoneditor::widget(
    [
        'editorOptions' => [
            'modes' => ['code', 'form', 'text', 'tree', 'view'], // available modes
            'mode' => 'tree', // current mode
        ],
        'name' => 'editor', // input name. Either 'name', or 'model' and 'attribute' properties must be specified.
        'options' => [], // html options
    ]
)
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~740 days

Total

2

Last Release

3422d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee30afa0eff43566c60aa3c8176ad60ec011f9c6936129175ad359dd32110cb2?d=identicon)[evgen-d](/maintainers/evgen-d)

---

Top Contributors

[![evgen-d](https://avatars.githubusercontent.com/u/2807102?v=4)](https://github.com/evgen-d "evgen-d (6 commits)")[![Philosoft](https://avatars.githubusercontent.com/u/296326?v=4)](https://github.com/Philosoft "Philosoft (1 commits)")

---

Tags

jsonyii2editorjsoneditor

### Embed Badge

![Health badge](/badges/devgroup-yii2-jsoneditor/health.svg)

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

###  Alternatives

[kdn/yii2-json-editor

JSON editor widget (josdejong/jsoneditor) for Yii 2.

22570.0k3](/packages/kdn-yii2-json-editor)[nizsheanez/yii2-json-rpc

A lightweight JsonRpc Server and Client for PHP

2034.0k](/packages/nizsheanez-yii2-json-rpc)

PHPackages © 2026

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