PHPackages                             ijackua/yii2-lepture-markdown-editor-widget - 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. ijackua/yii2-lepture-markdown-editor-widget

AbandonedYii2-extension[Parsing &amp; Serialization](/categories/parsing)

ijackua/yii2-lepture-markdown-editor-widget
===========================================

Yii2 widget for Lepture Markdown Editor (https://github.com/lepture/editor) - A markdown editor you really want

1.0.0(12y ago)483.3k↓35%5[1 issues](https://github.com/iJackUA/yii2-lepture-markdown-editor-widget/issues)MITJavaScript

Since Mar 29Pushed 10y ago2 watchersCompare

[ Source](https://github.com/iJackUA/yii2-lepture-markdown-editor-widget)[ Packagist](https://packagist.org/packages/ijackua/yii2-lepture-markdown-editor-widget)[ Docs](https://github.com/iJackUA/yii2-lepture-markdown-editor-widget)[ RSS](/packages/ijackua-yii2-lepture-markdown-editor-widget/feed)WikiDiscussions master Synced 1mo ago

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

Yii2 Lepture Markdown Editor widget
-----------------------------------

[](#yii2-lepture-markdown-editor-widget)

[![Latest Version on Packagist](https://camo.githubusercontent.com/20b2b128def2bed708065249940e6fb65bc4449a2842a78388d79a222687d1ec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696a61636b75612f796969322d6c6570747572652d6d61726b646f776e2d656469746f722d7769646765742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ijackua/yii2-lepture-markdown-editor-widget)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/4b8c21967ea6e6cf795eadd8fed07bb816bb085d10502330a7ec453a789acac8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696a61636b75612f796969322d6c6570747572652d6d61726b646f776e2d656469746f722d7769646765742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ijackua/yii2-lepture-markdown-editor-widget)

Yii2 widget for Lepture Markdown Editor () - A markdown editor you really want

Demo
----

[](#demo)

on

Installation via Composer
-------------------------

[](#installation-via-composer)

add to `require` section of your `composer.json``"ijackua/yii2-lepture-markdown-editor-widget"`and run composer update

Usage example
-------------

[](#usage-example)

### Active widget

[](#active-widget)

```
use ijackua\lepture\Markdowneditor;

Markdowneditor::widget(
			[
				'model' => $model,
				'attribute' => 'full_text',
			])
```

### Simple widget

[](#simple-widget)

```
use ijackua\lepture\Markdowneditor;

Markdowneditor::widget(
			[
				'name' => 'editor',
				'value' => '# Hello world'
			])
```

Editor options
--------------

[](#editor-options)

see on [official site](https://github.com/lepture/editor)

```
use ijackua\lepture\Markdowneditor;

Markdowneditor::widget(
			[
				'model' => $model,
				'attribute' => 'full_text',
				'leptureOptions' => [
					'toolbar' => false
				]
			])
```

Marked options (markdown parser used by Lepture Editor)
-------------------------------------------------------

[](#marked-options-markdown-parser-used-by-lepture-editor)

see on [official Marked site](https://github.com/chjj/marked)

```
use ijackua\lepture\Markdowneditor;

Markdowneditor::widget(
			[
				'model' => $model,
				'attribute' => 'full_text',
				'markedOptions' => [
					'tables' => false
				]
			])
```

Credits
-------

[](#credits)

- [Ievgen Kuzminov](https://github.com/iJackUA)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

4433d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/568566?v=4)[Yevhen Kuzminov](/maintainers/iJackUA)[@iJackUA](https://github.com/iJackUA)

---

Top Contributors

[![iJackUA](https://avatars.githubusercontent.com/u/568566?v=4)](https://github.com/iJackUA "iJackUA (7 commits)")

---

Tags

markdownextensionwidgetyiieditorlepture

### Embed Badge

![Health badge](/badges/ijackua-yii2-lepture-markdown-editor-widget/health.svg)

```
[![Health](https://phpackages.com/badges/ijackua-yii2-lepture-markdown-editor-widget/health.svg)](https://phpackages.com/packages/ijackua-yii2-lepture-markdown-editor-widget)
```

###  Alternatives

[kartik-v/yii2-markdown

Advanced Markdown editing and conversion utilities for Yii Framework 2.0

88265.8k6](/packages/kartik-v-yii2-markdown)[kdn/yii2-json-editor

JSON editor widget (josdejong/jsoneditor) for Yii 2.

22570.0k3](/packages/kdn-yii2-json-editor)[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)
