simplemachines/smf
Composer 安装命令:
composer require simplemachines/smf
包简介
README 文档
README
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=0to the command like soCOMPOSER_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 addCOMPOSER_NO_DEV=0to the commandCOMPOSER_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)
- It is enough to include in your commit comment "Signed-off by: " followed by your name and email address (for example:
- 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 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 723
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2025-11-14