PHPackages                             sevenecks/markdown-terminal - 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. [CLI &amp; Console](/categories/cli)
4. /
5. sevenecks/markdown-terminal

ActiveLibrary[CLI &amp; Console](/categories/cli)

sevenecks/markdown-terminal
===========================

convert markdown to terminal output in php

0.0.1(7y ago)2349↓50%1MITPHPPHP &gt;=7.0

Since Sep 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/SevenEcks/markdown-terminal)[ Packagist](https://packagist.org/packages/sevenecks/markdown-terminal)[ Docs](https://github.com/sevenecks/markdown-terminal)[ RSS](/packages/sevenecks-markdown-terminal/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (1)

Markdown-Terminal
=================

[](#markdown-terminal)

This project is an extension of [Markdown](https://github.com/cebe/markdown) that adds the ability to convert markdown to terminal output instead of HTML.

This is just a little hobby project I wrote to support a terminal based markdown note taker in PHP. The conversion does it's best, but it's by no means complete or bug free. I'll improve it as my needs demand but use this at your own risk, and don't expect it to look super pretty at this point :)

You can use the setConfig function to set various config options for colorizing the output.

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

[](#installation)

Via Composer

```
composer require sevenecks/markdown-terminal
```

Example Usage
-------------

[](#example-usage)

```
