PHPackages                             devgroup/yii2-ace-widget - 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. [Framework](/categories/framework)
4. /
5. devgroup/yii2-ace-widget

ActiveYii2-extension[Framework](/categories/framework)

devgroup/yii2-ace-widget
========================

Yii2 ACE widget

v1.3.0(9y ago)414.3kGPL-3.0+PHP

Since Dec 16Pushed 9y ago17 watchersCompare

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

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

ACE Editor Extension for Yii 2
==============================

[](#ace-editor-extension-for-yii-2)

This extension provides the [ACE](http://ace.c9.io/) integration for the Yii2 framework.

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

[](#installation)

This extension requires [ace-builds](https://github.com/ajaxorg/ace-builds/)

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

Either run

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

```

or add

```
"devgroup/yii2-ace-widget": "*"

```

to the require section of your composer.json.

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

[](#general-usage)

```
use devgroup\ace\Ace;

Ace::widget([
    'mode' => 'php', // editor mode
    'name' => '', // editor name
    'options' => [], // html options
    'theme' => 'github', // editor theme
    'value' => '', // editor default value
]);
```

or

in view file

```

```

and your controller

```
use devgroup\ace\AceHelper

...
AceHelper::setAceScript(controller, theme);
...
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~247 days

Total

4

Last Release

3429d 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 (8 commits)")[![Hector68](https://avatars.githubusercontent.com/u/920564?v=4)](https://github.com/Hector68 "Hector68 (1 commits)")[![Philosoft](https://avatars.githubusercontent.com/u/296326?v=4)](https://github.com/Philosoft "Philosoft (1 commits)")

---

Tags

yii2aceace-editor

### Embed Badge

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

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

###  Alternatives

[yiisoft/yii2-twig

The Twig integration for the Yii framework

1431.9M32](/packages/yiisoft-yii2-twig)[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[tecnocen/yii2-formgenerator

Yii 2 Library to configure form generator

145.7k](/packages/tecnocen-yii2-formgenerator)

PHPackages © 2026

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