simplemachines/smf 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

simplemachines/smf

Composer 安装命令:

composer require simplemachines/smf

包简介

README 文档

README

Build Status CrowdIn Status

This the development repository for Simple Machines Forum. The software is licensed under BSD 3-clause license.

Contributions to documentation are licensed under CC-by-SA 3. Third party libraries or sets of images are under their own licenses.

Notes:

Feel free to fork this repository and make your desired changes.

Please see the Developer's Certificate of Origin in the repository: by signing off your contributions, you acknowledge that you can and do license your submissions under the license of the project.

Branches organization:

  • release-3.0 - is the branch where updates for version 3.0 are applied
  • release-2.1 - is the branch where updates for version 2.1 are applied

Setup

Using official releases provided by our downloads website requires no additional setup. A helpful guide is provided on our wiki.

If you are attempting to download from the source code provided on our github, you will need to run composer.

  • Install Composer v2 or higher (https://getcomposer.org)
  • Install the dependencies with composer as below (Developers read on)
    composer install
  • If you are intending to do development, you will want to install the developer dependencies, you can prepend COMPOSER_NO_DEV=0 to the command like so
    COMPOSER_NO_DEV=0 composer install
  • When updating (git pull), you should update the composer and may run into issues if not done so. Developers should add COMPOSER_NO_DEV=0 to the command
    COMPOSER_NO_DEV=0 composer update

How to contribute:

  • fork the repository. If you are not used to Github, please check out fork a repository.
  • branch your repository, to commit the desired changes.
  • sign-off your commits, to acknowledge your submission under the license of the project.
    • It is enough to include in your commit comment "Signed-off by: " followed by your name and email address (for example: Signed-off-by: Your Name <youremail@example.com>)
    • an easy way to do so is to define an alias for the git commit command, which includes -s switch (reference: How to create Git aliases)
  • send a pull request to us.
  • Do not modify the /vendor directory, rather update the appropriate dependency in composer.json, run composer update, then commit both composer.json and composer.lock files.

How to submit a pull request:

  • If you want to send a bug fix for version 3.0, send it to the branch release-3.0

Security matters:

Lastly, if you have a security issue you would like to notify us about regarding SMF for any version - please file a security report on our website: https://www.simplemachines.org/about/smf/security.php

For further information regarding our security policy, see SECURITY.md

simplemachines/smf 适用场景与选型建议

simplemachines/smf 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 723, 最近一次更新时间为 2025 年 11 月 14 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 simplemachines/smf 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 simplemachines/smf 我们能提供哪些服务?
定制开发 / 二次开发

基于 simplemachines/smf 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 723
  • 点击次数: 12
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 723
  • Watchers: 65
  • Forks: 268
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2025-11-14