Open-source forum software built with plain PHP. No framework, no Composer — runs on shared hosting.
English | Türkçe · Documentation · Türkçe dokümantasyon
- Topics, categories, replies, tags, search
- Voting and reputation
- Notifications and user profiles
- Admin and moderation panels
- Plugin hooks and theme engine (ZIP upload)
- REST API and webhooks
PHP 8.0+, MySQL 5.7+, PDO, mbstring
1. Upload files to your server
2. Open https://yoursite.com/install.php
3. Complete the wizard
4. Delete install.php
Full guide: docs/installation.md
English (docs/) |
Türkçe (docs-tr/) |
|---|---|
| Hub | Ana sayfa |
| Installation | Kurulum |
| Architecture | Mimari |
| Administration | Yönetim |
| Themes | Temalar |
| Plugins | Pluginler |
| API | API |
index.php → Entry point and routes
core/ → Router, DB, theme, plugin
app/controllers/ → Business logic
themes/default/ → Frontend templates and CSS
plugins/ → Extensions
public/ → Static assets and uploads
GPL v3 — see LICENSE. Your themes and plugins may use a different license.