mosparo / flarum-integration
A Flarum extension to protect the account forms with mosparo.
Package info
github.com/mosparo/flarum-integration
Type:flarum-extension
pkg:composer/mosparo/flarum-integration
Requires
- flarum/core: ^2.0
- mosparo/php-api-client: ^2.0
Requires (Dev)
- flarum/phpstan: ^2.0
This package is auto-updated.
Last update: 2026-06-26 08:36:10 UTC
README
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).
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
- Create a project in your mosparo installation
- Install the extension in your Flarum installation
- Enable the extension in the administration area of your Flarum installation
- Configure the connection to your mosparo project
- 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.