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(3y ago)31.1kMITPHPPHP ^7.3|^8.0

Since Jun 12Pushed 3y 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 today

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 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

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

1117d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/63884331?v=4)[Tilson Mateus](/maintainers/TilsonM17)[@TilsonM17](https://github.com/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.

84315.3M216](/packages/erusev-parsedown-extra)[pixel418/markdownify

The HTML to Markdown converter for PHP

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

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

29153.6k](/packages/3f-converter)[spatie/laravel-markdown-response

Serve markdown versions of your HTML pages to AI agents and bots

7655.9k6](/packages/spatie-laravel-markdown-response)[benjaminhoegh/parsedown-toc

Table of Contents Extension for Parsedown.

2137.2k13](/packages/benjaminhoegh-parsedown-toc)[tovic/parsedown-extra-plugin

Configurable Markdown to HTML converter with Parsedown Extra.

5934.9k](/packages/tovic-parsedown-extra-plugin)

PHPackages © 2026

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