cebe/markdown
A super fast, highly extensible markdown parser for PHP observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4591
- days_rel: n/a
- days_push: 1429
- n_releases_24m: 0
Adoption not part of the score
1012 stars · 137 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
cebe/markdown is a fast, highly extensible Markdown parser library for PHP that converts Markdown to HTML. It ships as a set of PHP classes, each representing a Markdown flavor (traditional Markdown, GitHub-flavored Markdown, and partially Markdown Extra), plus a command-line tool for converting Markdown files to HTML. It exposes an AST-based internal representation so new language elements can be added by adding methods rather than writing fragile regular expressions.
Use cases
- convert markdown files to html from the command line
- render user-submitted markdown comments in a php web app
- parse github-flavored markdown in php
- extend markdown with custom syntax elements
- read markdown structure via an abstract syntax tree
- power documentation rendering for a php framework
When to choose
- you need a fast, well-tested Markdown-to-HTML parser in PHP
- you need GitHub-flavored Markdown support
- you want to extend Markdown with custom elements via an AST instead of regex hacks
- you need a simple CLI tool for batch Markdown conversion
When to avoid
- you need full Markdown Extra support, which is incomplete
- you need a parser in a language other than PHP
- you need SmartyPants or other planned-but-unimplemented flavors
- you need a library under very active development - the latest release is from 2022
Facets
library · maturity maintenance
parser developer-tools parsers documentation developer-tools php cli cross-platform markdown markdown-to-html gfm markdown-extra ast extensible-parser
3 sources
- readme: https://github.com/cebe/markdown · fetched 2026-08-28 · 8b2f803e1c46
- homepage: http://markdown.cebe.cc/ · fetched 2026-08-29 · 81b41637ac66
- site_page: http://markdown.cebe.cc/readme · fetched 2026-08-29 · 53183cde1dad
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cebe/markdown | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem