PHPackages                             mhayajneh/yii2-ckeditor5-word - 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. [Templating &amp; Views](/categories/templating)
4. /
5. mhayajneh/yii2-ckeditor5-word

ActiveYii2-extension[Templating &amp; Views](/categories/templating)

mhayajneh/yii2-ckeditor5-word
=============================

CKEditor for Yii

0.1(2y ago)016MITPHP

Since Aug 1Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

yii2-ckeditor5-word
===================

[](#yii2-ckeditor5-word)

CKEditor for Yii with static build ()

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist mhayajneh/yii2-ckeditor5-word "*"

```

or add

```
"mhayajneh/yii2-ckeditor5-word": "*"

```

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

Usage
-----

[](#usage)

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

```
use sangroya\ckeditor5\CKEditor;
