PHPackages                             sergeym/phpbb - 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. sergeym/phpbb

ActiveArchive-package

sergeym/phpbb
=============

This package is an installer that will download phpBB from the http://phpbb.com website and unpack it at the root of your Composer project.

3.0.11.x-dev(13y ago)015MITPHP &gt;=5.3.0

Since Mar 15Pushed 13y ago1 watchersCompare

[ Source](https://github.com/sergeym/phpbb)[ Packagist](https://packagist.org/packages/sergeym/phpbb)[ RSS](/packages/sergeym-phpbb/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

phpBB installer
===============

[](#phpbb-installer)

This is a simple Composer package that will install phpBB at the root of your Composer project.

phpBB is not directly contained in this project. It is downloaded from the phpbb.com website.

Installing phpBB using this Composer package:
---------------------------------------------

[](#installing-phpbb-using-this-composer-package)

Not used to Composer? The first step is installing Composer. This is essentially a one line process:

```
curl -s https://getcomposer.org/installer | php
```

Windows users can download the phar file here: \[[http://getcomposer.org/download/\](install](http://getcomposer.org/download/](install) composer). Then create a *composer.json* file at the root of your project:

```
{
    "require": {
        "sergeym/phpbb": "~3.0"
    }
}
```

and finally, run

```
php composer.phar install
```

This will download and unpack the phpBB archive at the root of your project. In this example, the version downloaded is 3.0 or greater, but lower than 4.0 (this is the meaning of the ~ just before the version number).

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

4808d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/345282be5b5745d49cc2265f4fb2bc0373dc9001856609c92028d61773948b4e?d=identicon)[Sergey Marin](/maintainers/Sergey%20Marin)

---

Top Contributors

[![sergeym](https://avatars.githubusercontent.com/u/445293?v=4)](https://github.com/sergeym "sergeym (2 commits)")

### Embed Badge

![Health badge](/badges/sergeym-phpbb/health.svg)

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

PHPackages © 2026

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