PHPackages                             ozgurince/simpleforum - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ozgurince/simpleforum

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ozgurince/simpleforum
=====================

simple forum package for Laravel 5.4

1.0.1(8y ago)21151MITHTML

Since Jul 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ozgurhalilince/simpleforum)[ Packagist](https://packagist.org/packages/ozgurince/simpleforum)[ RSS](/packages/ozgurince-simpleforum/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (3)Used By (0)

Simple Forum
============

[](#simple-forum)

Package for Laravel 5.4 demo url:

### Features

[](#features)

- Users can sign up and sign in.
- Users can show all of forum pages.
- Members can create conversations with files.
- Members can reply existing conversations with files.
- Members can update and delete own comments and posts.
- Members can like comments.
- Members can update their informations (name, email. password, profile photo etc.)
- Admins also has members' permissions.
- Admins can ban members.

### Installation

[](#installation)

1.- Download the package

```
composer require ozgurince/simpleforum
```

2.- After installing this package, you have to set the service provider on your config/app.php file

```
Ozgurince\Simpleforum\SimpleForumServiceProvider::class
```

3.- Create migrations for the simpleforum, make sure you have a migration already created for users and seed your users and roles tables.

```
php artisan migrate

php artisan db:seed --class=Ozgurince\Simpleforum\Seeds\RolesTableSeeder

php artisan db:seed --class=Ozgurince\Simpleforum\Seeds\UsersTableSeeder
```

4.- Publish the assests to your public folder.

```
php artisan vendor:publish --tag=public --force
```

5.- Add your $routeMiddleware variable in Kernel.php

```
'admin' => \Ozgurince\Simpleforum\Middleware\AdminMiddleware::class,
```

6.- Your User model in APP folder must includes functions and $fillable variable of User model of the package

### Contributing

[](#contributing)

1.- Fork it 2.- Create your feature branch 3.- Commit your changes 4.- Push to the branch 5.- Create a new Pull Request

### License

[](#license)

MIT

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~1 days

Total

2

Last Release

3231d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/91538c002ae90ebd170aaa219302ff3d6a4daf9d440cb596e98ba7028fb9d18e?d=identicon)[ozgurince](/maintainers/ozgurince)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ozgurince-simpleforum/health.svg)

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

PHPackages © 2026

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