PHPackages                             yii-starter-kit/yii2-aceeditor - 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. yii-starter-kit/yii2-aceeditor

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

yii-starter-kit/yii2-aceeditor
==============================

Yii2 Ace Editor widget

2.0.0(5mo ago)01BSD-3-ClausePHP

Since Mar 9Pushed 5mo agoCompare

[ Source](https://github.com/yii-starter-kit/yii2-aceeditor)[ Packagist](https://packagist.org/packages/yii-starter-kit/yii2-aceeditor)[ RSS](/packages/yii-starter-kit-yii2-aceeditor/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Ace Editor Widget For Yii2
==========================

[](#ace-editor-widget-for-yii2)

About
-----

[](#about)

It is [Ace Editor](https://ace.c9.io/#nav=about) integration for Yii2 framework.

Demo
----

[](#demo)

Ace Editor demo can be found [here](https://ace.c9.io/#ace_editor_demo=&nav=about)

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

[](#installation)

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

Either run

```
composer require yii-starter-kit/yii2-aceeditor
```

or add

```
"yii-starter-kit/yii2-aceeditor": "^2.0.0"
```

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

Usage
-----

[](#usage)

Using model

```
YiiStarterKit\aceeditor\AceEditor::widget([
	// You can either use it for model attribute
	'model' => $my_model,
	'attribute' => 'my_field',

	// or just for input field
	'name' => 'my_input_name',

    'mode'=>'html', // programing language mode. Default "html"
    'theme'=>'github', // editor theme. Default "github"
    'readOnly'=>'true' // Read-only mode on/off = true/false. Default "false"
]);
```

With active field

```
$form->field($model, 'field')->widget(
        YiiStarterKit\aceeditor\AceEditor::className(),
        [
            'mode'=>'html', // programing language mode. Default "html"
            'theme'=>'github', // editor theme. Default "github"
            'readOnly'=>'true' // Read-only mode on/off = true/false. Default "false"
        ]
    )
```

Lists of all available modes and themes see [here](https://github.com/ajaxorg/ace)

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance73

Regular maintenance activity

Popularity1

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor3

3 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

Unknown

Total

1

Last Release

154d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1656037?v=4)[Victor Gonzalez](/maintainers/XzAeRo)[@XzAeRo](https://github.com/XzAeRo)

---

Top Contributors

[![EvgenyVetrov](https://avatars.githubusercontent.com/u/15690133?v=4)](https://github.com/EvgenyVetrov "EvgenyVetrov (2 commits)")[![hamrak](https://avatars.githubusercontent.com/u/5807028?v=4)](https://github.com/hamrak "hamrak (2 commits)")[![XzAeRo](https://avatars.githubusercontent.com/u/1656037?v=4)](https://github.com/XzAeRo "XzAeRo (2 commits)")[![schmunk42](https://avatars.githubusercontent.com/u/649031?v=4)](https://github.com/schmunk42 "schmunk42 (1 commits)")[![trntv](https://avatars.githubusercontent.com/u/1162056?v=4)](https://github.com/trntv "trntv (1 commits)")[![ZAYEC77](https://avatars.githubusercontent.com/u/4509483?v=4)](https://github.com/ZAYEC77 "ZAYEC77 (1 commits)")

---

Tags

yiicode editoraceeditor

### Embed Badge

![Health badge](/badges/yii-starter-kit-yii2-aceeditor/health.svg)

```
[![Health](https://phpackages.com/badges/yii-starter-kit-yii2-aceeditor/health.svg)](https://phpackages.com/packages/yii-starter-kit-yii2-aceeditor)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[trntv/yii2-aceeditor

Yii2 ajax.org Ace Editor widget

43843.9k21](/packages/trntv-yii2-aceeditor)[rmrevin/yii2-fontawesome

Asset Bundle for Yii2 with Font Awesome

1474.3M137](/packages/rmrevin-yii2-fontawesome)[skeeks/cms

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

13926.0k65](/packages/skeeks-cms)[romka-chev/yii2-swiper

Yii2 extension for Swiper slider

1840.6k](/packages/romka-chev-yii2-swiper)[romdim/yii2-bootstrap-material

Composer package for implementing FezVrasta's bootstrap material design in Yii2.

2010.9k3](/packages/romdim-yii2-bootstrap-material)

PHPackages © 2026

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