PHPackages                             secondtruth/flarum-phpbb-migrate - 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. secondtruth/flarum-phpbb-migrate

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

secondtruth/flarum-phpbb-migrate
================================

Allows migrating phpbb to flarum

11PHP

Since Apr 17Pushed 5y agoCompare

[ Source](https://github.com/secondtruth/flarum-phpbb-migrate)[ Packagist](https://packagist.org/packages/secondtruth/flarum-phpbb-migrate)[ RSS](/packages/secondtruth-flarum-phpbb-migrate/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Migrate PhpBB to Flarum
=======================

[](#migrate-phpbb-to-flarum)

This extension allows migrating a phpbb forum to flarum.

Please note:

- duplicate email addresses get subaddressing added with the user id: `test@local.test` becomes `test+34@local.test`
- usernames are normalised to be only strings and numbers, the 3 minimum limit has bee reduced to 1
- this extension might need customisation for your specific phpbb forum, file an issue with questions please

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

[](#installation)

Use Bazaar or install using composer:

```
$ composer require bokt/flarum-phpbb-migrate
```

After that enable the extension in your admin area.

> Based on a migration from bokt.nl using PhpBB 3.x.

Configuration
-------------

[](#configuration)

Inside your `config.php` create a new key `phpbb` with the database information for the PhpBB forum you want to migrate, like so:

```
return [
    'url' => '..',
    // .. other stuff
    'phpbb' => [
        'driver'    => 'mysql',
        'host'      => 'localhost',
        'database'  => 'phpbb',
        'username'  => 'root',
        'password'  => '',
        'charset'   => 'utf8mb4',
        'collation' => 'utf8mb4_unicode_ci',
        'prefix'    => '',
        'port'      => '3306',
        'strict'    => false,
    ]
];
```

Use
---

[](#use)

Run the command.

```
php flarum phpbb:migrate

```

You should be able to rerun this command.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

Top contributor holds 87.5% 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/82268b2432ab90f14c62445938bc3cd1340dc66e0463035df57891826b418016?d=identicon)[secondtruth](/maintainers/secondtruth)

---

Top Contributors

[![luceos](https://avatars.githubusercontent.com/u/504687?v=4)](https://github.com/luceos "luceos (7 commits)")[![secondtruth](https://avatars.githubusercontent.com/u/416441?v=4)](https://github.com/secondtruth "secondtruth (1 commits)")

### Embed Badge

![Health badge](/badges/secondtruth-flarum-phpbb-migrate/health.svg)

```
[![Health](https://phpackages.com/badges/secondtruth-flarum-phpbb-migrate/health.svg)](https://phpackages.com/packages/secondtruth-flarum-phpbb-migrate)
```

PHPackages © 2026

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