PHPackages                             romeoz/rock-markdown - 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. romeoz/rock-markdown

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

romeoz/rock-markdown
====================

Markdown parser for PHP

0.11.0(10y ago)01701MITPHPPHP &gt;=5.4.0

Since Mar 12Pushed 10y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (4)Versions (6)Used By (1)

Markdown parser for PHP
=======================

[](#markdown-parser-for-php)

Abstraction over the [cebe/markdown](https://github.com/cebe/markdown).

[![Latest Stable Version](https://camo.githubusercontent.com/19bff377ff9f9bc073fbd288f5b96b7e9682cf3dbb2b9eda563996f23658786c/68747470733a2f2f706f7365722e707567782e6f72672f726f6d654f7a2f726f636b2d6d61726b646f776e2f762f737461626c652e737667)](https://packagist.org/packages/romeOz/rock-markdown)[![Build Status](https://camo.githubusercontent.com/ddc5d2a7f75522f869108532635e66a14ada4959aaeea57e5a289505672b742e/68747470733a2f2f7472617669732d63692e6f72672f726f6d654f7a2f726f636b2d6d61726b646f776e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/romeOz/rock-markdown)[![HHVM Status](https://camo.githubusercontent.com/b08b314c842349a7bffd437a848099ebcb7c97d727e9ee774f0e11ed8b30bffc/687474703a2f2f6868766d2e683463632e64652f62616467652f726f6d656f7a2f726f636b2d6d61726b646f776e2e737667)](http://hhvm.h4cc.de/package/romeoz/rock-markdown)[![Coverage Status](https://camo.githubusercontent.com/9047fd79b0fb59949a0a13868cb7867af2b4ff11d1d486414c5324a398cc490f/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f726f6d654f7a2f726f636b2d6d61726b646f776e2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/romeOz/rock-markdown?branch=master)[![License](https://camo.githubusercontent.com/dab66c411bce3e5cf8002ea2de31b8e201a635987caf9439affd160625423cbd/68747470733a2f2f706f7365722e707567782e6f72672f726f6d654f7a2f726f636b2d6d61726b646f776e2f6c6963656e73652e737667)](https://packagist.org/packages/romeOz/rock-markdown)

Features
--------

[](#features)

- Deny tags
- Video tag + dummy:
    - youtube
    - vimeo
    - rutube
    - VK
    - ivi
    - dailymotion
    - sapo
- Cropping image
- Standalone module/component for [Rock Framework](https://github.com/romeOz/rock)

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

[](#installation)

From the Command Line:

```
composer require romeoz/rock-markdown

```

In your composer.json:

```
{
    "require": {
        "romeoz/rock-markdown": "*"
    }
}
```

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

[](#requirements)

- **PHP 5.4+**
- For cropping image required [Rock Image](https://github.com/romeOz/rock-validate): `composer require romeoz/rock-image`

> All unbolded dependencies is optional.

License
-------

[](#license)

Markdown parser is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

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 ~60 days

Total

5

Last Release

3843d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/23c5d84a59845d751cb69f5469986579b9312c54c898b366fefdc05baaa80a9c?d=identicon)[romeOz](/maintainers/romeOz)

---

Top Contributors

[![romeOz](https://avatars.githubusercontent.com/u/3135712?v=4)](https://github.com/romeOz "romeOz (26 commits)")

---

Tags

markdownmarkdown-extramarkup language

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/romeoz-rock-markdown/health.svg)

```
[![Health](https://phpackages.com/badges/romeoz-rock-markdown/health.svg)](https://phpackages.com/packages/romeoz-rock-markdown)
```

###  Alternatives

[cebe/markdown

A super fast, highly extensible markdown parser for PHP

1.0k32.5M136](/packages/cebe-markdown)[erusev/parsedown-extra

An extension of Parsedown that adds support for Markdown Extra.

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

Texy converts plain text in easy to read Texy syntax into structurally valid (X)HTML. It supports adding of images, links, nested lists, tables and has full support for CSS. Texy supports hyphenation of long words (which reflects language rules), clickable emails and URL (emails are obfuscated against spambots), national typographic single and double quotation marks, ellipses, em dashes, dimension sign, nonbreakable spaces (e.g. in phone numbers), acronyms, arrows and many others. Texy code can optionally contain HTML tags.

161838.9k15](/packages/texy-texy)[cebe/markdown-latex

A super fast, highly extensible markdown parser for PHP, that converts markdown files into latex

51766.1k7](/packages/cebe-markdown-latex)[dniccum/nova-documentation

A Laravel Nova tool that allows you to add markdown-based documentation to your administrator's dashboard.

37116.4k](/packages/dniccum-nova-documentation)[alfredo-ramos/parsedown-extra-laravel

A Parsedown Extra package for Laravel

30155.1k1](/packages/alfredo-ramos-parsedown-extra-laravel)

PHPackages © 2026

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