phpBB

phpBB 3开发:phpBB是一个用PHP编写的流行的开源公告板。 此存储库还包含版本2的历史记录。(phpBB 3 Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.)

Github stars Tracking Chart

phpBB是一个免费的平台论坛公告板软件解决方案,可用于与一群人保持联系或可以为整个网站提供支持。 通过包含数百个样式和图像包的用户创建的扩展和样式数据库的广泛数据库来定制您的电路板,您可以在几分钟内创建一个非常独特的论坛。

没有其他公告板软件提供更多功能,同时保持效率和易用性。 最重要的是,phpBB是完全免费的。 我们欢迎您今天亲自测试一下。 如果您有任何疑问,请访问我们的社区论坛,我们的工作人员和社区成员将乐意为您提供从配置软件到修改代码以满足个人需求的任何帮助。

数百万人每天使用phpBB,使其成为世界上使用最广泛的开源公告板系统。无论您是想与一小群朋友保持联系,还是希望为企业网站设置一个大型多类别板,phpBB都具有您需要的内置功能。

较新的用户将欣赏phpBB广泛的管理面板,它允许自定义甚至最复杂的功能,而无需直接编辑代码,而高级用户将重视phpBB可以轻松集成到现有系统中。

因为phpBB是在GNU通用公共许可证下发布的,所以您可以在不首先获得phpBB Group的许可的情况下对代码进行更改。我们广泛的用户创建扩展数据库使得更改和添加功能就像将代码粘贴到适当的文件一样简单,而样式数据库包含数百个样式和图像包来自定义您的电路板。

本网站提供的详细文档和Flash视频教程将帮助您在几分钟内在您的服务器上运行phpBB。如果您有任何疑问,请访问我们的社区论坛,我们的工作人员和社区成员将乐意为您提供从配置软件到修改代码以满足个人需求的任何帮助。

没有其他公告板软件提供更多功能,同时保持效率和易用性。最重要的是,phpBB是完全免费的。我们欢迎您今天亲自测试*。

*测试板自动生成,仅在创建后一小时可用。达到此时间限制后,将清除数据。请注意,演示链接到您的IP地址;您将无法与其他人共享您的测试板。默认用户名/密码:administrator/administrator。

Source Link(en): https://www.phpbb.com/about/

Overview

Name With Ownerphpbb/phpbb
Primary LanguagePHP
Program languagePHP (Language Count: 10)
PlatformBSD, Cross-platform, Linux, Mac, Windows
License:GNU General Public License v2.0
Release Count184
Last Release Namerelease-3.3.11 (Posted on 2023-10-21 08:08:35)
First Release Namestart (Posted on )
Created At2010-03-01 22:33:17
Pushed At2024-05-04 15:34:54
Last Commit At2024-05-03 22:16:41
Stargazers Count1.8k
Watchers Count97
Fork Count0.9k
Commits Count37.4k
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count4982
Pull Requests Open Count42
Pull Requests Close Count1577
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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

To the top