mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.
- Removing symfony/filesystem (2.8.x-dev 45cc231) - Installing symfony/filesystem (2.8.x-dev 9f70c56) Cloning 9f70c5625a32b2f1e6fc37222f52b4e0eb437b0e - Removing symfony/config (2.8.x-dev 291e3f1) - Installing symfony/config (2.8.x-dev 358ec92) Cloning 358ec929e494b6f12d8508d88357cbd7383a10ca - Removing symfony/console (2.8.x-dev 7e857a2) - Installing symfony/console (2.8.x-dev fd85e75) Cloning fd85e7517e79a2bceafcee8f7e8b7bbd0919a90a - Removing symfony/dependency-injection (2.8.x-dev 90a7527) - Installing symfony/dependency-injection (2.8.x-dev f279142) Cloning f279142fb6bc21e83fcd40e0a01a62ff527268be - Removing symfony/finder (2.8.x-dev fd26bdb) - Installing symfony/finder (2.8.x-dev 8712d5e) Cloning 8712d5e8c4ad65e6b936ed9b6a581e5e6a87fddf - Removing symfony/http-foundation (2.8.x-dev 06aa08b) - Installing symfony/http-foundation (2.8.x-dev 5339030) Cloning 5339030f5af0d6fef7c897130291ac168278289f - Removing symfony/event-dispatcher (2.8.x-dev 8766ceb) - Installing symfony/event-dispatcher (2.8.x-dev d724688) Cloning d7246885b7fe4cb5a2786bda34362d2f0e40b730 - Removing symfony/debug (2.8.x-dev eda866d) - Installing symfony/debug (2.8.x-dev d1114d8) Cloning d1114d892ae70f833871dc55599f17084191efaa - Removing symfony/http-kernel (2.8.x-dev c587069) - Installing symfony/http-kernel (2.8.x-dev f24d2cb) Cloning f24d2cb4778ecc5f6c8e8f7f31bc4691099a920d - Removing symfony/routing (2.8.x-dev 76b18ed) - Installing symfony/routing (2.8.x-dev 9e797cd) Cloning 9e797cd70762db18d87c59dc6bc1ab7c3eb963ed - Removing symfony/security-core (2.8.x-dev 2c21845) - Installing symfony/security-core (2.8.x-dev 8253e02) Cloning 8253e027bf8a1c9c573a7b3c494027847058c959 - Removing symfony/twig-bridge (2.8.x-dev 2e072a1) - Installing symfony/twig-bridge (2.8.x-dev a02e3a8) Cloning a02e3a8ff1f8eda04d0e0655d2cefcbe9ecc4e14 - Removing symfony/yaml (2.8.x-dev 2396832) - Installing symfony/yaml (2.8.x-dev 000e7fc) Cloning 000e7fc2653335cd42c6d21405dac1c74224a387 - Removing symfony/dom-crawler (2.8.x-dev 3a523d1) - Installing symfony/dom-crawler (2.8.x-dev 3aed431) Cloning 3aed431721a4a779d1ec30210bd53075da9623f5 - Removing symfony/browser-kit (2.8.x-dev 4916397) - Installing symfony/browser-kit (2.8.x-dev 4f297d7) Cloning 4f297d7e00c375b6ab03732e076f65799a73937d - Removing symfony/process (2.8.x-dev daf96f1) - Installing symfony/process (2.8.x-dev 25d74c9) Cloning 25d74c90d79e66905013714d8d188e4ccb5ff466 PHPBB3-14015 |
||
---|---|---|
build | ||
git-tools | ||
phpBB | ||
tests | ||
travis | ||
.editorconfig | ||
.gitignore | ||
.jscsrc | ||
.jshintrc | ||
.travis.yml | ||
composer.phar | ||
CONTRIBUTING.md | ||
phpunit.xml.dist | ||
README.md |
ABOUT
phpBB is a free bulletin board written in PHP.
COMMUNITY
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 --dev
CONTRIBUTE
- Create an account on phpBB.com
- Create a ticket (unless there already is one)
- Read our Git Contribution Guidelines; if you're new to git, also read the introduction guide
- Send us a pull request
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 build below:
master - Latest development version
3.1.x - Development of version 3.1.x
3.0.x - Development of version 3.0.x