PHPackages                             giwrgos88/core-game-platform - 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. [Admin Panels](/categories/admin)
4. /
5. giwrgos88/core-game-platform

ActiveLibrary[Admin Panels](/categories/admin)

giwrgos88/core-game-platform
============================

Package for adding backoffice functionalities for web app on Laravel Framework.

v1.0.3(9y ago)13312MITCSSPHP &gt;=7.0

Since Jan 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/giwrgos88/Core-Game-Platform)[ Packagist](https://packagist.org/packages/giwrgos88/core-game-platform)[ RSS](/packages/giwrgos88-core-game-platform/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (4)Dependencies (13)Versions (7)Used By (2)

Core Game Platform
==================

[](#core-game-platform)

Using this package you can have a simple backoffice for your web game app or your facebook game application. The package is using the Laravel Siderbar by Maatwebsite which gives you the ability to add your own package on the side bar of the back office.

The package offers: -Back-office -Installation Process -Facebook Integration -Google Analytics Integration

- [Installation](#installation)
- [Composer](#composer)
- [Service Provider](#service-provider)
- [Publish assets files](#publish-assets-files)
- [Middlewares](#middleware)
- [Configuration](#configuration)

Installation
------------

[](#installation)

This package is very easy to set up. There are only couple of steps.

### Composer

[](#composer)

Pull this package in through Composer.

```
composer require giwrgos88/core-game-platform

```

Run this command inside your terminal.

```
composer update

```

### Service Provider

[](#service-provider)

Add the package to your application service providers in `config/app.php` file.

```
'providers' => [

    /**
     * Third Party Service Providers...
     */
    Giwrgos88\Game\Core\Providers\CoreServiceProvider::class,
],
```

### Publish assets files

[](#publish-assets-files)

Run the command to publish the assets of the package

```
php artisan vendor:publish --provider="Giwrgos88\Game\Core\Providers\AssetsServiceProvider" --tag=config
php artisan vendor:publish --provider="Giwrgos88\Game\Core\Providers\AssetsServiceProvider" --tag=migrations
php artisan vendor:publish --provider="Giwrgos88\Game\Core\Providers\AssetsServiceProvider" --tag=seeds
php artisan vendor:publish --provider="Giwrgos88\Game\Core\Providers\AssetsServiceProvider" --tag=assets
```

### Middlewares

[](#middlewares)

The package contains a middleware which force the request to be secured.

```
$router->get('/', [
    'as' => 'home',
    'middleware' => 'force_ssl',
    'uses' => 'HomeController@index',
]);
```

### Configuration

[](#configuration)

You can easily configure the settings of the package from core\_game.php file.

The package is using the [coreui](http://coreui.io/) designed and built by [Lukasz Holeczed](https://about.me/lukaszholeczek)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity62

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

Total

4

Last Release

3428d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3164113?v=4)[Georgios Panayi](/maintainers/giwrgos88)[@giwrgos88](https://github.com/giwrgos88)

---

Top Contributors

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

---

Tags

laravelcorefacebook appgiwrgos88web game

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/giwrgos88-core-game-platform/health.svg)

```
[![Health](https://phpackages.com/badges/giwrgos88-core-game-platform/health.svg)](https://phpackages.com/packages/giwrgos88-core-game-platform)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

27.4k169.0k9](/packages/bagisto-bagisto)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.4k](/packages/typicms-base)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

29419.5k3](/packages/sebastienheyd-boilerplate)[joaopaulolndev/filament-edit-profile

Filament package to edit profile

259301.4k63](/packages/joaopaulolndev-filament-edit-profile)[dcat-plus/laravel-admin

dcat-plus admin

1433.7k9](/packages/dcat-plus-laravel-admin)[takielias/tablar-kit

The Elegance of Tablar Dashboard

423.6k](/packages/takielias-tablar-kit)

PHPackages © 2026

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