PHPackages                             neilime/zf2-ckeditor-bundle - 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. neilime/zf2-ckeditor-bundle

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

neilime/zf2-ckeditor-bundle
===========================

Zend Framework 2 module for easy integration of the CKEditor WYSIWYG

5107[1 issues](https://github.com/neilime/zf2-ckeditor-bundle/issues)PHP

Since Feb 4Pushed 13y ago4 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

CKEditorBundle
==============

[](#ckeditorbundle)

[![Build Status](https://camo.githubusercontent.com/59f6736b705fd64d36e8fa6e6b5094454eee470c8a9ac016eb2fc2306cbe88ef/68747470733a2f2f7472617669732d63692e6f72672f6e65696c696d652f7a66322d636b656469746f722d62756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/neilime/zf2-ckeditor-bundle)

Created by Neilime

Introduction
------------

[](#introduction)

CKEditorBundle is a module for ZF2 for easy integration of the CKEditor WYSIWYG.

P.S. Sorry for my english. If You wish to help me with this project or correct my english description - You are welcome :)

Requirements
------------

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master)

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

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

1. Install the .
2. Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require": {
        "neilime/zf2-ckeditor-bundle": "dev-master"
    }
    ```
2. Now tell composer to download CKEditorBundle by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php`file.

    ```
