PHPackages                             ntzwbr/phile-bootstrap - 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. ntzwbr/phile-bootstrap

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

ntzwbr/phile-bootstrap
======================

Use an extended cebe/markdown parser in Phile.

171PHP

Since Jan 14Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Netzweberei/phileBootstrapMarkdown)[ Packagist](https://packagist.org/packages/ntzwbr/phile-bootstrap)[ RSS](/packages/ntzwbr-phile-bootstrap/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

phileBootstrapMarkdown
======================

[](#philebootstrapmarkdown)

A new Flavor to cebe/markdown inspired by  to use as a Plugin in [Phile](https://github.com/PhileCMS/Phile).

### 1.1 Installation (composer)

[](#11-installation-composer)

```
php composer.phar require ntzwbr/phile-bootstrap:dev-master

```

### 1.2 Installation (Download)

[](#12-installation-download)

- Install the latest version of [Phile](https://github.com/PhileCMS/Phile)
- Clone or download this repo into `plugins/ntzwbr/phileBootstrap`

### 2. Activation

[](#2-activation)

After you have installed the plugin. You need to add the following line to your `config.php` file:

```
$config['plugins'] = array(
  'phile\\parserMarkdown' => array('active' => false), // disable the default parser
  'ntzwbr\\phileBootstrap' => array('active' => true) // use parsedown
);
```

### 3. Usage

[](#3-usage)

Markdown syntax extension is pretty simple. Page source example below defines a three-column page fragment:

```
-- row 5, 2, 5 --
First column contains couple of paragraphs. Lorem ipsum dolor sit amet,
consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
et dolore magna aliqua.

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
ut aliquip ex ea commodo consequat.
---
Some images in the middle column:
![One](image-1.png)
![Two](image-2.png)
---
And some **more** text in the _third_ column. Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

[Excepteur](http://excepteur.org ) sint occaecat cupidatat non proident, sunt
in culpa qui officia deserunt mollit anim id est laborum.
-- end --
```

Comma separated list of numbers after the `row` instruction is an optional definition for columns width. This example uses 12-column Twitter Bootstrap grid, so "5, 2, 5" corresponds to "41.5%, 17%, 41.5%" relatively to the total page width.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4253587?v=4)[Netzweberei](/maintainers/Netzweberei)[@Netzweberei](https://github.com/Netzweberei)

---

Top Contributors

[![Netzweberei](https://avatars.githubusercontent.com/u/4253587?v=4)](https://github.com/Netzweberei "Netzweberei (4 commits)")[![berteh](https://avatars.githubusercontent.com/u/36950?v=4)](https://github.com/berteh "berteh (2 commits)")

### Embed Badge

![Health badge](/badges/ntzwbr-phile-bootstrap/health.svg)

```
[![Health](https://phpackages.com/badges/ntzwbr-phile-bootstrap/health.svg)](https://phpackages.com/packages/ntzwbr-phile-bootstrap)
```

###  Alternatives

[roots/wordpress-no-content

WordPress is open source software you can use to create a beautiful website, blog, or app.

2013.7M63](/packages/roots-wordpress-no-content)[marufmax/emoticon-php

An Elegant Emoji/Emoticon package for PHP

3236.1k](/packages/marufmax-emoticon-php)

PHPackages © 2026

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