PHPackages                             michaelbelgium/flarum-ai-autoreply - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. michaelbelgium/flarum-ai-autoreply

ActiveFlarum-extension[Utility &amp; Helpers](/categories/utility)

michaelbelgium/flarum-ai-autoreply
==================================

AI-powered Auto-Reply Extension for Flarum.

v1.3.0(5mo ago)0136MITPHPPHP ^8.2

Since Oct 1Pushed 5mo agoCompare

[ Source](https://github.com/MichaelBelgium/flarum-ai-autoreply)[ Packagist](https://packagist.org/packages/michaelbelgium/flarum-ai-autoreply)[ RSS](/packages/michaelbelgium-flarum-ai-autoreply/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (7)Used By (0)

AI-powered Auto-Reply Extension for Flarum
==========================================

[](#ai-powered-auto-reply-extension-for-flarum)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667) [![Latest Stable Version](https://camo.githubusercontent.com/2155e6ca743ecdf56bd7aea71657b524c7a20feb8af785092da10ed71f87fd15/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d69636861656c62656c6769756d2f666c6172756d2d61692d6175746f7265706c792e737667)](https://packagist.org/packages/michaelbelgium/flarum-ai-autoreply) [![Total Downloads](https://camo.githubusercontent.com/e2f387fc90c19ccfcab82307f25303a4989cc84c8843f62e9197b5c7727eb162/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d69636861656c62656c6769756d2f666c6172756d2d61692d6175746f7265706c792e737667)](https://packagist.org/packages/michaelbelgium/flarum-ai-autoreply)

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

This extension includes an auto-reply discussion feature, customizable max tokens, and permission controls who can use this feature.

This extension is a fixed fork from [flarum-chatgpt](https://github.com/datlechin/flarum-chatgpt) with support for multiple platforms.

Models from any of the supported platforms can be used. If you're using OpenRouter, you can specify a comma-separated list of models in the `model` setting to take advantage of its [model routing feature](https://openrouter.ai/docs/features/model-routing#the-models-parameter).

The auto-answer feature uses the OpenAI gpt-5-mini model by default to generate quick and accurate responses to users' questions. AI can respond on discussion start or a discussion can act as chat between user and AI.

Installation
------------

[](#installation)

This extension requires **Flarum &gt;= 1.8** and **PHP 8.2**.

Install with composer:

```
composer require michaelbelgium/flarum-ai-autoreply
```

Features
--------

[](#features)

- Auto-reply to new discussions using AI
- Highly customizable
    - Max tokens
    - Temperature
    - System prompt[1](#user-content-fn-1-b696c9b351d8405637f300c4dc72b506)
    - ...
- Permission controls for who can use the auto-reply feature
- Support for multiple platforms: OpenAI, Anthropic, Google, OpenRouter

Updating
--------

[](#updating)

```
composer update michaelbelgium/flarum-ai-autoreply
php flarum migrate
php flarum cache:clear
```

Links
-----

[](#links)

- [Packagist](https://packagist.org/packages/michaelbelgium/flarum-ai-autoreply)
- [GitHub](https://github.com/michaelbelgium/flarum-ai-autoreply)
- [Discuss](https://discuss.flarum.org/d/38244)

Footnotes
---------

1. Not supported: Google and Openrouter (but does have [presets](https://openrouter.ai/docs/guides/features/presets)) [↩](#user-content-fnref-1-b696c9b351d8405637f300c4dc72b506)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance70

Regular maintenance activity

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.4% 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.

###  Release Activity

Cadence

Every ~11 days

Total

6

Last Release

168d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/888b7a13d8ef5d680c9bc4a9baa1db37953015e30643e6320b3533459dd23d7a?d=identicon)[MichaelBelgium](/maintainers/MichaelBelgium)

---

Top Contributors

[![MichaelBelgium](https://avatars.githubusercontent.com/u/8951045?v=4)](https://github.com/MichaelBelgium "MichaelBelgium (37 commits)")[![datlechin](https://avatars.githubusercontent.com/u/56961917?v=4)](https://github.com/datlechin "datlechin (20 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![flarum-bot](https://avatars.githubusercontent.com/u/39334649?v=4)](https://github.com/flarum-bot "flarum-bot (4 commits)")

---

Tags

aiopenaiclaudeflarumanthropicgptChatGptautoreply

### Embed Badge

![Health badge](/badges/michaelbelgium-flarum-ai-autoreply/health.svg)

```
[![Health](https://phpackages.com/badges/michaelbelgium-flarum-ai-autoreply/health.svg)](https://phpackages.com/packages/michaelbelgium-flarum-ai-autoreply)
```

###  Alternatives

[cognesy/instructor-php

The complete AI toolkit for PHP: unified LLM API, structured outputs, agents, and coding agent control

310107.9k1](/packages/cognesy-instructor-php)[sbsaga/toon

🧠 TOON for Laravel — a compact, human-readable, and token-efficient data format for AI prompts &amp; LLM contexts. Perfect for ChatGPT, Gemini, Claude, Mistral, and OpenAI integrations (JSON ⇄ TOON).

6115.6k](/packages/sbsaga-toon)[vizra/vizra-adk

Vizra Agent Development Kit - A comprehensive Laravel package for building intelligent AI agents.

29026.1k](/packages/vizra-vizra-adk)[helgesverre/toon

Token-Oriented Object Notation - A compact data format for reducing token consumption when sending structured data to LLMs

11841.4k9](/packages/helgesverre-toon)[claude-php/claude-php-sdk-laravel

Laravel integration for the Claude PHP SDK - Anthropic Claude API

5010.8k](/packages/claude-php-claude-php-sdk-laravel)

PHPackages © 2026

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