mosparo/flarum-integration

A Flarum extension to protect the account forms with mosparo.

Maintainers

Package info

github.com/mosparo/flarum-integration

Type:flarum-extension

pkg:composer/mosparo/flarum-integration

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.0 2026-06-26 08:33 UTC

This package is auto-updated.

Last update: 2026-06-26 08:36:10 UTC


README

 

mosparo logo contains a bird with the name Mo and the mosparo text

Extension for Flarum

A Flarum extension to protect the account forms with mosparo.

Description

The mosparo Flarum extension can protect the sign-up, login, and forgot password forms of your Flarum installation. You can use mosparo to rate-limit or protect your Flarum installation from bots.

This extension is compatible with Flarum 2.0+ (tested with Flarum 2.0.0-rc.4).

License Latest Stable Version Total Downloads

How to use

Please see our How to use introduction on our website to learn how to use mosparo in general.

In step 3 of the how-to-use explanation, you must integrate mosparo into your website. Please follow the Installation part below for this process.

In step 4 of the how-to-use explanation, you must connect your website with your mosparo project. Please follow the Usage part below.

Installation

Install with Composer:

composer require mosparo/flarum-integration:"^1.0"

Update

Update the extension with Composer:

composer update mosparo/flarum-integration:"^1.0"
php flarum migrate
php flarum cache:clear

Usage

  1. Create a project in your mosparo installation
  2. Install the extension in your Flarum installation
  3. Enable the extension in the administration area of your Flarum installation
  4. Configure the connection to your mosparo project
  5. Test the sign-up, login, and forgot password forms

Links

Credits / Inspired by

We're thankful for the flarum-hcaptcha extension by Ralkage, which helped us understand how to add mosparo to Flarum.