PHPackages                             lkeio/laraparse - 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. lkeio/laraparse

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

lkeio/laraparse
===============

Laravel 5.5 package, this package is a wrapper around erusev/parsedown for Laravel

v1.2.0(8y ago)029MITPHP

Since Feb 11Pushed 8y agoCompare

[ Source](https://github.com/lkeio/Laraparse)[ Packagist](https://packagist.org/packages/lkeio/laraparse)[ RSS](/packages/lkeio-laraparse/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (3)Versions (7)Used By (0)

Laraparse
=========

[](#laraparse)

[![Build Status](https://camo.githubusercontent.com/02688f63df27ed26f59819707ee236909d4af289ec28560ff571d07a7580cb84/68747470733a2f2f7472617669732d63692e6f72672f6c6b65696f2f4c61726170617273652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/lkeio/Laraparse)[![StyleCI](https://camo.githubusercontent.com/798e2d0ecedc987d415464638b8599ba23f9c13e77d057864e0fc9be1682f657/68747470733a2f2f7374796c6563692e696f2f7265706f732f3132303131383230362f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/120118206)[![GitHub license](https://camo.githubusercontent.com/35c0f4ae82df257e2d6835e20f570ea3436199fe32e0073667eb8cc06b1492e1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6c6b65696f2f4c61726170617273652e737667)](https://github.com/lkeio/Laraparse/blob/master/LICENSE)

This package is a wrapper around [erusev/parsedown](https://github.com/erusev/parsedown) for Laravel. Parsedown is a Markdown syntax Parser.

Version Compatibility
---------------------

[](#version-compatibility)

LaravelLaraparse5.5.x1.2.x5.6.x1.2.xInstalling
----------

[](#installing)

```
composer require lkeio/laraparse

```

Usage
-----

[](#usage)

- On your Controller

```

    public function index()
    {
     // Insert Here your Markdown or Read it from your DB
        $text = '# MarkDown Syntax';
        return view('index', compact('text'));
    }

```

- On your View

```

@laraparse($text)

```

Tests
-----

[](#tests)

On the root Package directory run :

```
./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/LaraparseTests

```

Versioning
----------

[](#versioning)

I use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/lkeio/Laraparse/tags).

Authors
-------

[](#authors)

- **Larbi Kamal Elguerch** - *All projects* - [lkeio](https://github.com/lkeio)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity67

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

Total

3

Last Release

3010d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ad2f06c084787d9dc68311dd4cc2e334feb120e00f47c83c802ca6a1c5f2d37?d=identicon)[lkeio](/maintainers/lkeio)

---

Top Contributors

[![lkeio](https://avatars.githubusercontent.com/u/29336113?v=4)](https://github.com/lkeio "lkeio (45 commits)")

---

Tags

laravelmarkdownparsedown

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lkeio-laraparse/health.svg)

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

###  Alternatives

[erusev/parsedown-extra

An extension of Parsedown that adds support for Markdown Extra.

84314.8M192](/packages/erusev-parsedown-extra)[alfredo-ramos/parsedown-extra-laravel

A Parsedown Extra package for Laravel

30155.1k1](/packages/alfredo-ramos-parsedown-extra-laravel)[benjaminhoegh/parsedown-extended

An extension for Parsedown.

5022.6k1](/packages/benjaminhoegh-parsedown-extended)[taufik-nurrohman/parsedown-extra-plugin

Configurable Markdown to HTML converter with Parsedown Extra.

5932.3k](/packages/taufik-nurrohman-parsedown-extra-plugin)[maglnet/magl-markdown

Provides a ZF2 View Helper to render markdown syntax. It uses third-party libraries for the rendering and you can switch between different renderers.

22178.2k4](/packages/maglnet-magl-markdown)[pagerange/metaparsedown

Adds ability to have meta data in markdown files parsed by eursev/parsedown or eruseve/parsedown-extra

2637.2k2](/packages/pagerange-metaparsedown)

PHPackages © 2026

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