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

AbandonedArchivedYii2-extension

alexantr/yii2-ckeditor
======================

CKEditor widget for Yii 2

2.2.0(7y ago)130.7k↑50%1[1 PRs](https://github.com/alexantr/yii2-ckeditor/pulls)MITPHP

Since Nov 3Pushed 3mo ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (9)Used By (0)

CKEditor widget for Yii 2
=========================

[](#ckeditor-widget-for-yii-2)

This extension renders a [CKEditor](http://ckeditor.com/) widget for [Yii framework 2.0](http://www.yiiframework.com).

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

[](#installation)

Install extension through [composer](http://getcomposer.org/):

```
composer require alexantr/yii2-ckeditor

```

CKEditor version
----------------

[](#ckeditor-version)

This extension works with stable `standard-all` build. The `standard-all` build includes all official CKSource plugins with only those from the `standard` installation preset compiled into the `ckeditor.js` file and enabled in the configuration.

> **Note:** Since version 2.0 the extension loads CKEditor from [CDN](https://cdn.ckeditor.com/).

Usage
-----

[](#usage)

The following code in a view file would render a CKEditor widget:

```
