PHPackages                             asatirsen/forum - 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. asatirsen/forum

ActiveLibrary

asatirsen/forum
===============

A forum module.

1.0.4(4y ago)012MITPHP

Since May 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/AsaTirsen/forum)[ Packagist](https://packagist.org/packages/asatirsen/forum)[ RSS](/packages/asatirsen-forum/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

[![Build Status](https://camo.githubusercontent.com/f071d2b8a6cf60a0921927ab1e15104e7f01fdfe6734904027bedd1796ba7bf5/68747470733a2f2f7472617669732d63692e6f72672f41736154697273656e2f666f72756d2e7376673f6272616e63683d6d61696e)](https://travis-ci.org/AsaTirsen/forum)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/6f0434394d295a1205d3ad784346d0f647032af3d309c6323e76ad187273be1d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f41736154697273656e2f666f72756d2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/AsaTirsen/forum/?branch=main)

[![Code Coverage](https://camo.githubusercontent.com/4d25302ef54add45e0894fbf436a1a793d6e471ce897a6ba6c2c8326298efc0f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f41736154697273656e2f666f72756d2f6261646765732f636f7665726167652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/AsaTirsen/forum/?branch=main)

[![Build Status](https://camo.githubusercontent.com/3f7730faf19465aebaa55f6c4962a21ec9d506b1838d9151d984fdcd0a803eea/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f41736154697273656e2f666f72756d2f6261646765732f6275696c642e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/AsaTirsen/forum/build-status/main)

[![Code Intelligence Status](https://camo.githubusercontent.com/750a2c550318c4a72842c9c3b8c9dbd74406f8d236def374b6e0ec54e8cc9426/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f41736154697273656e2f666f72756d2f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d61696e)](https://scrutinizer-ci.com/code-intelligence)

Anax module for questions, answers and comments
===============================================

[](#anax-module-for-questions-answers-and-comments)

This module can be incorporated with the [Anax framework](https://github.com/canax) to provide a forum for asking questions, answering questions and commenting.

To install
==========

[](#to-install)

In your composer.json do:

```
    composer require asatirsen/forum

```

Integrate the module
====================

[](#integrate-the-module)

From the root of your Anax repo run:
------------------------------------

[](#from-the-root-of-your-anax-repo-run)

### Simply run:

[](#simply-run)

```
bash vendor/asatirsenforum/.anax/scaffold/postprocess.d/100_forum.bash

```

### Or manually:

[](#or-manually)

### Copy the configuration files

[](#copy-the-configuration-files)

```
rsync -av --exclude navbar --exclude page.php vendor/asatirsen/forum/config ./

```

### Copy the view

[](#copy-the-view)

```
rsync -av vendor/asatirsen/forum/view ./

```

### copy the src directory

[](#copy-the-src-directory)

```
rsync -av vendor/asatirsen/forum/src ./

```

### copy the sql directory

[](#copy-the-sql-directory)

```
rsync -av vendor/asatirsen/forum/sql ./

```

### create databases

[](#create-databases)

```
sqlite3 data/db.sqlite < sql/ddl/user_sqlite.sql
sqlite3 data/db.sqlite < sql/ddl/tag_question_sqlite.sql
sqlite3 data/db.sqlite < sql/ddl/question_sqlite.sql
sqlite3 data/db.sqlite < sql/ddl/answer_sqlite.sql
sqlite3 data/db.sqlite < sql/ddl/tag_sqlite.sql
sqlite3 data/db.sqlite < sql/ddl/comment_sqlite.sql

```

Update your navigation:
-----------------------

[](#update-your-navigation)

Add Forum to your navbar via config/navbar/header.php and via config/navbar/responsive.php

You will need to insert the following lines of code into the items-key in the above files.

```
    [
        "text" => "Forum",
        "url" => "forum",
        "title" => "Första sidan, börja här.",
    ],
    [
        "text" => "Logga in",
        "url" => "user/login",
        "title" => "Logga in.",
    ],
    [
        "text" => "Frågor",
        "url" => "question",
        "title" => "Frågor",
    ],
    [
        "text" => "Taggar",
        "url" => "tag",
        "title" => "Taggar",
    ],
    [
        "text" => "Om",
        "url" => "about",
        "title" => "Om denna webbplats.",
    ],

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

5

Last Release

1809d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/asatirsen-forum/health.svg)

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

PHPackages © 2026

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