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

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

chriskapp/blog
==============

v0.1.6(7mo ago)0141MITPHPPHP &gt;=8.1CI passing

Since Aug 24Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/chriskapp/blog)[ Packagist](https://packagist.org/packages/chriskapp/blog)[ Docs](https://chrisk.app)[ RSS](/packages/chriskapp-blog/feed)WikiDiscussions main Synced 1mo ago

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

Blog
====

[](#blog)

Simple blog engine

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

[](#installation)

The blog engine uses [PSX](https://github.com/apioo/psx) to install it you only need at this package:

```
composer require chriskapp/blog

```

Configuration
-------------

[](#configuration)

Then you need to add the following configurations at the `configuration.php` file:

```
return [
    // the blog source xml file containing all posts
    'blog_file'               => __DIR__ . '/resources/blog.xml',
    'blog_title'              => 'chrisk.app',

    // the default author of the blog posts
    'blog_author_name'        => 'chriskapp',
    'blog_author_uri'         => 'https://chrisk.app/',

    // the blog template files
    'blog_template_index'     => 'blog.php',
    'blog_template_detail'    => 'blog/detail.php',

    // ...
];
```

And you need to add the `container.php` file to the container builder:

```
return \PSX\Framework\Dependency\ContainerBuilder::build(
    __DIR__,
    true,
    __DIR__ . '/vendor/psx/framework/resources/container.php',
    __DIR__ . '/vendor/chriskapp/blog/resources/container.php',
    __DIR__ . '/resources/container.php',
);
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance62

Regular maintenance activity

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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

Every ~66 days

Recently: every ~99 days

Total

7

Last Release

236d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2505846?v=4)[Christoph Kappestein](/maintainers/chriskapp)[@chriskapp](https://github.com/chriskapp)

---

Top Contributors

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

###  Code Quality

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

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

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

PHPackages © 2026

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