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

ActiveLibrary

johntaa/markdown
================

v1.0.1(8y ago)121MITPHPPHP &gt;=5.6.0

Since Jan 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Johntaa/laravel-markdown)[ Packagist](https://packagist.org/packages/johntaa/markdown)[ RSS](/packages/johntaa-markdown/feed)WikiDiscussions master Synced today

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

Laravel Markdown and Markdown Extra
===================================

[](#laravel-markdown-and-markdown-extra)

Laravel Service Provider -- for [Parser for Markdown and Markdown Extra](https://github.com/michelf/php-markdown)

This Package will Add Laravel View Extension to Handle the Markdown language Files which ended with extension `.md`, When This Package is installed we can add markdown language files to the view folder , and it will be compiled easily

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

[](#installation)

Add to the composer.json file the following line :

For Laravel-4 `"johntaa/markdown":"0.1.0"`

For Laravel-5 `"johntaa/markdown":"1.0.1"`

In app.php add the following line to the service providers array :

`'Johntaa\Markdown\MarkdownServiceProvider'`

Thats All;

How to Use it
-------------

[](#how-to-use--it)

Laravel will bind md extension to the Parser library, So when you want to view .md file, you only need to add the .md file to your view folder and to the View::make .

> Notice : You Can Include the markdown file within a blade template file @include('test') and will be parsed inside the blade file .

Example:
--------

[](#example)

in views folder we have a file called `test.md `, And in route function we reach the file using the following code:

```
 Route::get('testmdfile',function(){
 return View::make('test');
   });

```

testmdfile just a route you can choose your own route .

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1191 days

Total

2

Last Release

2932d ago

Major Versions

v0.1.0 → v1.0.12018-04-30

PHP version history (2 changes)v0.1.0PHP &gt;=5.3.0

v1.0.1PHP &gt;=5.6.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/a606a511f04f7a34c009408349ef56d0c756f2e49d8c0a69fecfa063dd4d9fa1?d=identicon)[Johntaa](/maintainers/Johntaa)

---

Top Contributors

[![Johntaa](https://avatars.githubusercontent.com/u/3445006?v=4)](https://github.com/Johntaa "Johntaa (26 commits)")

### Embed Badge

![Health badge](/badges/johntaa-markdown/health.svg)

```
[![Health](https://phpackages.com/badges/johntaa-markdown/health.svg)](https://phpackages.com/packages/johntaa-markdown)
```

###  Alternatives

[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k4](/packages/elgg-elgg)[concrete5/core

Concrete core subtree split

19159.3k48](/packages/concrete5-core)[oleksandr-torosh/yona-cms

Yona CMS - open source content management system (CMS). Written in Phalcon PHP Framework (v 1.3.x). Has a convenient modular structure. Has simple configuration and architecture. Can be easily modified for any task with any loads.

3652.1k](/packages/oleksandr-torosh-yona-cms)[diamante/desk-application

DiamanteDesk Application

1221.9k](/packages/diamante-desk-application)[iq2i/storia-bundle

UI Storia bundle

144.6k](/packages/iq2i-storia-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
