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(3mo ago)01MITPHPPHP ^8.3CI passing

Since Mar 11Pushed 3mo 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 3w ago

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

33

—

LowBetter than 72% of packages

Maintenance80

Actively maintained with recent releases

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

105d 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.5k193.1M3.0k](/packages/composer-composer)[symfony/stimulus-bundle

Integration with your Symfony app &amp; Stimulus!

17316.3M256](/packages/symfony-stimulus-bundle)[illuminate/session

The Illuminate Session package.

9938.5M821](/packages/illuminate-session)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.3k449.3k30](/packages/tightenco-jigsaw)[friendsoftypo3/content-blocks

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

101466.4k45](/packages/friendsoftypo3-content-blocks)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5255.7M110](/packages/symplify-monorepo-builder)

PHPackages © 2026

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