PHPackages                             bulldog/front-matter - 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. bulldog/front-matter

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

bulldog/front-matter
====================

YAMl/Markdown

v0.2.0(7y ago)19MITPHP

Since Sep 11Pushed 7y ago2 watchersCompare

[ Source](https://github.com/bulldogcreative/front-matter)[ Packagist](https://packagist.org/packages/bulldog/front-matter)[ RSS](/packages/bulldog-front-matter/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

Front Matter
============

[](#front-matter)

[![Build Status](https://camo.githubusercontent.com/4918c4651310f48469cbb487d1633377afa9702e26155707ce12ca0aad214e3e/68747470733a2f2f7472617669732d63692e6f72672f62756c6c646f6763726561746976652f66726f6e742d6d61747465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bulldogcreative/front-matter)[![Coverage Status](https://camo.githubusercontent.com/595ff65b9317d2a07b8c2d13b74c0996b3237cbc126f1fe300dc11fdc9b3d0e3/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f62756c6c646f6763726561746976652f66726f6e742d6d61747465722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/bulldogcreative/front-matter?branch=master)

This uses [Parsedown](http://parsedown.org/) and [Symfony/Yaml](https://symfony.com/doc/current/components/yaml.html).

Example
-------

[](#example)

This is an example source file. It has YAML at the top and Markdown under that.

```
---
title: Hello World
---

# Hello World

It is i, levi.

[test](https://google.com)
```

Then we use the following PHP to read the config and the HTML.

```
