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

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

borales/yii2-ace-widget
=======================

Yii2 Ace (Ajax.org Cloud9 Editor) Widget

0.0.1(11y ago)21741[3 issues](https://github.com/Borales/yii2-ace-widget/issues)[2 PRs](https://github.com/Borales/yii2-ace-widget/pulls)BSD-3-ClausePHP

Since Feb 1Pushed 10y ago1 watchersCompare

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

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

Yii2 Ace (Ajax.org Cloud9 Editor) Widget
========================================

[](#yii2-ace-ajaxorg-cloud9-editor-widget)

[![Latest Stable Version](https://camo.githubusercontent.com/88b2de98a970621937653e39ead8ccad9c01d90f9f0bd606afa37665c7beef8b/68747470733a2f2f706f7365722e707567782e6f72672f626f72616c65732f796969322d6163652d7769646765742f762f737461626c652e737667)](https://packagist.org/packages/borales/yii2-ace-widget)[![Total Downloads](https://camo.githubusercontent.com/ccb2bc115765ab09ad9d6404a5fa3f3bd7942e1361ffa35b82aa42b1bce96be2/68747470733a2f2f706f7365722e707567782e6f72672f626f72616c65732f796969322d6163652d7769646765742f646f776e6c6f6164732e737667)](https://packagist.org/packages/borales/yii2-ace-widget)[![Latest Unstable Version](https://camo.githubusercontent.com/f8d97760edf607266bc9403e6c712083cf69b1021a22164b3b3a188572bc5273/68747470733a2f2f706f7365722e707567782e6f72672f626f72616c65732f796969322d6163652d7769646765742f762f756e737461626c652e737667)](https://packagist.org/packages/borales/yii2-ace-widget)[![License](https://camo.githubusercontent.com/4009adb6246e1a8ff606ce620da88ebe4574705a80168b6616267e19e1fe07b1/68747470733a2f2f706f7365722e707567782e6f72672f626f72616c65732f796969322d6163652d7769646765742f6c6963656e73652e737667)](https://packagist.org/packages/borales/yii2-ace-widget)

Ace (Ajax.org Cloud9 Editor) source repository can be found here - .

Original demo can be found here - .

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

[](#installation)

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

Either run

```
$ php composer.phar require "borales/yii2-ace-widget" "*"
```

or add

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

```

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

Usage (with default options)
----------------------------

[](#usage-with-default-options)

```
// For your model
echo \borales\widgets\ace\Widget::widget([
    'model' => $model,
    'attribute' => 'attribute_name',
]);

// Using with ActiveForm/ActiveField
echo $this->field($model, 'attribute_name')->widget(
    \borales\widgets\ace\Widget::className()
);

// For basic usage
echo \borales\widgets\ace\Widget::widget([
    'name' => 'editor_name',
    'value' => 'your text code',
]);
```

### Options

[](#options)

- `mode` - code language (default is `php`).
- `theme` - color scheme (default is `github`).
- `editable` - whether to display editable text input or just highlight the output (default is `true`).
- `autocompletion` - whether to enable simple autocompletion functionality (only with `editable = true`).
- `aceOptions` - ACE's editor options.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

4118d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a7700b2f0b477c2b60e3624bfd4aac000d5cb1d9e75e45a7f99ede46c6fe1e2?d=identicon)[borales](/maintainers/borales)

---

Top Contributors

[![Borales](https://avatars.githubusercontent.com/u/1118933?v=4)](https://github.com/Borales "Borales (4 commits)")

---

Tags

yii2aceace-editorCloud9 Editor

### Embed Badge

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

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

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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