PHPackages                             mafd16/comment - 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. [Framework](/categories/framework)
4. /
5. mafd16/comment

ActiveLibrary[Framework](/categories/framework)

mafd16/comment
==============

Anax comment module.

v1.1.5(8y ago)072MITPHPPHP &gt;=5.6

Since Oct 2Pushed 8y agoCompare

[ Source](https://github.com/mafd16/comment)[ Packagist](https://packagist.org/packages/mafd16/comment)[ Docs](https://github.com/mafd16/comment)[ RSS](/packages/mafd16-comment/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (10)Versions (13)Used By (0)

Mafd16 comment
==============

[](#mafd16-comment)

[![Latest Stable Version](https://camo.githubusercontent.com/7476f7f414b905bba249c252a5691c3f3adebf15183bdfe9744b8bc0cdc0bf34/68747470733a2f2f706f7365722e707567782e6f72672f6d61666431362f636f6d6d656e742f762f737461626c65)](https://packagist.org/packages/mafd16/comment)[![Build Status](https://camo.githubusercontent.com/94bb9aef57ba5edfef17b2564c773fc49d9bf329b3faa06597f78eb19a856d81/68747470733a2f2f7472617669732d63692e6f72672f6d61666431362f636f6d6d656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mafd16/comment)[![CircleCI](https://camo.githubusercontent.com/cd78771406e090afd025c2f5031eac5859a50e1a6093355163cc95ea36b4e30d/68747470733a2f2f636972636c6563692e636f6d2f67682f6d61666431362f636f6d6d656e742e7376673f7374796c653d737667)](https://circleci.com/gh/mafd16/comment)[![Build Status](https://camo.githubusercontent.com/27be111f810fa0db327ff7d5019e5e0eb05d1f2b6911cf711860709c8b0b3a36/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61666431362f636f6d6d656e742f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/mafd16/comment/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/858a7e4c4ba3f4e46074ded3f3c6335f861dd5f47e49b1b7e8f053b63a2f57cb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61666431362f636f6d6d656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/mafd16/comment/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/ba046527c1fc23f44df6ce4b9ddb0a2b4f94538c55fe3f609f7dee1e58d7133b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61666431362f636f6d6d656e742f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/mafd16/comment/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/94503fbe8baaad4a7c719aa070175a56fb5274ae7c7ef737f8a5f867ed37826a/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32623866323737622d616566322d346534342d623162332d6332616438393761376237632f6d696e692e706e67)](https://insight.sensiolabs.com/projects/2b8f277b-aef2-4e44-b1b3-c2ad897a7b7c)

Mafd16 comment module.

Install
=======

[](#install)

Install using composer and then integrate the module with your Anax installation.

Install with composer
---------------------

[](#install-with-composer)

```
composer require mafd16/comment

```

Configuration files for comment module
--------------------------------------

[](#configuration-files-for-comment-module)

```
cp vendor/mafd16/comment/config/route/* config/route
cp vendor/mafd16/comment/config/database.php config/

```

Integrate the following parts in to your own installation of Anax (do not just copy!)

```
vendor/mafd16/comment/config/di.php to config/di.php
vendor/mafd16/comment/config/route.php to config/route.php
vendor/mafd16/comment/config/view.php to config/view.php

```

Set up and configure an sqlite database
---------------------------------------

[](#set-up-and-configure-an-sqlite-database)

If you don´t already have a database set up

```
cp -r vendor/anax/database/data/ data/
chmod 777 data

sqlite3 data/db.sqlite < vendor/mafd16/comment/sql/ddl/comments_sqlite.sql
sqlite3 data/db.sqlite < vendor/mafd16/comment/sql/ddl/user_sqlite.sql
chmod 666 data/db.sqlite

```

License
-------

[](#license)

This software carries a MIT license.

```
Copyright (c) 2017 Martin Fagerlund (mngfagerlund@gmail.com)

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

12

Last Release

3137d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e7b7e2a0e0d721b31c689fe6bd10ae3d9e80eec571eebd3a554c4b798d14575?d=identicon)[marton](/maintainers/marton)

---

Top Contributors

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

---

Tags

frameworkmicromvcboilerplateeducation

### Embed Badge

![Health badge](/badges/mafd16-comment/health.svg)

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

PHPackages © 2026

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