sonsuzus/flarum-ext-engagement-money

Rewards users for likes given and best answer actions using AntoineFr Money.

Maintainers

Package info

github.com/sonsuzus/flarum-ext-engagement-money

Type:flarum-extension

pkg:composer/sonsuzus/flarum-ext-engagement-money

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.3.1 2026-03-10 14:40 UTC

This package is not auto-updated.

Last update: 2026-03-23 20:02:30 UTC


README

Adds engagement rewards to your Flarum forum using the antoinefr/flarum-ext-money currency system.

This extension rewards users for interacting with posts, helping others, registering, and returning daily to the forum. It is designed to increase community participation and healthy discussions.

✨ Features

Reward amounts are now fully customizable via the Flarum Admin Panel! Set your own values or disable specific rewards by setting them to 0.

The default reward values are:

  • Giving a like: +1
  • Being selected as Best Answer: +20
  • Selecting a Best Answer: +5
  • Registering an account: +50
  • Daily login: +5

🛡️ Smart Protections

  • Reversible Actions: Rewards are reverted if a like is removed or if a best answer is unset.
  • Anti-Cheat: Users do not receive rewards for liking their own posts or selecting their own replies as the best answer.
  • Limits: Registration reward is given only once. Daily login reward is strictly given once per day per user.

⚙️ Requirements

This extension requires:

  • Flarum 1.8+
  • antoinefr/flarum-ext-money
  • fof/best-answer
  • flarum/likes

Make sure these extensions are installed and enabled before enabling Engagement Money.

🚀 Installation

Install via Composer:

composer require sonsuzus/flarum-ext-engagement-money

🔄 Updating

composer update sonsuzus/flarum-ext-engagement-money
php flarum cache:clear

🔗 Links