PHPackages                             tilson/md2html-html2md - 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. tilson/md2html-html2md

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

tilson/md2html-html2md
======================

Markdown to HTML and HTML to Markdown Conversion package

1.0.1(2y ago)31.1kMITPHPPHP ^7.3|^8.0

Since Jun 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/TilsonM17/md2html-html2md)[ Packagist](https://packagist.org/packages/tilson/md2html-html2md)[ RSS](/packages/tilson-md2html-html2md/feed)WikiDiscussions master Synced 1mo ago

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

Markdown2HTML and HTML2Markdown
===============================

[](#markdown2html-and-html2markdown)

> This package is fake, he just put 2 packages together, I didn't do anything magical

Markdown to HTML and HTML to Markdown Conversion package

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

[](#installation)

```
 composer require tilson/md2html-html2md
```

Usage
-----

[](#usage)

```
use Tilson\Md2htmlHtml2md\Md2HtmlHtml2MdConverter;

$md = "**teste**";
(new Md2HtmlHtml2MdConverter())->toHtml($md);
//output: teste

//==================================================

$html = "teste";
(new Md2HtmlHtml2MdConverter())->toMarkdown($html);
//output: **teste**
```

Credits
-------

[](#credits)

- erusev/parsedown
- league/html-to-markdown

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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

2

Last Release

1071d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d20384866038dd2b4119528e8b11485de1e96f8027a2a46c44bf37ca939f5ca?d=identicon)[TilsonM17](/maintainers/TilsonM17)

---

Top Contributors

[![TilsonM17](https://avatars.githubusercontent.com/u/63884331?v=4)](https://github.com/TilsonM17 "TilsonM17 (7 commits)")

---

Tags

parserhtmlconvertermarkdownmarkdown-to-htmlhtml-to-markdown

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tilson-md2html-html2md/health.svg)

```
[![Health](https://phpackages.com/badges/tilson-md2html-html2md/health.svg)](https://phpackages.com/packages/tilson-md2html-html2md)
```

###  Alternatives

[erusev/parsedown-extra

An extension of Parsedown that adds support for Markdown Extra.

84314.8M192](/packages/erusev-parsedown-extra)[pixel418/markdownify

The HTML to Markdown converter for PHP

196800.8k8](/packages/pixel418-markdownify)[3f/converter

A set of classes to translate a text from HTML to BBcode and from BBCode to Markdown.

29148.7k](/packages/3f-converter)[tovic/parsedown-extra-plugin

Configurable Markdown to HTML converter with Parsedown Extra.

5933.7k](/packages/tovic-parsedown-extra-plugin)[taufik-nurrohman/parsedown-extra-plugin

Configurable Markdown to HTML converter with Parsedown Extra.

5932.3k](/packages/taufik-nurrohman-parsedown-extra-plugin)[jbroadway/slimdown

A simple regex-based Markdown parser.

357.7k](/packages/jbroadway-slimdown)

PHPackages © 2026

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