PHPackages                             vudaltsov/markdowncache - 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. vudaltsov/markdowncache

AbandonedArchivedLibrary

vudaltsov/markdowncache
=======================

A simple tool for caching markdown files

v0.1.1(10y ago)0779MITPHP

Since Jan 30Pushed 10y ago1 watchersCompare

[ Source](https://github.com/vudaltsov/markdowncache)[ Packagist](https://packagist.org/packages/vudaltsov/markdowncache)[ RSS](/packages/vudaltsov-markdowncache/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Description
===========

[](#description)

This tool parses your markdown files using [Parsedown](http://parsedown.org/) and stores html versions in a specified location.

Installation
============

[](#installation)

```
$ composer require vudaltsov/markdowncache

```

Usage
=====

[](#usage)

```
$mc = new MarkdownCache('path/to/cache/dir');
echo $mc->getHtml('path/to/file.md');
// or
include $mc->getPath('path/to/file.md');
// or
$mc->render('path/to/file.md');
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Every ~0 days

Total

2

Last Release

3758d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2552865?v=4)[Valentin Udaltsov](/maintainers/vudaltsov)[@vudaltsov](https://github.com/vudaltsov)

### Embed Badge

![Health badge](/badges/vudaltsov-markdowncache/health.svg)

```
[![Health](https://phpackages.com/badges/vudaltsov-markdowncache/health.svg)](https://phpackages.com/packages/vudaltsov-markdowncache)
```

###  Alternatives

[afragen/github-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k20.4k](/packages/afragen-github-updater)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[pods-framework/pods

Pods is a development framework for creating, extending, managing, and deploying customized content types in WordPress.

1.1k1.7k](/packages/pods-framework-pods)[sitegeist/fluid-styleguide

Living styleguide for Fluid Components

16227.4k1](/packages/sitegeist-fluid-styleguide)[benjaminhoegh/parsedown-extended

An extension for Parsedown.

5022.6k1](/packages/benjaminhoegh-parsedown-extended)

PHPackages © 2026

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