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

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

krzysztofair/blog
=================

Flat file blog

1.0.0(10y ago)010GPL-3.0+PHP

Since Jul 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/krzysztofair/blog)[ Packagist](https://packagist.org/packages/krzysztofair/blog)[ Docs](http://blog.krzysztof.space)[ RSS](/packages/krzysztofair-blog/feed)WikiDiscussions master Synced 1mo ago

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

Flat file blogging platform
===========================

[](#flat-file-blogging-platform)

> If you can't find something that suits your needs - do it yourself

I was looking for simple and semi-lightweight blogging system with Markdown and Yaml files only. However existing ones was overloaded with plugins and functionality. So this is what I came out with.

Requirements
------------

[](#requirements)

Get the latest PHP and composer to install dependencies.

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

[](#installation)

You have two options:

```
composer create-project krzysztofair/blog --prefer-dist

```

or simply clone this repo, cd into it and install via composer:

```
composer install

```

Make sure the cache folder has 755 or 777 chmods

```
sudo chmod -R 777 cache

```

Your virtual host should point to **public** directory.

Customization
-------------

[](#customization)

You can edit application views to customize the template. Put your assets into public/assets directory.

Writing posts
-------------

[](#writing-posts)

There are three steps for writing a new post.

1. Add new post information in **blog/blog.yaml** configuration file under posts key. See sample data you can use in this file.
2. Add new file under **blog** directory named **slug**.md, where **slug** is the same as in **blog.yaml**.
3. `git add` and `git push`- and you're ready!

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

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

3941d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c4d138babf1c39387a8eaad46f192ce3eb328191284e95c3363a8b275df20a84?d=identicon)[krzysztofair](/maintainers/krzysztofair)

---

Top Contributors

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

---

Tags

phpfastbloglightweightmodern

### Embed Badge

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

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

PHPackages © 2026

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