PHPackages                             xtreamwayz/phpbb-installer - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. xtreamwayz/phpbb-installer

Abandoned → [xtreamwayz/phpbb-installer](/?search=xtreamwayz%2Fphpbb-installer)ArchivedLibrary[DevOps &amp; Deployment](/categories/devops)

xtreamwayz/phpbb-installer
==========================

Composer installer script to install phpBB 3.1 into the web root

v2.0.0(11y ago)11311MITPHPPHP &gt;=5.3.3

Since Jan 27Pushed 11y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Composer phpBB 3.1 installer
============================

[](#composer-phpbb-31-installer)

This is a composer script which installs phpBB 3.1 to a given web root. The phpbb files are copied from its vendor dir. Existing files are overwritten. So make sure you don't hack the phpBB source files but use [extensions](https://wiki.phpbb.com/Category:Extensions) and [child themes](https://wiki.phpbb.com/Template_Inheritance_Changes_in_3.1).

Although this is tested on Windows 8.1 and [vagrant-phpbb](https://github.com/xtreamwayz/vagrant-phpbb), **use at your own risk!!!** Make backups and preferable use a [test server](https://github.com/xtreamwayz/vagrant-phpbb) before messing up your production server.

To let phpBB know where the vendor lib is located, 2 settings are added to `.htaccess`. So don't hack into this file.

Getting Started
---------------

[](#getting-started)

1. In your composer.json project file require phpbb-installer.

    ```
     "require": {
         "xtreamwayz/phpbb-installer": "dev-master",
         "phpbb/phpbb": "3.1.*",
         "composer/installers": "~1.0"
     }

    ```
2. Add the installer scripts.

    ```
     "scripts": {
         "post-update-cmd": "XtreamWayz\\PhpbbInstaller\\ScriptHandler::install",
         "post-install-cmd": "XtreamWayz\\PhpbbInstaller\\ScriptHandler::install"
     },

    ```
3. Configure the `php-install-dir` and the `installer-paths` for phpBB extensions, styles and languages.

    ```
     "extra": {
         "phpbb-install-dir"                 : "public",
         "installer-paths": {
             "public/ext/{$vendor}/{$name}/" : ["type:phpbb-extension"],
             "public/styles/{$name}/"        : ["type:phpbb-style"],
             "public/language/{$name}/"      : ["type:phpbb-language"]
         }
     }

    ```
4. Add phpBB extensions and themes.

    ```
     "require": {
         ...
         "xtreamwayz/activity": "dev-master",
         "xtreamwayz/portal": "dev-master",
         "xtreamwayz/tools": "dev-master"
     },
     "require-dev": {
         "nicofuma/webprofiler": "~1.0",
     }

    ```

Run `composer install` or `composer update`.

A full working example can be viewed in the [vagrant-phpbb](https://github.com/xtreamwayz/vagrant-phpbb) project.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~56 days

Total

3

Last Release

4016d ago

Major Versions

v1.1.0 → v2.0.02015-05-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/5884735f970aea7052f8a5323f5c0b30e4b9efbe948bac9371b1fc0db1dfe4cc?d=identicon)[geerteltink](/maintainers/geerteltink)

---

Top Contributors

[![geerteltink](https://avatars.githubusercontent.com/u/9497586?v=4)](https://github.com/geerteltink "geerteltink (15 commits)")

### Embed Badge

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

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

###  Alternatives

[deployer/deployer

Deployment Tool

11.1k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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