PHPackages                             sfagnum/kohana-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. [Templating &amp; Views](/categories/templating)
4. /
5. sfagnum/kohana-ckeditor

ActiveKohana-module[Templating &amp; Views](/categories/templating)

sfagnum/kohana-ckeditor
=======================

Integration module of WYSIWYG CKEditor to Kohana framework.

10137[2 issues](https://github.com/sfagnum/Kohana-CKEditor/issues)PHP

Since Nov 29Pushed 12y ago5 watchersCompare

[ Source](https://github.com/sfagnum/Kohana-CKEditor)[ Packagist](https://packagist.org/packages/sfagnum/kohana-ckeditor)[ RSS](/packages/sfagnum-kohana-ckeditor/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Kohana-CKEditor
===============

[](#kohana-ckeditor)

integration module of CKEditor for Kohana 3.3

Example
-------

[](#example)

In you controller:

```
class Controller_Abstract extends Controller_Template
{
    public $template = 'layouts/main';

    function before()
    {
        parent::before();
		$this->template->editor = '';
    }
    function after()
    {
    	$this->template->editor = Ckeditor::instance();

    	parent::after();
    }
```

In you 'layouts/main.php' file add: ```html &lt;title&gt;Cool site&lt;/title&gt; editor('name', 'Lorem ipsum...', array('width' =&gt; 400)); ?&gt; ```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/42b912bdb027c3549cb10cbe9f936c6d6beace0aefc83b615eea4b3e9044c855?d=identicon)[sfagnum](/maintainers/sfagnum)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sfagnum-kohana-ckeditor/health.svg)

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3861.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.0k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.2k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

291.8k](/packages/webkinder-sproutset)

PHPackages © 2026

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