PHPackages                             cammanderson/mmb-github - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. cammanderson/mmb-github

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

cammanderson/mmb-github
=======================

Github Article Service for mmb

v1.0-alpha(11y ago)058LGPL-3.0PHPPHP &gt;=5.4.0

Since Aug 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/cammanderson/mmb-github)[ Packagist](https://packagist.org/packages/cammanderson/mmb-github)[ RSS](/packages/cammanderson-mmb-github/feed)WikiDiscussions master Synced today

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

Github Article Provider for mmb
===============================

[](#github-article-provider-for-mmb)

Github Article Service for [Minimalist Markdown Blog](https://github.com/cammanderson/mmb) Check-in your blog articles to your github account and make them accessible to your blog.Supports branching strategy, allowing you to configure your local blog to read a separate branch.

Usage
-----

[](#usage)

### Composer

[](#composer)

```
{
    "require": {
        "cammanderson/mmb" : "@dev"
        "cammanderson/mmb-github" : "@dev"
    }
}
```

### Update your pimple

[](#update-your-pimple)

```
// Silex configuration
$app->register(new MMB\ArticleServiceProvider());

// Specify articles to be sourced from github
$app['article_service'] = $app->share(function ($app) {
    $githubService = new \MMB\Github\GithubArticleService('cammanderson', 'mmb-github-example', 'master');
    $githubService->setProvider($app['article_provider']);

    return $githubService;
});
```

### Configuration

[](#configuration)

- Branch (e.g. look to master)
- Github Authentication (for private github repositories)
- Regular expressions for matching article naming convention

[See example](https://github.com/cammanderson/mmb-github-example)

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

4335d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/578846?v=4)[Tom Manderson](/maintainers/cammanderson)[@cammanderson](https://github.com/cammanderson)

---

Top Contributors

[![cammanderson](https://avatars.githubusercontent.com/u/578846?v=4)](https://github.com/cammanderson "cammanderson (1 commits)")

---

Tags

markdowngithubcodingblog

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cammanderson-mmb-github/health.svg)

```
[![Health](https://phpackages.com/badges/cammanderson-mmb-github/health.svg)](https://phpackages.com/packages/cammanderson-mmb-github)
```

###  Alternatives

[league/commonmark

Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)

3.0k437.5M1.0k](/packages/league-commonmark)[ion-bazan/composer-diff

Compares composer.lock changes and generates Markdown report so you can use it in PR description.

1872.0M3](/packages/ion-bazan-composer-diff)[jeroen/mediawiki-github

Simple MediaWiki extension for embedding GitHub hosted content in wiki pages. Supports markdown rendering and syntax highlighting.

334.4k](/packages/jeroen-mediawiki-github)

PHPackages © 2026

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