2017 © Pedro Peláez
 

library runbb

RunBB forum based on FeatherBB

image

runcmf/runbb

RunBB forum based on FeatherBB

  • Wednesday, May 24, 2017
  • by 1f7
  • Repository
  • 2 Watchers
  • 6 Stars
  • 66 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 1 Forks
  • 4 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Latest Version on Packagist Total Downloads Software License, (*1)

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, (*2)

Install

$ composer require runcmf/runbb:dev-master

init

1. read example install with slim-skeleton
2. read example install markitup plugin, (*3)

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., (*4)


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.

The Versions

24/05 2017
04/03 2017
31/01 2017