PHPackages                             orchestra/kurenai - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. orchestra/kurenai

Abandoned → [laravie/kurenai](/?search=laravie%2Fkurenai)ArchivedLibrary[PDF &amp; Document Generation](/categories/documents)

orchestra/kurenai
=================

Markdown document parser with metadata.

v0.2.0(10y ago)1343MITPHPPHP &gt;=5.4.0

Since May 26Pushed 10y ago1 watchersCompare

[ Source](https://github.com/orchestral/kurenai)[ Packagist](https://packagist.org/packages/orchestra/kurenai)[ RSS](/packages/orchestra-kurenai/feed)WikiDiscussions master Synced 1mo ago

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

Kurenai
=======

[](#kurenai)

[![Join the chat at https://gitter.im/orchestral/platform/components](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/orchestral/platform/components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Kurenai is a Markdown document parser which allows for extra metadata to be associated with the document.

[![Latest Stable Version](https://camo.githubusercontent.com/983157941046922f8999a8a0b1a2e1d1bafdfdbb48b17071b3c9de569fbbadd1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6f72636865737472616c2f6b7572656e61692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/orchestra/kurenai)[![Total Downloads](https://camo.githubusercontent.com/228c2e29cb9d8cbc219dba2c32c16d025d179e4758b1bc62f854a32e6ccddb7c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f72636865737472612f6b7572656e61692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/orchestra/kurenai)[![MIT License](https://camo.githubusercontent.com/039737f0562b37c26fd758efac0876e5a44b2f22465e6d8044355305964b037f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6f72636865737472612f6b7572656e61692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/orchestra/kurenai)[![Build Status](https://camo.githubusercontent.com/8d005a9d63f661b8ab0219733b914a89724232d6b932ec6394946967fb5ff320/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6f72636865737472616c2f6b7572656e61692f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/orchestral/kurenai)[![Coverage Status](https://camo.githubusercontent.com/d042a85b80cf59a198928976ebe5fea59d651f890a50434fbd68f9f97bf563ca/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6f72636865737472616c2f6b7572656e61692f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/r/orchestral/kurenai?branch=master)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/f422826ac301d64fbefa74afde4dc0fc4a47eb1e686d3c0ae73aec959ef26bb5/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6f72636865737472616c2f6b7572656e61692f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/orchestral/kurenai/)

Introduction
------------

[](#introduction)

Confused? Let's take a look at how it works.

This is what your documents might look like:

```
title: This is my document title.
slug: this-is-the-slug
date: 12th December 1984
-------
This is my **markdown** content!

```

and here is how you will parse it with Kurenai :

```
