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(1mo ago)01↓100%MITPHPPHP ^8.3CI passing

Since Mar 11Pushed 1mo 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 1mo 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

35

—

LowBetter than 80% of packages

Maintenance88

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

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

59d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21d2fffab15f3e6d2f9f282e75aa939fad57a55608fb16e1f018187f60cd091b?d=identicon)[opengeek](/maintainers/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

[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[civicrm/civicrm-core

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

728272.9k17](/packages/civicrm-civicrm-core)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)[friendsoftypo3/content-blocks

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

96374.6k23](/packages/friendsoftypo3-content-blocks)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

52664.9k12](/packages/solspace-craft-freeform)

PHPackages © 2026

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