PHPackages                             vortexphp/forum - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. vortexphp/forum

ActiveProject[Framework](/categories/framework)

vortexphp/forum
===============

Community forum application built with VortexPHP framework

v0.7.0(3mo ago)14MITPHPPHP ^8.2

Since Apr 3Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/vortexphp/forum)[ Packagist](https://packagist.org/packages/vortexphp/forum)[ RSS](/packages/vortexphp-forum/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

VortexPHP Forum
===============

[](#vortexphp-forum)

A modern community forum application built with PHP 8.2 and VortexPHP. It includes discussions, moderation tools, private messaging, notifications, and responsive UI workflows for day-to-day community management.

[![Forum Screenshot 01](screenshots/screenshot-01.png)](screenshots/screenshot-01.png)

Performance
-----------

[](#performance)

Typical forum page render benchmark: `2.99 ms`.

VortexPHP is optimized for very low-latency page delivery.

Features
--------

[](#features)

- User accounts: registration, login, logout, profile pages, and account settings.
- Structured forum: categories, thread creation, threaded replies, pagination, and tags.
- Rich post flow: markdown rendering, inline post editing, and post likes.
- Thread management: bookmark/unbookmark threads and a dedicated bookmarks page.
- Moderation controls: lock, pin/sticky, and delete thread/post actions for moderators.
- Safety and abuse prevention: CSRF protection, auth middleware, role guards, and request throttling.
- Community tools: report/flag thread and post endpoints.
- Notifications: in-app notifications list with read-state handling.
- Private messages: inbox, conversation view, async feed endpoint, and async send endpoint.
- Search helpers: suggestion endpoint for faster content discovery.
- Localization: multi-language support (`en`, `bg`) via translation files.
- Admin panel at `/admin` (`vortexphp/admin`): CRUD for categories, tags, posts, and users via `app/Admin/Resources` (see `config/admin.php`). User passwords are hashed on create/update (`App\Observers\UserPasswordObserver`).

Tech Stack
----------

[](#tech-stack)

- Backend: PHP 8.2, VortexPHP framework, vortexphp/admin
- Frontend: Twig templates, Tailwind CSS 4
- Content parsing: `league/commonmark`
- Database: SQLite by default (configurable via `.env`)

Quick Start
-----------

[](#quick-start)

### 1) Install dependencies

[](#1-install-dependencies)

```
composer install
npm install
```

### 2) Configure environment

[](#2-configure-environment)

```
cp .env.example .env
```

Set values in `.env` (minimum required):

- `APP_KEY` (generate a secure random key)
- `APP_URL`
- `DB_DRIVER` / `DB_DATABASE` (or MySQL/PostgreSQL variables if used)

### 3) Run migrations

[](#3-run-migrations)

```
composer run migrate
```

### 4) Build assets

[](#4-build-assets)

```
npm run build
```

After `composer install` / `update`, package assets (including admin CSS) are published into `public/` automatically. To run that step manually: `composer run publish-assets`.

For local CSS watch mode:

```
npm run dev
```

### 5) Start the application

[](#5-start-the-application)

```
composer run serve
```

Available Composer Scripts
--------------------------

[](#available-composer-scripts)

- `composer run publish-assets` - copy vortex package assets (e.g. `public/css/admin.css`)
- `composer run serve` - start local development server
- `composer run migrate` - apply database migrations
- `composer run migrate:down` - rollback last migration batch
- `composer run test` - run test suite
- `composer run doctor` - run environment diagnostics
- `composer run smoke` - run smoke checks

Screenshots
-----------

[](#screenshots)

[![Forum Screenshot 02](screenshots/screenshot-02.png)](screenshots/screenshot-02.png)[![Forum Screenshot 03](screenshots/screenshot-03.png)](screenshots/screenshot-03.png)[![Forum Screenshot 04](screenshots/screenshot-04.png)](screenshots/screenshot-04.png)[![Forum Screenshot 05](screenshots/screenshot-05.png)](screenshots/screenshot-05.png)

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance83

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

91d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/69676022?v=4)[Bozhidar](/maintainers/bobicloudvision)[@bobicloudvision](https://github.com/bobicloudvision)

---

Top Contributors

[![bobicloudvision](https://avatars.githubusercontent.com/u/69676022?v=4)](https://github.com/bobicloudvision "bobicloudvision (40 commits)")

### Embed Badge

![Health badge](/badges/vortexphp-forum/health.svg)

```
[![Health](https://phpackages.com/badges/vortexphp-forum/health.svg)](https://phpackages.com/packages/vortexphp-forum)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M991](/packages/statamic-cms)[code16/sharp

Laravel Content Management Framework

79164.7k8](/packages/code16-sharp)[symfony/symfony-demo

Symfony Demo Application

2.6k254.2k](/packages/symfony-symfony-demo)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
