PHPackages                             ezadev/simplemde - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. ezadev/simplemde

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

ezadev/simplemde
================

Simplemde markdown editor extension for ezadev

0.0.1(4y ago)016MITPHPPHP &gt;=7.0.0

Since Aug 21Pushed 4y agoCompare

[ Source](https://github.com/ezadev/simplemde)[ Packagist](https://packagist.org/packages/ezadev/simplemde)[ Docs](https://github.com/ezadev/simplemde)[ RSS](/packages/ezadev-simplemde/feed)WikiDiscussions main Synced 6d ago

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

Simplemde editor extension for ezadev
=====================================

[](#simplemde-editor-extension-for-ezadev)

[Simplemde](https://github.com/sparksuite/simplemde-markdown-editor) is a great markdown editor, this extension is used to integrate `Simplemde` into the `ezadev-admin` form.

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

[](#installation)

```
composer require ezadev/simplemde
```

Then

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

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

[](#configuration)

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

```
    'extensions' => [

        'simplemde' => [

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

            // If you want to set an alias for the calling method
            //'alias' => 'markdown',

            // Editor configuration
            'config' => [

            ]
        ]
    ]
```

The configuration of the editor can be found in [Simplemde Documentation](https://github.com/sparksuite/simplemde-markdown-editor#configuration)

```
    'config' => [
        'autofocus'   => true,
        'placeholder' => 'xxxx',
        ....
    ]
```

Usage
-----

[](#usage)

Use it in the form:

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

Set height

```
$form->simplemde('content')->height(500);
```

If the method alias is specified in the configuration as `markdown`

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

License
-------

[](#license)

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

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

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

Unknown

Total

1

Last Release

1729d ago

### Community

Maintainers

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

---

Tags

markdownextensioneditorezadev

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-markdown

Advanced Markdown editing and conversion utilities for Yii Framework 2.0

88265.8k6](/packages/kartik-v-yii2-markdown)[laravel-admin-ext/simplemde

Simplemde markdown editor extension for laravel-admin

3346.5k1](/packages/laravel-admin-ext-simplemde)

PHPackages © 2026

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