定制 forumify/forumify-platform 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

forumify/forumify-platform

最新稳定版本:1.0.5

Composer 安装命令:

composer require forumify/forumify-platform

包简介

关键字:

README 文档

README

Latest Stable Version Total Downloads License PHP Version Require Symfony PHPStan PHPStan

Forumify Platform

A modern open-source forum experience

Forumify is a community platform that brings forums back to the modern era. Built on top of Symfony, and using a simple barebones front-end, it's easy to get into for both community owners and developers alike.

Project Overview

Forumify consists of several different open-source repositories, forumify-platform being the main one.

Customizing the platform

Learn how to customize your own forumify here.

If you created something you think others may benefit from, and you would like to share your customizations, you can move your customization to a plugin and publish it on packagist and promote it on the forumify marketplace.

Contributing

When you believe you've found a bug or think the platform could be expanded with a new feature. You can start by creating an issue here on GitHub.

The easiest way to contribute to forumify is by using the production template and installing the platform with composer using a symlink.

Add the following to the template's composer.json:

    "repositories": [
        {
            "type": "path",
            "url": "../forumify-platform"
        }
    ]

Now when you run composer install, the platform will be symlinked and any changes you do will immediatly be available in your project.

Code quality

The following checks are performed when you create a pull request:

You can avoid failing builds by running these tools locally:

On Linux/WSL/MacOS:

  • Quality checks: make quality
  • Tests: make tests

On Windows:

  • See commands in Makefile and execute manually.

统计信息

  • 总下载量: 1.43k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 10
  • 点击次数: 1
  • 依赖项目数: 9
  • 推荐数: 0

GitHub 信息

  • Stars: 9
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2024-01-03