PHPackages                             opengeek/content-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. opengeek/content-markdown

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

opengeek/content-markdown
=========================

Markdown repository for opengeek/content

0.1.0(5mo ago)01MITPHPPHP ^8.3CI passing

Since Mar 11Pushed 5mo agoCompare

[ Source](https://github.com/opengeek/content-markdown)[ Packagist](https://packagist.org/packages/opengeek/content-markdown)[ RSS](/packages/opengeek-content-markdown/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (6)Versions (2)Used By (0)

opengeek/content-markdown
=========================

[](#opengeekcontent-markdown)

[![PHP ^8.3](https://camo.githubusercontent.com/9d9ec35e438d32eee58734a510238e61050b48e92f67595cd0047b61f5ece336/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253545382e332d626c7565)](https://camo.githubusercontent.com/9d9ec35e438d32eee58734a510238e61050b48e92f67595cd0047b61f5ece336/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253545382e332d626c7565)

Markdown file repository implementation for `opengeek/content`.

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

[](#installation)

```
composer require opengeek/content-markdown
```

Features
--------

[](#features)

- **Generic Base**: `AbstractMarkdownRepository` to easily build additional file-based content types.
- **Mappers**: `ContentMapperInterface` support for decoupling raw Markdown/YAML data from DTOs.
- **Read-only**: Designed for performant, read-only filesystem-based content.
- **Front Matter**: Full YAML front matter support via `mni/front-yaml`.
- **Recursive Discovery**: Built-in support for nested directory structures.

Usage
-----

[](#usage)

```
use Opengeek\Content\Markdown\MarkdownArticleRepository;
use Opengeek\Content\Markdown\MarkdownArticleRepositoryConfig;
use Opengeek\Content\Markdown\MarkdownArticleMapper;

$config = new MarkdownArticleRepositoryConfig(
    contentPath: __DIR__ . '/content/articles',
    recursive: true
);

$repository = new MarkdownArticleRepository(
    $config,
    new MarkdownArticleMapper()
);

$articles = $repository->findAll();
```

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance73

Regular maintenance activity

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

150d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/232812?v=4)[Jason Coward](/maintainers/opengeek)[@opengeek](https://github.com/opengeek)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k199.6M3.3k](/packages/composer-composer)[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k257.0M27.4k](/packages/friendsofphp-php-cs-fixer)[illuminate/session

The Illuminate Session package.

9939.9M879](/packages/illuminate-session)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103574.3k64](/packages/friendsoftypo3-content-blocks)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k49](/packages/civicrm-civicrm-core)[symfony/stimulus-bundle

Integration with your Symfony app &amp; Stimulus!

17517.7M343](/packages/symfony-stimulus-bundle)

PHPackages © 2026

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