PHPackages                             dakodig/yii2-ckeditor - 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. dakodig/yii2-ckeditor

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

dakodig/yii2-ckeditor
=====================

Memudahkan Install extension CKEditor ke Yii2 Framework Project

0488↓50%PHP

Since Aug 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dakodig/yii2-ckeditor)[ Packagist](https://packagist.org/packages/dakodig/yii2-ckeditor)[ RSS](/packages/dakodig-yii2-ckeditor/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

dakodig/yii2-ckeditor
=====================

[](#dakodigyii2-ckeditor)

Memudahkan Install extension CKEditor ke Yii2 Framework Project

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist dakodig/yii2-ckeditor "dev-main"

```

or add

```
"dakodig/yii2-ckeditor": "dev-main"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
echo \dakodig\yii2ckeditor\YiiCKEditor::widget([
       'id' => 'test',
       'name' => 'test',
       'preset' => 'custom',
       'clientOptions' => [
           'toolbar' => ['bold', 'italic', 'underline'],
           'plugins' => ['Essentials', 'Paragraph', 'Bold', 'Italic']
       ]
  ]);

  Dengan Model
  echo $form->field($model,'annUraian')->widget(\dakodig\yii2ckeditor\YiiCKEditor::class,[
       'preset' => 'custom',
       'clientOptions' => [
           'toolbar' => ['bold', 'italic', 'underline'],
           'plugins' => ['Essentials', 'Paragraph', 'Bold', 'Italic']
       ]
  ]);
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d70e66eb5a763b6db7361cdcc4945b21c657fd831efd3755d4ca339bfd0f416b?d=identicon)[dakodig](/maintainers/dakodig)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/dakodig-yii2-ckeditor/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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