PHPackages                             hollodotme/treemdown-multi - 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. [Search &amp; Filtering](/categories/search)
4. /
5. hollodotme/treemdown-multi

ActiveLibrary[Search &amp; Filtering](/categories/search)

hollodotme/treemdown-multi
==========================

A PHP class for browsing multiple trees of markdown files with HTML rendering, syntax highlighting and search

v1.1.1(11y ago)01.9kMITPHPPHP &gt;=5.3

Since Aug 30Pushed 11y ago1 watchersCompare

[ Source](https://github.com/hollodotme/TreeMDown-Multi)[ Packagist](https://packagist.org/packages/hollodotme/treemdown-multi)[ Docs](https://github.com/hollodotme/TreeMDown-Multi)[ RSS](/packages/hollodotme-treemdown-multi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

TreeMDown-Multi
===============

[](#treemdown-multi)

This is an extension of [TreeMDown](https://github.com/hollodotme/TreeMDown) to handle and display multiple trees of markdown files.

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

[](#installation)

### Via composer

[](#via-composer)

Checkout the current release at [packagist.org](http://packagist.org/hollodotme/treemdown-multi).

Add to your `composer.json`:

```
{
	"require": {
		"hollodotme/treemdown-multi": "~1.0"
	}
}
```

Basic usage
-----------

[](#basic-usage)

```
