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

ActiveAsgard-module

micvital/blog-module
====================

A blog module for AsgardCMS.

v1.0(6y ago)13MITPHPPHP &gt;=7.0.0CI failing

Since Apr 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/MicVital/Blog)[ Packagist](https://packagist.org/packages/micvital/blog-module)[ RSS](/packages/micvital-blog-module/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (9)Versions (2)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)[![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)[![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)

### Module Download

[](#module-download)

Using AsgardCMS's module download command:

```
php artisan asgard:download:module asgardcms/blog --migrations
```

This will download the module and run its migrations .

This is the recommended way if you wish to customise the fields, views, etc.

### Composer

[](#composer)

Execute the following command in your terminal

```
composer require asgardcms/blog-module

```

This is if the contact module is perfect for your use-case as-is, and doesn't need any changes to fit your needs.

**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)

- [Contribute to AsgardCMS](CONTRIBUTING.md)
- [License](LICENSE.md)

Info
----

[](#info)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

2206d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e590e1475fa4b4ece2bcd344717349f41d4a88d969f244652e20527e193ab9a?d=identicon)[MicVital](/maintainers/MicVital)

---

Top Contributors

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

---

Tags

blogasgardcmsjournal

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[asgardcms/blog-module

A blog module for AsgardCMS.

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

New generation CMS with drag and drop

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

The AsgardCms application.

78860.8k](/packages/asgardcms-platform)[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)

PHPackages © 2026

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