PHPackages                             chronon/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. chronon/markdown

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

chronon/markdown
================

A CakePHP 2.x Markdown helper packaged as a plugin.

2.1.0(13y ago)53701MITPHPPHP &gt;=5.3.0

Since Apr 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/chronon/CakePHP-Markdown-Plugin)[ Packagist](https://packagist.org/packages/chronon/markdown)[ Docs](https://github.com/chronon/CakePHP-Markdown-Plugin)[ RSS](/packages/chronon-markdown/feed)WikiDiscussions master Synced 2mo ago

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

CakePHP Markdown Helper Plugin
==============================

[](#cakephp-markdown-helper-plugin)

**DEPRECATION NOTICE:** This CakePHP 2.x plugin is deprecated and will most likely not be updated.

A [PHP Markdown](https://github.com/michelf/php-markdown/) helper packaged as a plugin.

This plugin works with [Composer](http://getcomposer.org) and is available on [Packagist](https://packagist.org/).

Installation:
-------------

[](#installation)

**Using [Composer](http://getcomposer.org/)/[Packagist](https://packagist.org):**

If you are using composer, require `chronon/markdown`:

```
{
    "require": {
        "chronon/markdown": "*"
    },
	"config": {
        "vendor-dir": "Vendor"
    }
}

```

This will install the plugin into `Plugin/Markdown`, and install Markdown lib (from Packagist) into your `Vendor` directory.

In `Config/bootstrap.php`, import composer's autoload file:

```
