PHPackages                             evandotpro/edp-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. evandotpro/edp-markdown

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

evandotpro/edp-markdown
=======================

A minimalist ZF2 module for adding markdown support to Zend Framework 2 projects

0.2.0(12y ago)339.3k10[1 issues](https://github.com/EvanDotPro/EdpMarkdown/issues)[1 PRs](https://github.com/EvanDotPro/EdpMarkdown/pulls)BSD-3-ClausePHP

Since Apr 16Pushed 10y ago2 watchersCompare

[ Source](https://github.com/EvanDotPro/EdpMarkdown)[ Packagist](https://packagist.org/packages/evandotpro/edp-markdown)[ Docs](https://github.com/EvanDotPro/EdpMarkdown)[ RSS](/packages/evandotpro-edp-markdown/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

EdpMarkdown - ZF2 Markdown Module
=================================

[](#edpmarkdown---zf2-markdown-module)

Version 0.0.1 Created by [Evan Coury](http://blog.evan.pro/)

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

[](#introduction)

This ZF2 module simply adds [Markdown](http://daringfireball.net/projects/markdown/) support to your project. It utilizes the [PHP Markdown](http://michelf.com/projects/php-markdown/) library written by [Michel Fortin](http://michelf.com/) which is a PHP port of the original perl implementation by [John Gruber](http://daringfireball.net/).

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

[](#installation)

To install EdpMarkdown, simply recursively clone this repository (`git clone --recursive`) into your ZF2 modules directory and enable it in your `config/application.config.php` file. That's it!

Usage
-----

[](#usage)

With this module installed, using Markdown in your view scripts is easy:

```
