PHPackages                             trianity/mparser - 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. trianity/mparser

ActiveLibrary

trianity/mparser
================

A generic content parser that supports the devto markdown format

1.0.0(2d ago)05↑500%MITPHP ^8.4CI passing

Since Aug 29Compare

[ Source](https://github.com/trianity/mparser)[ Packagist](https://packagist.org/packages/trianity/mparser)[ Docs](https://github.com/trianity/mparser)[ RSS](/packages/trianity-mparser/feed)WikiDiscussions Synced today

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

Trianity Mparser
================

[](#trianity-mparser)

Trianity Mparser parses Markdown content with optional front matter and support for built-in Liquid-style tags. Markdown is rendered to HTML with [league/commonmark](https://commonmark.thephpleague.com/).

Current release: `1.0.0`

Requirements
------------

[](#requirements)

- PHP 8.4 or 8.5
- Composer

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

[](#installation)

```
composer require trianity/mparser
```

Usage
-----

[](#usage)

```
