PHPackages                             markforge/markforge - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. markforge/markforge

ActiveLibrary[Testing &amp; Quality](/categories/testing)

markforge/markforge
===================

MarkForge — Markdown to HTML parser for PHP 8.3+ (AST-based, extensible).

v0.1.1(1mo ago)00MITPHPPHP &gt;=8.3CI passing

Since Mar 15Pushed 1mo agoCompare

[ Source](https://github.com/Smiley-Alyx/markforge)[ Packagist](https://packagist.org/packages/markforge/markforge)[ RSS](/packages/markforge-markforge/feed)WikiDiscussions main Synced 1mo ago

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

MarkForge
=========

[](#markforge)

MarkForge is an open-source Markdown to HTML parser for PHP 8.3+.

This repository currently contains a minimal, working pipeline (Tokenizer → Parser → AST → Renderer) with incremental feature development.

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

[](#requirements)

- PHP 8.3+
- Composer

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

[](#installation)

```
composer require markforge/markforge
```

Changelog
---------

[](#changelog)

See `CHANGELOG.md`.

Usage
-----

[](#usage)

```
