All Projects → phpbb → Phpbb

phpbb / Phpbb

Licence: gpl-2.0
phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects
Twig
543 projects

Projects that are alternatives of or similar to Phpbb

frontend
Frontend repository / Reactive realtime forum software (currently alpha).
Stars: ✭ 13 (-99.12%)
Mutual labels:  forum, bulletin-board
forum
real-time forum software written in javascript. could very well replace your old phpBB forum (it replaced ours). react+redux, node, postgres.
Stars: ✭ 28 (-98.11%)
Mutual labels:  forum, phpbb
bitnami-docker-phpbb
Bitnami Docker Image for phpBB
Stars: ✭ 33 (-97.77%)
Mutual labels:  forum, phpbb
Django Djeddit
Minimalistic Reddit clone developed as a Django reusable app
Stars: ✭ 32 (-97.83%)
Mutual labels:  forum
Documents
weitan documents
Stars: ✭ 37 (-97.5%)
Mutual labels:  forum
Atles
A forum software built with ASP.NET Core Blazor WebAssembly
Stars: ✭ 88 (-94.05%)
Mutual labels:  forum
Boswatch
Python Script to process input data from rtl_fm and multimon-NG - multiple Plugin support
Stars: ✭ 101 (-93.17%)
Mutual labels:  forum
Discourse
A platform for community discussion. Free, open, simple.
Stars: ✭ 34,626 (+2242.76%)
Mutual labels:  forum
Magento 2 Seo
Magento 2 SEO extension will do perfectly for your better SEO. This is a bundle of outstanding features that are auto-active when you install it from Mageplaza without any code modifications. It is also friendly with your store if you need to insert meta keywords and meta descriptions for your product.
Stars: ✭ 99 (-93.3%)
Mutual labels:  forum
Talkyard
A community discussion platform: Brings together the main features from StackOverflow, Slack, Discourse, Reddit, and Disqus blog comments.
Stars: ✭ 1,219 (-17.52%)
Mutual labels:  forum
Voten
The code that powers voten.co
Stars: ✭ 1,215 (-17.79%)
Mutual labels:  forum
Api.yike.io
一刻社区后端 API 源码
Stars: ✭ 1,004 (-32.07%)
Mutual labels:  forum
Forum
📢 Fórum para discussões/dúvidas/sugestões a respeito da Open School Brasil.
Stars: ✭ 92 (-93.78%)
Mutual labels:  forum
Misago docker
Setup Misago forum on your server with HTTPS and backups in 15 minutes with minimal effort.
Stars: ✭ 35 (-97.63%)
Mutual labels:  forum
Basilica
It's kinda like a forum.
Stars: ✭ 99 (-93.3%)
Mutual labels:  forum
Firestorm
An open-source forum engine, with an Elixir+Phoenix backend and an Elm frontend.
Stars: ✭ 958 (-35.18%)
Mutual labels:  forum
Eoenyoubbs
🍻EoenYoubbs v2.3版本(2014年项目)
Stars: ✭ 98 (-93.37%)
Mutual labels:  forum
Nsloger
A forum based on Django
Stars: ✭ 59 (-96.01%)
Mutual labels:  forum
Luos
Luos technology main lib
Stars: ✭ 55 (-96.28%)
Mutual labels:  forum
Phphub Ios
PHPHub for iOS is the universal iPhone and iPad application for PHPHub
Stars: ✭ 1,223 (-17.25%)
Mutual labels:  forum

phpBB

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.

👨‍💻 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

🏗️ Setting up a development build of phpBB

To run an installation from the repo (and not from a pre-built package) on a local server, run the following commands:

  • Fork phpbb/phpbb to your GitHub account, then create a local clone of it:
    git clone https://github.com/your_github_name/phpbb.git
    
  • Install phpBB's dependencies (from the root of your phpbb repo):
    cd phpBB
    php ../composer.phar install
    

Alternatively, you can read our Vagrant documentation to find out how to use Vagrant to develop and contribute to phpBB.

📓 Documentation

phpBB's Development Documentation contains all the information you'll need to learn about developing for phpBB's core, extensions and automated testing.

🔬 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:

Branch Description Github Actions
master Latest development version Tests
3.3.x Development of version 3.3.x Tests

📜 License

GNU General Public License v2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].