mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-14 12:52:08 +02:00
[ticket/15287] Factory to build storage from DI * github.com:phpbb/phpbb: [ticket/15287] Change adapter to provider in config_name [ticket/15287] Launch exception if storage is not available [ticket/15287] Add is_available method [ticket/15287] Fix annotation return type [ticket/15287] Fix variable name [ticket/15287] Fix method name [ticket/15287] Ensures that the target file directory exists [ticket/15287] Rename class [ticket/15287] Load the adapter lazily [ticket/15287] Travis [ticket/15287] Remove unused argument [ticket/15287] Travis [ticket/15287] Fix code style [ticket/15287] Add PHPDoc [ticket/15287] Remove unused services [ticket/15287] Add filespec for storage [ticket/15287] Add services [ticket/15287] Update test [ticket/15287] Apply suggested change [ticket/15287] Update storage
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
- Create an account on phpBB.com
- Create a ticket (unless there already is one)
- Read our Coding guidelines and Git Contribution Guidelines
- 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:
master - Latest development version
3.2.x - Development of version 3.2.x
3.1.x - Development of version 3.1.x
LICENSE
Description
Languages
PHP
87%
HTML
8.4%
JavaScript
2.7%
CSS
1.6%
Shell
0.2%