定制 runcmf/runbb 二次开发

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

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

runcmf/runbb

最新稳定版本:1.0.2

Composer 安装命令:

composer require runcmf/runbb

包简介

RunBB forum based on FeatherBB

README 文档

README

Latest Version on Packagist Total Downloads Software License

About

RunBB is a fork of FeatherBB which, at the time of the fork (2017-01-09), was slowly falling into abandon. Main objective build easy configurable library instead hardcoded project. I proceeded to rebuild and remove all the useless (to me) cruft:

  • Remove: db-layer and use Idiorm from package instead
  • Remove: Core\gettext and use gettext from package instead
  • Remove: Core\View and separate to runbb-ext-renderer extension. Now Twig, Fenom and PHP renderers. Note: only error and index pages for PHP and Fenom
  • Rebuild: plugins system. Plugins load by separated composer packages.
  • Add: Markdown instead of BBCodes. Now use s9e/text-formatter with SimpleMDE as plugin runbb-ext-simplemde and markItUp! with elFinder as plugin runbb-ext-markitup
  • Add: ability to work with translations/email templates online. (install/export/add new)
  • Add: install translations by click
  • Add: install extensions (plugins) by click
  • Add: bootstrap SB Admin 2
  • Replace: Helpers\Set to Slim\Collection

Install

$ composer require runcmf/runbb:dev-master

init

1. read example install with slim-skeleton
2. read example install markitup plugin

Requirements

  • A webserver
  • PHP 5.6.0 or later with mbstring, curl
  • DB: all supported by Idiorm

Recommendations

  • highly recommended php 7

Tests

$ cd vendor/runcmf/runbb
$ composer update
$ vendor/bin/phpunit

Security

If you discover any security related issues, please email to 1f7.wizard( at )gmail.com instead of using the issue tracker.

Credits

License

Copyright 2017 1f7.wizard@gmail.com

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

统计信息

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

GitHub 信息

  • Stars: 5
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2017-01-14