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

ActiveAsgard-module

sagsoz06/blog-module
====================

A blog module for AsgardCMS.

2.4.4(4y ago)0233MITPHPPHP &gt;=5.6CI failing

Since Mar 31Pushed 4y ago1 watchersCompare

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

READMEChangelogDependencies (6)Versions (46)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)[![Build Status](https://camo.githubusercontent.com/de81aeb27cf880dc31e04a92be305a46e62c18277ffdafe215d610e182e6f375/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f417367617264436d732f426c6f672f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/AsgardCms/Blog)[![Scrutinizer Coverage](https://camo.githubusercontent.com/b45ea49707725b3b139973b45c34a8e6665732a218dcaecd4bd61b40c44bca79/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f417367617264436d732f426c6f672e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/AsgardCms/Blog/?branch=master)[![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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~36 days

Recently: every ~225 days

Total

45

Last Release

1736d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/97d293b3dd3a4e7655fb8b6c0245cb27adf9857bf3400df1730bbcf51d6be27a?d=identicon)[sagsoz06](/maintainers/sagsoz06)

---

Top Contributors

[![sagsoz06](https://avatars.githubusercontent.com/u/306175?v=4)](https://github.com/sagsoz06 "sagsoz06 (24 commits)")[![aniliso](https://avatars.githubusercontent.com/u/26839479?v=4)](https://github.com/aniliso "aniliso (14 commits)")[![visualturk](https://avatars.githubusercontent.com/u/17029406?v=4)](https://github.com/visualturk "visualturk (13 commits)")

---

Tags

blogasgardcmsjournal

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[microweber/microweber

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)[asgardcms/blog-module

A blog module for AsgardCMS.

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

Blog plugin for October CMS

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

The core module for AsgardCMS. This is required for every install.

8343.7k27](/packages/asgardcms-core-module)[winter/wn-blog-plugin

Blog plugin for Winter CMS

2042.1k3](/packages/winter-wn-blog-plugin)[asgardcms/dashboard-module

Dashboard module for AsgardCMS. Handles the display of the dashboard.

1236.6k2](/packages/asgardcms-dashboard-module)

PHPackages © 2026

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