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 today

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

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

3476d ago

### Community

Maintainers

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

---

Top Contributors

[![devgen67](https://avatars.githubusercontent.com/u/2807102?v=4)](https://github.com/devgen67 "devgen67 (8 commits)")[![devgen-io](https://avatars.githubusercontent.com/u/2807102?v=4)](https://github.com/devgen-io "devgen-io (8 commits)")[![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

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[yiisoft/yii2-redis

Redis Cache, Session and ActiveRecord for the Yii framework

47912.3M278](/packages/yiisoft-yii2-redis)[yiisoft/yii2-app-advanced

Yii 2 Advanced Project Template

1.7k961.7k5](/packages/yiisoft-yii2-app-advanced)[yiisoft/yii2-httpclient

HTTP client extension for the Yii framework

44411.6M327](/packages/yiisoft-yii2-httpclient)[yiisoft/yii2-debug

The debugger extension for the Yii framework

21624.5M618](/packages/yiisoft-yii2-debug)[yiisoft/yii2-app-basic

Yii 2 Basic Project Template

7101.8M8](/packages/yiisoft-yii2-app-basic)

PHPackages © 2026

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