PHPackages                             ziixdk/admin-ext-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. ziixdk/admin-ext-ckeditor

ActiveLibrary[Templating &amp; Views](/categories/templating)

ziixdk/admin-ext-ckeditor
=========================

Integrate CKEDITOR into ziix-admin

v1.0.14(4w ago)030MITJavaScriptPHP &gt;=8.3.0

Since Mar 29Pushed 4w agoCompare

[ Source](https://github.com/ziixdk/admin-ext-ckeditor)[ Packagist](https://packagist.org/packages/ziixdk/admin-ext-ckeditor)[ Docs](https://github.com/ziixdk/admin-ext-ckeditor)[ RSS](/packages/ziixdk-admin-ext-ckeditor/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (16)Versions (16)Used By (0)

Integrate CKEDITOR into open-admin
==================================

[](#integrate-ckeditor-into-open-admin)

This is a `ziix-admin` extension that integrates `CKEDITOR` into the `ziix-admin` form.

Screenshot
----------

[](#screenshot)

[![field-ckeditor](https://user-images.githubusercontent.com/86517067/149800371-a99f23ba-c979-4122-bb7d-2cc32ecd0982.png)](https://user-images.githubusercontent.com/86517067/149800371-a99f23ba-c979-4122-bb7d-2cc32ecd0982.png)

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

[](#installation)

```
composer require ziixdk/admin-ext-ckeditor
```

Then

```
php artisan vendor:publish --tag=ziix-admin-ext-ckeditor
```

Configuration
-------------

[](#configuration)

In the `extensions` section of the `config/admin.php` file, add some configuration that belongs to this extension.

```
    'extensions' => [

        'ckeditor' => [

            //Set to false if you want to disable this extension
            'enable' => true,

            // Editor configuration
            'config' => [

            ]
        ]
    ]
```

The configuration of the editor can be found in [CKEditor Documentation](https://ckeditor.com/docs/ckeditor4/latest/guide/), such as configuration language and height.

```
    'config' => [
        'language'      => 'de',
        'height'        => 500,
        'contentsCss'   => '/css/frontend-body-content.css',
    ]
```

Usage
-----

[](#usage)

Use it in the form:

```
$form->ckeditor('content');

// Set config
$form->ckeditor('content')->options(['lang' => 'fr', 'height' => 500,'contentsCss' => '/css/frontend-body-content.css']);
```

Problems?
---------

[](#problems)

If ckeditor is not showing up and tells you that it's not found run the lines below to clear the compiled services and packages.

```
php artisan optimize:clear
```

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance94

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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.

###  Release Activity

Cadence

Every ~4 days

Recently: every ~15 days

Total

15

Last Release

28d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7893468325a51f68568b884b8d486d1f0c04dce2cf768b6d6025dbd5434fb6e2?d=identicon)[ziix\_dk](/maintainers/ziix_dk)

---

Top Contributors

[![rhurup](https://avatars.githubusercontent.com/u/43495471?v=4)](https://github.com/rhurup "rhurup (19 commits)")

---

Tags

extensioneditorwysiwygCKEditoropen-adminziix-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ziixdk-admin-ext-ckeditor/health.svg)

```
[![Health](https://phpackages.com/badges/ziixdk-admin-ext-ckeditor/health.svg)](https://phpackages.com/packages/ziixdk-admin-ext-ckeditor)
```

###  Alternatives

[ktquez/laravel-tinymce

TinyMCE editor for Laravel and Lumen Framework

2525.4k](/packages/ktquez-laravel-tinymce)[mati365/ckeditor5-livewire

CKEditor 5 integration for Laravel Livewire

446.8k](/packages/mati365-ckeditor5-livewire)[jodit/yii2-jodit

Jodit - awesome WYSIWYG Editor like widget for Yii2

1521.7k](/packages/jodit-yii2-jodit)[techguy/laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

1013.7k](/packages/techguy-laravel-ckeditor)[mati365/ckeditor5-symfony

CKEditor 5 integration for Symfony

261.9k](/packages/mati365-ckeditor5-symfony)

PHPackages © 2026

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