PHPackages                             mattmezza/blog-manager - 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. mattmezza/blog-manager

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

mattmezza/blog-manager
======================

An utility to manage a small blog with files and markdown syntax

v1.0(9y ago)048[1 issues](https://github.com/mattmezza/blog-manager/issues)MITPHP

Since Jan 7Pushed 9y ago2 watchersCompare

[ Source](https://github.com/mattmezza/blog-manager)[ Packagist](https://packagist.org/packages/mattmezza/blog-manager)[ RSS](/packages/mattmezza-blog-manager/feed)WikiDiscussions master Synced 3w ago

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

![Travis](https://camo.githubusercontent.com/798e52a90a8ae59c45b13c2eae29e247a18c05bfe6d4b52076470611d128c8e0/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d6174746d657a7a612f626c6f672d6d616e616765722e737667)![Scrutinizer Coverage](https://camo.githubusercontent.com/5072a30200a66843369005782d18d4c046fbfe1afa194296165229fbdde87a33/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6d6174746d657a7a612f626c6f672d6d616e616765722e737667)![Scrutinizer](https://camo.githubusercontent.com/3a69b355b65c7733c7c18045395b5f604c2ae78a102cf2889f22ac3c8bfb33e2/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6d6174746d657a7a612f626c6f672d6d616e616765722e737667)![Packagist](https://camo.githubusercontent.com/47aed5479e8cfa9c4b1d36d6a2e804bc41fa5f8806f286af45913a37a3bd41b3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6174746d657a7a612f626c6f672d6d616e616765722e737667)

blog-manager
============

[](#blog-manager)

A PHP utility class to manage a small blog with files and markdown syntax

`composer require mattmezza/blog-manager`

```
require_once 'vendor/autoload.php';

$config = array(
  "posts" => array(
    "dir" => __DIR__ . "/posts",
    "perpage" => 5
  ),
  "pages" => array(
    "dir" => __DIR__ . "/pages/"
  ),
  "url" => "http://localhost:8000"
);

$bm = new Blog\Manager($config);
$page = $bm->get_page("test");

// echo $page->title;
echo $page->body;
// echo $page->metas->wooow;
```

`test.md`

```
title: test
wooow: 'YAML syntax'
------------
# Test
Let's _try_

```

###### Matteo Merola

[](#matteo-merola-mattmezzagmailcom)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3460d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1915989?v=4)[Matteo Merola](/maintainers/mattmezza)[@mattmezza](https://github.com/mattmezza)

---

Top Contributors

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

---

Tags

articlesblogcmsfilekissmarkdownno-databasepagesyaml

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mattmezza-blog-manager/health.svg)

```
[![Health](https://phpackages.com/badges/mattmezza-blog-manager/health.svg)](https://phpackages.com/packages/mattmezza-blog-manager)
```

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[friendsoftypo3/content-blocks

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

101466.4k45](/packages/friendsoftypo3-content-blocks)[benjaminhoegh/parsedown-extended

An extension for Parsedown.

5125.2k1](/packages/benjaminhoegh-parsedown-extended)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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