phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.
Find a file
2020-01-24 04:38:01 +01:00
.github
build Merge branch 'prep-release-3.2.9' into 3.2.x 2020-01-04 14:19:57 +01:00
git-tools
phpBB [ticket/16337] Fix Emoji in BBcode Helpline 2020-01-24 04:38:01 +01:00
tests [ticket/16332] Amend formatting tests to expect translated code string 2020-01-21 17:43:11 +01:00
travis
vagrant
.appveyor.yml
.editorconfig
.gitignore
.jscsrc
.jshintrc
.travis.yml
composer.phar [ticket/16224] Update composer to 1.9.1 2019-12-04 20:31:15 +01:00
LICENSE
phpunit.xml.dist
README.md
Vagrantfile

phpBB

ABOUT

phpBB is a free open-source bulletin board written in PHP.

COMMUNITY

Get your copy of phpBB, find support and lots more on phpBB.com! Discuss the development on area51.

INSTALLING DEPENDENCIES

To be able to run an installation from the repo (and not from a pre-built package) you need to run the following commands to install phpBB's dependencies.

cd phpBB
php ../composer.phar install

CONTRIBUTE

  1. Create an account on phpBB.com
  2. Create a ticket (unless there already is one)
  3. Read our Coding guidelines and Git Contribution Guidelines
  4. Send us a pull request

VAGRANT

Read our Vagrant documentation to find out how to use Vagrant to develop and contribute to phpBB.

AUTOMATED TESTING

We have unit and functional tests in order to prevent regressions. You can view the bamboo continuous integration here or check our travis builds below:

Travis CI AppVeyor Branch Description
Build Status Build status master Latest development version
Build Status Build status 3.3.x Development of version 3.3.x
Build Status Build status 3.2.x Development of version 3.2.x

LICENSE

GNU General Public License v2