PHPackages                             bhuvidya/laravel-parsedown-extra - 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. bhuvidya/laravel-parsedown-extra

ActiveLibrary[Templating &amp; Views](/categories/templating)

bhuvidya/laravel-parsedown-extra
================================

Laravel Wrapper of Parsedown Extra.

v9.1(4y ago)079MITPHPPHP &gt;=7.0CI failing

Since Feb 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/bhuvidya/laravel-parsedown-extra)[ Packagist](https://packagist.org/packages/bhuvidya/laravel-parsedown-extra)[ Docs](http://parsedown.org/extra)[ RSS](/packages/bhuvidya-laravel-parsedown-extra/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (9)Used By (0)

This is based on the [Laravel Parsedown](https://github.com/parsedown/laravel) package. I have merely done some adjustments to support Parsedown Extra.

Parsedown for Laravel
---------------------

[](#parsedown-for-laravel)

[![Build Status](https://camo.githubusercontent.com/e5f83ba36534237251e810cdbb3f3c96b0f61a2ee93e2146f2434ed5a93aa94d/68747470733a2f2f7472617669732d63692e6f72672f62687576696479612f6c61726176656c2d7061727365646f776e2d65787472612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bhuvidya/laravel-parsedown-extra)

**Note I have now switched the semver versioning for my Laravel packages to "match" the latest supported Laravel version.**

A [Laravel](https://github.com/laravel/laravel) wrapper of **Parsedown Extra** to extend its features. If you want to know more about **Parsedown Extra** alone check out the [base repository](https://github.com/erusev/parsedown-extra).

### Features

[](#features)

- Blade Directive
- Helper Function

### Installation

[](#installation)

**Parsedown Extra for Laravel** is available as [a composer package](https://packagist.org/packages/bhuvidya/laravelparsedown-extra). You can install it using the command below:

```
composer require "bhuvidya/laravel-parsedown-extra"
```

### Configuration

[](#configuration)

If you're using **Laravel** +5.5 you don't need to follow the steps below. The [package auto-discovery](https://laravel-news.com/package-auto-discovery) feature has been implemented and will take care of loading the service provider for you.

But if that's not your case you just need to add the service provider to your `config/app.php`:

```
return [
    // Other configurations above...

    'providers' => [
        // Other providers above...
        Bhuvidya\ParsedownExtra\Providers\ParsedownExtraServiceProvider::class,
        // Other providers below...
    ],

    // Other configurations below...
];
```

### Usage

[](#usage)

```
@parsedownextra('Hello _Parsedown_!')
```

or (using a helper approach)

```
{{ parsedownextra('Hello _Parsedown_!') }}
```

Any of the codes above will generate:

```
Hello Parsedown!
```

The helper can also be used with **PHP** throughout the project.

Lumen Support
-------------

[](#lumen-support)

As **Laravel** and **Lumen** share pretty much the same core the instructions below should be enough to set this package in yout **Lumen** project.

### Enable Facades in Your Project

[](#enable-facades-in-your-project)

In your `bootstrap/app.php` ensure you have the following:

```
$app->withFacades();
```

### Service Provider Registering

[](#service-provider-registering)

As **Lumen** does not support package auto-discovery you got to do it manually adding the code below in your `bootstrap/app.php`:

```
$app->register(Bhuvidya\ParsedownExtra\Providers\ParsedownServiceProvider::class);
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

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

Every ~218 days

Recently: every ~150 days

Total

8

Last Release

1475d ago

Major Versions

v1.0.2 → v8.02020-09-07

v8.0.1 → v9.02022-04-29

PHP version history (2 changes)v1.0.0PHP &gt;=5.6

v1.0.1PHP &gt;=7.0

### Community

Maintainers

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

---

Top Contributors

[![bhuvidya](https://avatars.githubusercontent.com/u/455707?v=4)](https://github.com/bhuvidya "bhuvidya (8 commits)")

---

Tags

laravelextraparsedown

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bhuvidya-laravel-parsedown-extra/health.svg)

```
[![Health](https://phpackages.com/badges/bhuvidya-laravel-parsedown-extra/health.svg)](https://phpackages.com/packages/bhuvidya-laravel-parsedown-extra)
```

###  Alternatives

[cagilo/cagilo

A set of open-source Blade components for the Laravel Framework

172996.5k](/packages/cagilo-cagilo)[itstructure/laravel-grid-view

Grid view for laravel framework

2546.6k2](/packages/itstructure-laravel-grid-view)[ycs77/inertia-laravel-ssr-head

Simple SSR Head for Inertia Laravel

3211.5k](/packages/ycs77-inertia-laravel-ssr-head)

PHPackages © 2026

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