PHPackages                             guni12/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. guni12/comment

ActiveLibrary[Framework](/categories/framework)

guni12/comment
==============

Anax comment module.

v1.0.10(8y ago)0217MITPHPPHP &gt;=5.6

Since Oct 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/guni12/comment)[ Packagist](https://packagist.org/packages/guni12/comment)[ Docs](https://dbwebb.se/anax)[ RSS](/packages/guni12-comment/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (14)Versions (12)Used By (0)

Anax comment
============

[](#anax-comment)

[![Latest Stable Version](https://camo.githubusercontent.com/2ff359ee4f255f078ddb48c41a34fad354060a91c59ba5f9b3b110a92679f808/68747470733a2f2f706f7365722e707567782e6f72672f67756e6931322f636f6d6d656e742f762f737461626c65)](https://packagist.org/packages/guni12/comment)[![Build Status](https://camo.githubusercontent.com/b4c59d8c7a1cd5dfe236fe2e574e6280bda32ee5b25012b90cf54aa931f9ea49/68747470733a2f2f7472617669732d63692e6f72672f67756e6931322f636f6d6d656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/guni12/comment)[![CircleCI](https://camo.githubusercontent.com/297959ee45d822e555f28ab1d6c9803d91e16fe95910b241d892bc45b9baf170/68747470733a2f2f636972636c6563692e636f6d2f67682f67756e6931322f636f6d6d656e742e7376673f7374796c653d737667)](https://circleci.com/gh/guni12/comment)[![Build Status](https://camo.githubusercontent.com/8253dedf6fbc5ad5f498be0c79672f1fe35f0ba0a97625932ef66b9a4bf9ef85/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f67756e6931322f636f6d6d656e742f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/guni12/comment/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f66d3ebc8ded9b7df8b611380ee40cff0bd725998b114366d457236b2c9050e6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f67756e6931322f636f6d6d656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/guni12/comment/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/f867b7a05276f8649afd000f2eec0567b37d0588b19033d83327e9f0ae566975/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f67756e6931322f636f6d6d656e742f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/guni12/comment/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/779336c9df90841b95a9a0a28b64a38cd08f398ef77337ae6e38c9c466e6681f/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33656433386336622d373835332d346562312d383730322d6330393738333362613435392f6d696e692e706e67)](https://insight.sensiolabs.com/projects/3ed38c6b-7853-4eb1-8702-c097833ba459)[![Maintainability](https://camo.githubusercontent.com/045d2a5978a478691ac9d1a365ec0e744b93b71565785b7645bf3ae070f8ac63/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f32666166323336393732306537353032656664362f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/guni12/comment/maintainability)[![Test Coverage](https://camo.githubusercontent.com/4f443c678759df3de0997fda82e625359145b3f05f19291d0937cedb120a4d5c/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f32666166323336393732306537353032656664362f746573745f636f766572616765)](https://codeclimate.com/github/guni12/comment/test_coverage)

(Anax) guni12 comment module.

Install
-------

[](#install)

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

### Install with composer

[](#install-with-composer)

```
composer require guni12/comment

```

### Router files

[](#router-files)

```
rsync -av vendor/guni12/comment/config/route/commController.php config/route

```

### DI services

[](#di-services)

Add the services di configuration. Make sure you have the directory `config/di`

```
rsync -a vendor/guni12/comment/config/di.php config/di/comment.php

```

### View files

[](#view-files)

You have the directory `view/comm`

```
rsync -av vendor/guni12/comment/view/comm/crud* view/comm

```

You might want to change namespace and place the src-files amongst your own src-files.

License
-------

[](#license)

This software carries a MIT license.

```
 .
..:  Copyright (c) 2017 Gunvor Nilsson (gunvor@behovsbo.se)

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

11

Last Release

3123d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e163dadc0d564d6e8108b39d48be7984c6992ab12c200a4f2711d6f35591b4c2?d=identicon)[Gunvor](/maintainers/Gunvor)

---

Tags

frameworkmicromvcboilerplateeducation

### Embed Badge

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

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

PHPackages © 2026

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