PHPackages                             laravie/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. laravie/kurenai

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

laravie/kurenai
===============

Markdown document parser with metadata.

v2.0.0(8y ago)3438MITPHPPHP &gt;=7.1CI failing

Since Sep 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/laravie/kurenai)[ Packagist](https://packagist.org/packages/laravie/kurenai)[ RSS](/packages/laravie-kurenai/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (6)Versions (6)Used By (0)

Kurenai
=======

[](#kurenai)

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

[![Build Status](https://camo.githubusercontent.com/872210b10511d2a82a57fc4c24d4d90d93ba8638ac54433a28bc709c81860f0c/68747470733a2f2f7472617669732d63692e6f72672f6c6172617669652f6b7572656e61692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/laravie/kurenai)[![Latest Stable Version](https://camo.githubusercontent.com/36c6f557c1f49f1d7d6ef0d16e0a6710f32b53ed6b15eb8cb339f082eb5c7383/68747470733a2f2f706f7365722e707567782e6f72672f6c6172617669652f6b7572656e61692f762f737461626c65)](https://packagist.org/packages/laravie/kurenai)[![Total Downloads](https://camo.githubusercontent.com/c950e9e5136f18f3e3482779b058dda4ddd39748ca079eb15eb03120bb48fabd/68747470733a2f2f706f7365722e707567782e6f72672f6c6172617669652f6b7572656e61692f646f776e6c6f616473)](https://packagist.org/packages/laravie/kurenai)[![Latest Unstable Version](https://camo.githubusercontent.com/870a61f80bc3f9326f1a822914c6f34f506e5c797220081acaa956c732c2536d/68747470733a2f2f706f7365722e707567782e6f72672f6c6172617669652f6b7572656e61692f762f756e737461626c65)](https://packagist.org/packages/laravie/kurenai)[![License](https://camo.githubusercontent.com/7215c1491aa50149d59ddf1bc6eea5ecf20246669128ed258892cf71f2d55b45/68747470733a2f2f706f7365722e707567782e6f72672f6c6172617669652f6b7572656e61692f6c6963656e7365)](https://packagist.org/packages/laravie/kurenai)[![Coverage Status](https://camo.githubusercontent.com/411b9da4e67fd8f9f5d3d41ded9bbb1f6c47b09c59de9d9e23637ea621986b2f/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6c6172617669652f6b7572656e61692f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/laravie/kurenai?branch=master)

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 :

```
