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

ActiveAsgard-module[Utility &amp; Helpers](/categories/utility)

armoni/blog-module
==================

A blog module for AsgardCMS.

1.14.1(10y ago)017MITPHPPHP &gt;=5.4

Since Jan 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/armoni/Blog)[ Packagist](https://packagist.org/packages/armoni/blog-module)[ RSS](/packages/armoni-blog-module/feed)WikiDiscussions master Synced today

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

Blog module
===========

[](#blog-module)

[![Latest Version](https://camo.githubusercontent.com/ab9aa87d463ec1b8f9f623018a5a27560b70b596d779beab86145d4404f63c31/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f617367617264636d732f626c6f672e7376673f7374796c653d666c61742d737175617265)](https://github.com/asgardcms/blog/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Quality Score](https://camo.githubusercontent.com/c98b2d7fbdd1b95c3dea6c9d10a74616bca6a1ec08e37ebfba8d80f8f2c73f43/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f617367617264636d732f626c6f672e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/asgardcms/blog)[![SensioLabs Insight](https://camo.githubusercontent.com/f3d211140a4dbf238b2d927facc6c16e657452906963a8a6fbfdeb0b0a2c7a06/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f63353466333864392d323066622d343165382d623262652d6264656237313434616434622e737667)](https://insight.sensiolabs.com/projects/c54f38d9-20fb-41e8-b2be-bdeb7144ad4b)[![CodeClimate](https://camo.githubusercontent.com/2d768d8d8b4f8250c8bf117e17f1cd31311962b72fc0152ad79c7e483fc49463/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f417367617264436d732f426c6f672e737667)](https://codeclimate.com/github/AsgardCms/Blog)

[![Total Downloads](https://camo.githubusercontent.com/4ca355baf06fd771553593af2b015420ccc59dd7c9e1defbbe3fdd9595fd1b5b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64642f617367617264636d732f626c6f672d6d6f64756c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/asgardcms/blog-module)[![Total Downloads](https://camo.githubusercontent.com/f8bf45465ed12a319a074a39a366c8dabcfa288837afc3acfa8fdfe445d4d5a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f617367617264636d732f626c6f672d6d6f64756c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/asgardcms/blog-module)[![Total Downloads](https://camo.githubusercontent.com/1a214618991efcc06d7b5324c3fff2f89149c90f69d452f3ec733020692bf504/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617367617264636d732f626c6f672d6d6f64756c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/asgardcms/blog-module)[![Slack](https://camo.githubusercontent.com/5379498bc3498bb41df326f2981e2cae90bd1ba46d635bb0c0faedcdc746278d/687474703a2f2f736c61636b2e617367617264636d732e636f6d2f62616467652e737667)](http://slack.asgardcms.com/)

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

[](#installation)

Execute the following command in your terminal

```
composer require asgardcms/blog-module

```

Followed by a composer update

**Note: After installation you'll have to give you the required permissions to get to the blog module pages in the backend.**

Usage
-----

[](#usage)

- You have to create a `blog.index` and `blog.show` page in your front end theme.
- You can link to the blog index page using : `route(locale() . '.blog')`
- In the blog index you'll have access to a `$posts` variable on which you can loop
- To create a link to a specific post: `route(locale() . '.blog.slug', [$post->slug])`
- On the blog index and blog show pages you'll have access to a `$latestPosts` variable containing the latest posts, this amount can be configured in the admin.
- On a post detail page, you can have access to the next and previous post by calling:
    - `$post->present()->previous`
    - `$post->present()->next`

Resources
---------

[](#resources)

- [View the changelog](CHANGELOG.md)
- [Contribute to AsgardCMS](CONTRIBUTING.md)
- [License](LICENSE.md)

Info
----

[](#info)

All AsgardCMS modules respect [Semantic Versioning](http://semver.org/).

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 93.3% 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 ~23 days

Recently: every ~41 days

Total

22

Last Release

3703d ago

Major Versions

0.1.0-beta.1 → 1.0.02015-06-09

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/419689?v=4)[armoni](/maintainers/armoni)[@armoni](https://github.com/armoni)

---

Top Contributors

[![nWidart](https://avatars.githubusercontent.com/u/882397?v=4)](https://github.com/nWidart "nWidart (361 commits)")[![patrickbrouwers](https://avatars.githubusercontent.com/u/7728097?v=4)](https://github.com/patrickbrouwers "patrickbrouwers (5 commits)")[![Shhu](https://avatars.githubusercontent.com/u/2306100?v=4)](https://github.com/Shhu "Shhu (2 commits)")[![mikemand](https://avatars.githubusercontent.com/u/745184?v=4)](https://github.com/mikemand "mikemand (2 commits)")[![dcpck](https://avatars.githubusercontent.com/u/13513262?v=4)](https://github.com/dcpck "dcpck (2 commits)")[![Turaylon](https://avatars.githubusercontent.com/u/618998?v=4)](https://github.com/Turaylon "Turaylon (2 commits)")[![clemir](https://avatars.githubusercontent.com/u/1380496?v=4)](https://github.com/clemir "clemir (2 commits)")[![oimken](https://avatars.githubusercontent.com/u/5130712?v=4)](https://github.com/oimken "oimken (2 commits)")[![armoni](https://avatars.githubusercontent.com/u/419689?v=4)](https://github.com/armoni "armoni (1 commits)")[![wlucjan](https://avatars.githubusercontent.com/u/333340?v=4)](https://github.com/wlucjan "wlucjan (1 commits)")[![fg](https://avatars.githubusercontent.com/u/2738851?v=4)](https://github.com/fg "fg (1 commits)")[![Fl0ux](https://avatars.githubusercontent.com/u/545615?v=4)](https://github.com/Fl0ux "Fl0ux (1 commits)")[![gabva](https://avatars.githubusercontent.com/u/3207040?v=4)](https://github.com/gabva "gabva (1 commits)")[![moebrowne](https://avatars.githubusercontent.com/u/8448512?v=4)](https://github.com/moebrowne "moebrowne (1 commits)")[![mwsanders0](https://avatars.githubusercontent.com/u/1329593?v=4)](https://github.com/mwsanders0 "mwsanders0 (1 commits)")[![tachyon-ops](https://avatars.githubusercontent.com/u/414938?v=4)](https://github.com/tachyon-ops "tachyon-ops (1 commits)")[![tintamarre](https://avatars.githubusercontent.com/u/409734?v=4)](https://github.com/tintamarre "tintamarre (1 commits)")

---

Tags

blogasgardcmsjournal

### Embed Badge

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

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

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[mautic/core

Mautic Open Source Distribution

9.8k2.6k9](/packages/mautic-core)[rainlab/blog-plugin

Blog plugin for October CMS

17158.6k](/packages/rainlab-blog-plugin)[asgardcms/blog-module

A blog module for AsgardCMS.

4211.3k](/packages/asgardcms-blog-module)[mediawiki/maps

Adds various mapping features to MediaWiki

78149.7k3](/packages/mediawiki-maps)[civicrm/civicrm-drupal-8

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

19246.3k2](/packages/civicrm-civicrm-drupal-8)

PHPackages © 2026

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