PHPackages                             kamermans/markdown-oo-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kamermans/markdown-oo-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kamermans/markdown-oo-php
=========================

v1.1.0(6y ago)023MITPHP

Since Dec 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/kamermans/markdown-oo-php)[ Packagist](https://packagist.org/packages/kamermans/markdown-oo-php)[ RSS](/packages/kamermans-markdown-oo-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

Notice
======

[](#notice)

The library is under active development. API may change without notice.

What is Markdown?
=================

[](#what-is-markdown)

Markdown is a text-to-HTML conversion tool for web writers. It is intended to be as easy-to-read and easy-to-write as is feasible.

Readability, however, is emphasized above all else. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions.

See [official website](http://daringfireball.net/projects/markdown/syntax) for syntax.

What is markdown-oo-php?
========================

[](#what-is-markdown-oo-php)

It's an object-oriented, PSR compatible PHP library capable of converting markdown text to XHTML.

Quick start
===========

[](#quick-start)

```
set_include_path(get_include_path() . PATH_SEPARATOR . realpath('src'));

require_once 'SplClassLoader.php';
$l = new SplClassLoader('MaxTsepkov');
$l->register();

use MaxTsepkov\Markdown\Text;

echo new Text($markdown);
```

Requirements
============

[](#requirements)

- PHP &gt;= 5.3

Contribution
============

[](#contribution)

1. [Fork me](https://github.com/maxtsepkov/markdown-oo-php)
2. [Mail me](mailto:max@yogi.pw)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

2258d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/266265?v=4)[Steve Kamerman](/maintainers/kamermans)[@kamermans](https://github.com/kamermans)

---

Top Contributors

[![igaponov](https://avatars.githubusercontent.com/u/4271889?v=4)](https://github.com/igaponov "igaponov (23 commits)")[![ctrl-f5](https://avatars.githubusercontent.com/u/485346?v=4)](https://github.com/ctrl-f5 "ctrl-f5 (10 commits)")[![nathankot](https://avatars.githubusercontent.com/u/1400871?v=4)](https://github.com/nathankot "nathankot (10 commits)")[![kamermans](https://avatars.githubusercontent.com/u/266265?v=4)](https://github.com/kamermans "kamermans (7 commits)")

### Embed Badge

![Health badge](/badges/kamermans-markdown-oo-php/health.svg)

```
[![Health](https://phpackages.com/badges/kamermans-markdown-oo-php/health.svg)](https://phpackages.com/packages/kamermans-markdown-oo-php)
```

###  Alternatives

[izica/phalcon-meta-tags

Phalcon PHP Meta tags service

1215.9k](/packages/izica-phalcon-meta-tags)

PHPackages © 2026

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