PHPackages                             ezadev/xeditor - 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. [Admin Panels](/categories/admin)
4. /
5. ezadev/xeditor

ActiveLibrary[Admin Panels](/categories/admin)

ezadev/xeditor
==============

Text Editor untuk Ezadev Admin

0.0.3(5y ago)049MITPHPPHP &gt;=7.0.0

Since Sep 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/khairu-aqsara/ezadev-xeditor)[ Packagist](https://packagist.org/packages/ezadev/xeditor)[ Docs](https://github.com/khairu-aqsara/ezadev-xeditor)[ RSS](/packages/ezadev-xeditor/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Ezadev Summernote Text Editor
=============================

[](#ezadev-summernote-text-editor)

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

[](#installation)

```
composer require ezadev/xeditor
```

Then

```
php artisan vendor:publish --tag=ezadev-xeditor
```

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

[](#configuration)

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

```
    'extensions' => [
        'xeditor' => [
            'enable' => true,
            'config' => [
                'lang'   => 'id-ID',
                'height' => 250,
            ]
        ]
    ]
```

Usage
-----

[](#usage)

Use it in the form:

```
$form->xeditor('content')->set_mode('full|lite');
```

for custom Toolbar:

```
$form->xeditor('content')->set_mode('custom')
    ->set_toolbar(['bold','underline']);
```

for custom toolbar please refer to the

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

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.

###  Release Activity

Cadence

Every ~32 days

Total

3

Last Release

2016d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/258ddf0fad9d93b294524e43669c893c4cf44cabe3088b799cc0bd870fecd3c7?d=identicon)[khairu-aqsara](/maintainers/khairu-aqsara)

---

Top Contributors

[![khairu-aqsara](https://avatars.githubusercontent.com/u/25432146?v=4)](https://github.com/khairu-aqsara "khairu-aqsara (2 commits)")

---

Tags

extensionezadev-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ezadev-xeditor/health.svg)

```
[![Health](https://phpackages.com/badges/ezadev-xeditor/health.svg)](https://phpackages.com/packages/ezadev-xeditor)
```

###  Alternatives

[laravel-admin-ext/wang-editor

wangEditor extension for laravel-admin

6283.4k](/packages/laravel-admin-ext-wang-editor)

PHPackages © 2026

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