PHPackages                             bruensicke/li3\_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. [Templating &amp; Views](/categories/templating)
4. /
5. bruensicke/li3\_markdown

ActiveLithium-library[Templating &amp; Views](/categories/templating)

bruensicke/li3\_markdown
========================

Lithium PHP Markdown parser

0.1.0(13y ago)53292BSD-3-ClausePHPPHP &gt;=5.3

Since Apr 10Pushed 12y ago1 watchersCompare

[ Source](https://github.com/bruensicke/li3_markdown)[ Packagist](https://packagist.org/packages/bruensicke/li3_markdown)[ Docs](https://github.com/bruensicke/li3_markdown/blob/master/README.md)[ RSS](/packages/bruensicke-li3-markdown/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Markdown parser for [Lithium PHP](http://lithify.me)
====================================================

[](#markdown-parser-for-lithium-php)

Lithium library for parsing markdown, uses [PHP Markdown Extra Extended](https://github.com/egil/php-markdown-extra-extended).

PHP Markdown Extra version: `1.2.4`

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

[](#installation)

### Use Composer

[](#use-composer)

**Best Option**

Modify your projects `composer.json` file

```
{
    "require": {
    	...
        "bruensicke/li3_markdown": "master"
        ...
    }
}
```

Run `php composer.phar install` (or `php composer.phar update`) and, aside from adding it to your Libraries, you should be good to go.

### Submodule or Clone

[](#submodule-or-clone)

> Select one of the following

Clone/Download the plugin into your app's `libraries` directory.

**Submodule**

From your `app` directory:

```
git submodule add git://github.com/bruensicke/li3_markdown.git libraries/li3_markdown

```

**Clone**

From your `app/libraries` directory:

```
git clone git://github.com/bruensicke/li3_markdown.git

```

Usage:
------

[](#usage)

To enable the library add the following line at the end of `app/config/bootstrap/libraries.php`:

```
Libraries::add('li3_markdown');

```

### Markdown Views

[](#markdown-views)

To parse an entire view with markdown simply name your template something similar to:

```
view_name.md.php

```

the renderer will see that it's a markdown template and render it, otherwise it will render it like normal.

### Selective Rendering

[](#selective-rendering)

> This is a helper method that allows you to selectively render text thru the markdown parser. To render the result within a template file simply call the `markdown` helper and run `display`:

```

```

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

[](#installation-1)

Add a submodule to your li3 libraries:

```
git submodule add git@github.com:bruensicke/li3_markdown.git libraries/li3_markdown

```

and activate it in you app (config/bootstrap/libraries.php), of course:

```
Libraries::add('li3_markdown');

```

Collaborate
-----------

[](#collaborate)

As always, I welcome your collaboration to make things "even more betterer", so fork and contribute if you feel the need.

Credits
-------

[](#credits)

- [li3](http://www.lithify.me)
- [joseym/li3\_markdown](https://github.com/joseym/li3_markdown)
- [sandelius/li3\_markdown](https://github.com/sandelius/li3_markdown)

Please report any bug, here: [https://github.com/bruensicke/li3\_markdown/issues](https://github.com/bruensicke/li3_markdown/issues)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.2% 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

4778d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/28982e1ca3f1117ca2e08514a4b684ad5d099809415e3f41b01c8777390a02fe?d=identicon)[d1rk](/maintainers/d1rk)

---

Top Contributors

[![d1rk](https://avatars.githubusercontent.com/u/30408?v=4)](https://github.com/d1rk "d1rk (13 commits)")[![joseym](https://avatars.githubusercontent.com/u/238732?v=4)](https://github.com/joseym "joseym (5 commits)")

---

Tags

lithiummarkdowntemplateli3

### Embed Badge

![Health badge](/badges/bruensicke-li3-markdown/health.svg)

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

PHPackages © 2026

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