PHPackages                             plumphp/plum-markdown - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. plumphp/plum-markdown

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

plumphp/plum-markdown
=====================

Markdown converters for Plum. Plum is a data processing pipeline for PHP.

v0.1.1(11y ago)222MITPHPPHP &gt;=5.4

Since Apr 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/plumphp/plum-markdown)[ Packagist](https://packagist.org/packages/plumphp/plum-markdown)[ RSS](/packages/plumphp-plum-markdown/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (4)Used By (0)

 [![Plum](https://camo.githubusercontent.com/a81342cbfd6f64a484988488ad37bbd0e665d0f14f65ec655ae986097447bfb6/687474703a2f2f63646e2e666c6f7269616e2e65632f706c756d2d6c6f676f2e737667)](https://camo.githubusercontent.com/a81342cbfd6f64a484988488ad37bbd0e665d0f14f65ec655ae986097447bfb6/687474703a2f2f63646e2e666c6f7269616e2e65632f706c756d2d6c6f676f2e737667)
==================================================================================================================================================================================================================================================================================================================================================================

[](#----)

> PlumMarkdown is a [Markdown](http://daringfireball.net/projects/markdown/) converter using [PHP Markdown](https://michelf.ca/projects/php-markdown/) for Plum. Plum is a data processing pipeline for PHP.

[![Build Status](https://camo.githubusercontent.com/9375e50d353928e37a16c0f31722b76ec13065cb2eaacbac6cd4f0be01bdcb71/68747470733a2f2f7472617669732d63692e6f72672f706c756d7068702f706c756d2d6d61726b646f776e2e737667)](https://travis-ci.org/plumphp/plum-markdown)[![Windows Build status](https://camo.githubusercontent.com/8cfea47a04a8311419413747db54d3f1dc416a75837e09f13c85950225f16ab7/68747470733a2f2f63692e6170707665796f722e636f6d2f6170692f70726f6a656374732f7374617475732f326e3761746e70786c356c326337306b3f7376673d74727565)](https://ci.appveyor.com/project/florianeckerstorfer/plum-markdown)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/271beda863b97a57ed2121af149fb5b48f51b7e9057fec8b0fde3649b1166e48/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f706c756d7068702f706c756d2d6d61726b646f776e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/plumphp/plum-markdown/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/05071ed2048e79637e8df0c8798b75fafb8064c5de6b610d3afe232e8158ac45/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f706c756d7068702f706c756d2d6d61726b646f776e2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/plumphp/plum-markdown/?branch=master)[![StyleCI](https://camo.githubusercontent.com/ab10276bc3db80231237863b9d14593c153cf39220331f4f0294b1410a144b95/68747470733a2f2f7374796c6563692e696f2f7265706f732f33323539313032392f736869656c64)](https://styleci.io/repos/32591029)

Developed by [Florian Eckerstorfer](https://florian.ec) in Vienna, Europe.

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

[](#installation)

You can install Plum using [Composer](http://getcomposer.org).

```
$ composer require plumphp/plum-markdown
```

Usage
-----

[](#usage)

Please refer to the [Plum documentation](https://github.com/plumphp/plum/blob/master/docs/index.md) for more information about Plum in general.

PlumMarkdown contains `Plum\PlumMarkdown\MarkdownConverter` to convert Markdown into HTML.

### `MarkdownConverter`

[](#markdownconverter)

The `Plum\PlumMarkdown\MarkdownConverter` converts Markdown into HTML.

```
use Plum\PlumMarkdown\MarkdownConverter;

$converter = new MarkdownConverter();
$converter->convert('*foobar*'); // -> "foobar
```

You can pass an instance of `Michelf\MarkdownInterface` to the constructor to set the markdown processor you want to use.

Change Log
----------

[](#change-log)

### Version 0.1.1 (28 April 2015)

[](#version-011-28-april-2015)

- Fix Plum version

### Version 0.1 (22 April 2015)

[](#version-01-22-april-2015)

- Initial release

Author
------

[](#author)

Plum and PlumMarkdown have been developed by [Florian Eckerstorfer](https://florian.ec)([Twitter](https://twitter.com/Florian_)) in Vienna, Europe.

> Plum is a project of [Cocur](http://cocur.co). You can contact us on Twitter: [**@cocurco**](https://twitter.com/cocurco)

License
-------

[](#license)

The MIT license applies to plumphp/plum-markdown. For the full copyright and license information, please view the [LICENSE](https://github.com/plumphp/plum-markdown/blob/master/LICENSE) file distributed with this source code.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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 ~3 days

Total

3

Last Release

4038d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a80f9fc61cd3a7d7779e8f120b458ca4d18fdd885d719bb77d3379b96bf714d9?d=identicon)[florianeckerstorfer](/maintainers/florianeckerstorfer)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/plumphp-plum-markdown/health.svg)

```
[![Health](https://phpackages.com/badges/plumphp-plum-markdown/health.svg)](https://phpackages.com/packages/plumphp-plum-markdown)
```

###  Alternatives

[sculpin/sculpin

Static Site Generator

1.5k102.8k12](/packages/sculpin-sculpin)[plumphp/plum

Plum is a data processing pipeline that helps you to write structured, reusable and well tested data processing code.

14088.8k17](/packages/plumphp-plum)[koriym/app-state-diagram

An Application Diagram Generator

38222.0k2](/packages/koriym-app-state-diagram)[foolz/foolfuuka

The FoolFuuka Imageboard

2191.8k](/packages/foolz-foolfuuka)[woutersioen/sir-trevor-php

A Sir Trevor to HTML conversion helper for PHP

2834.6k](/packages/woutersioen-sir-trevor-php)[magirc/magirc

MagIRC - Let the magirc begin!

381.1k](/packages/magirc-magirc)

PHPackages © 2026

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