PHPackages                             eubby/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. eubby/forum

ActiveLibrary

eubby/forum
===========

10173[1 PRs](https://github.com/eubby06/forum/pulls)PHP

Since Nov 13Pushed 12y ago1 watchersCompare

[ Source](https://github.com/eubby06/forum)[ Packagist](https://packagist.org/packages/eubby/forum)[ RSS](/packages/eubby-forum/feed)WikiDiscussions Core Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Forum Package for Laravel 4
===========================

[](#forum-package-for-laravel-4)

- This forum package is inspired by esotalk developed by @tobscure.

#### Status: Under Development

[](#status-under-development)

### How to Install

[](#how-to-install)

- In your app composer.json file, add:

```
	"require": {
		"eubby/forum": "dev-Core"
	}
```

- Configure your database settings in the L4 app/config/database.php file
- Open your terminal in the L4 App root directory and run `php composer.phar update` command
- Add Forum Service Provider to the app/config/app.php file under the array key "providers" as shown below

```
'providers' => array(

		'Eubby\Forum\ForumServiceProvider',

)
```

- Please change the default user model in app/config/auth.php to:

```
'model' => 'Eubby\Models\User',
```

- And run the following command in the terminal to start installing the Forum package
- Please note that this command will ask you to create an admin user account before installing the package

```
 php artisan forum:install

```

### Frontend

[](#frontend)

- By default it is available on

### Admin Panel

[](#admin-panel)

- By default it is available on

Documentation will be updated soon

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cce978594c9d56b5239dbaddfd19d1f7ccaff4d39d1d997287220970b409d510?d=identicon)[eubby06](/maintainers/eubby06)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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