PHPackages                             niclalalla/points - 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. niclalalla/points

ActiveFlarum-extension

niclalalla/points
=================

Point system for flarum.

01JavaScript

Since Dec 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/niclalalla/points)[ Packagist](https://packagist.org/packages/niclalalla/points)[ RSS](/packages/niclalalla-points/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Points
======

[](#points)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667) [![Latest Stable Version](https://camo.githubusercontent.com/04d416427c10e49edd6f2dcf02088a3ab73924fe97bbd25854d25918d7da9252/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6865686f6e677975616e6c6f76652f666c6172756d2d706f696e74732e737667)](https://packagist.org/packages/hehongyuanlove/flarum-points)

A [Flarum](http://flarum.org) extension. points copy

### Installation

[](#installation)

Use [Bazaar](https://discuss.flarum.org/d/5151-flagrow-bazaar-the-extension-marketplace) or install manually with composer:

```
composer require hehongyuanlove/xxxxxx
```

### Updating

[](#updating)

```
composer update hehongyuanlove/xxxxxxx
```

### Links

[](#links)

- [Packagist](https://packagist.org/packages/hehongyuanlove/flarum-points)

### 安装说明

[](#安装说明)

```
  CREATE TABLE `gam_points_logs` (
  	`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
  	`owner_id` INT(10) UNSIGNED NOT NULL,
  	`discussion_id` INT(10) UNSIGNED NULL DEFAULT NULL,
  	`post_id` INT(10) UNSIGNED NULL DEFAULT NULL,
  	`type` VARCHAR(50) NOT NULL COLLATE 'utf8mb4_unicode_ci',
  	`amount` INT(11) NOT NULL,
  	`current` INT(11) NOT NULL,
  	`extra` TEXT NULL DEFAULT NULL COLLATE 'utf8mb4_unicode_ci',
  	`created_at` TIMESTAMP NOT NULL,
  	PRIMARY KEY (`id`)
  )
  COLLATE='utf8_unicode_ci'
  ENGINE=InnoDB;

  ALTER TABLE `users`
  ADD COLUMN `points_count`  INT(11)  DEFAULT 0 AFTER `suspended_until`;
  ALTER TABLE `users`
  ADD COLUMN `points_rank`  INT(11)  DEFAULT 0 AFTER `points_count`;
  ALTER TABLE `users`
  ADD COLUMN `points_probability`  char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT '{}' AFTER `points_count`;
  ALTER TABLE `users`
  ADD COLUMN `points_total`  INT(11)  DEFAULT 0 AFTER `points_probability`;

  INSERT INTO `migrations` (`migration`, `extension`) VALUES ('2020_06_17_081739_points_logs_table', 'niclalalla-points');
  INSERT INTO `migrations` (`migration`, `extension`) VALUES ('2020_06_17_102253_add_points_to_users', 'niclalalla-points');
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/57ab7c7a46dd0d9740cf77f2803da33d9e6f55bb645374a5ce0b163a84e56c92?d=identicon)[niclalalla](/maintainers/niclalalla)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/niclalalla-points/health.svg)

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

PHPackages © 2026

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