# cakephp-forum **Repository Path**: mirrors_CakeDC/cakephp-forum ## Basic Information - **Project Name**: cakephp-forum - **Description**: Forum plugin for CakePHP - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CakeDC Forum Plugin [![Build Status](https://img.shields.io/travis/CakeDC/cakephp-forum/master.svg?style=flat-square)](https://travis-ci.org/CakeDC/cakephp-forum) [![Coverage Status](https://img.shields.io/coveralls/CakeDC/cakephp-forum.svg?style=flat-square)](https://coveralls.io/r/CakeDC/cakephp-forum?branch=master) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE) It covers the following features: * up to 2 levels forum categories tree * creating threads, posting replies * reporting messages * assigning category moderators * forum admin interface It does not cover: * users implementation Requirements ------------ * CakePHP 3.4.0+ * PHP 5.6+ Documentation ------------- For documentation, as well as tutorials, see the [Docs](Docs/Home.md) directory of this repository. Demo ---- You can check out [CakeDC Forum demo app](http://cakephp-forum.herokuapp.com/) running on Heroku (in read-only mode) and find it's sources [here](https://github.com/CakeDC/cakephp-forum-demo-app). Support ------- For bugs and feature requests, please use the [issues](https://github.com/CakeDC/cakephp-forum/issues) section of this repository. Commercial support is also available, [contact us](https://www.cakedc.com/contact) for more information. Contributing ------------ This repository follows the [CakeDC Plugin Standard](https://www.cakedc.com/plugin-standard). If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our [Contribution Guidelines](https://www.cakedc.com/contribution-guidelines) for detailed instructions. License ------- Copyright 2017 Cake Development Corporation (CakeDC). All rights reserved. Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.