PHPackages                             gp247/front - 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. gp247/front

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

gp247/front
===========

Process front for gp247

2.0.12(2w ago)0960↓53.1%4MITPHP

Since Jan 30Pushed 2w ago1 watchersCompare

[ Source](https://github.com/gp247net/front)[ Packagist](https://packagist.org/packages/gp247/front)[ Docs](https://gp247.net)[ RSS](/packages/gp247-front/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (2)Versions (49)Used By (4)

```
  _____  _____     ___  _  _   _____
 / ____|  __ \   |__ \| || | |___  |
| |  __| |__) |     ) | || |_   / /
| | |_ |  ___/     / /|__   _| / /
| |__| | |        / /_   | |  / /
 \_____|_|       |____|  |_| /_/

```

> 🌐 **Language:** 🇬🇧 English (current) · [🇻🇳 Tiếng Việt](readme_vi.md)

Front-end package for GP247

`composer require gp247/front`

[![Total Downloads](https://camo.githubusercontent.com/d544d3f1eb9f355a4477461b1f38adb7adf8e2d5f0742803f67ff635923ec238/68747470733a2f2f706f7365722e707567782e6f72672f67703234372f66726f6e742f642f746f74616c2e737667)](https://packagist.org/packages/gp247/front)[![Latest Stable Version](https://camo.githubusercontent.com/d712167f773ac33978b5832f0305f7a5118512ebd83d2c8b115206b0aee085a6/68747470733a2f2f706f7365722e707567782e6f72672f67703234372f66726f6e742f762f737461626c652e737667)](https://packagist.org/packages/gp247/front)[![License](https://camo.githubusercontent.com/6ceaeae0fbe675e0f4a2620e95c212e4846f08a2b5aa4e5dbcad5b8de73d0245/68747470733a2f2f706f7365722e707567782e6f72672f67703234372f66726f6e742f6c6963656e73652e737667)](https://packagist.org/packages/gp247/front)[![Ask DeepWiki](https://camo.githubusercontent.com/0f5ae213ac378635adeb5d7f13cef055ad2f7d9a47b36de7b1c67dbe09f609ca/68747470733a2f2f6465657077696b692e636f6d2f62616467652e737667)](https://deepwiki.com/gp247net/front)

Introduction
------------

[](#introduction)

GP247/Front is a comprehensive CMS (Content Management System) package for businesses, providing features:

- Page Content Management
- Flexible Template System
- Extensible Plugin System
- Navigation &amp; Link Management
- Integrated Contact &amp; Subscription Forms

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

[](#installation)

1. Install package

    > `composer require gp247/front`
2. Configure routing and exceptions for GP247, open `bootstrap/app.php`:

- Comment out the web routes line:

    ```
    //GP247 comment
    //web: __DIR__.'/../routes/web.php',
    ```

3. Register the service provider in `bootstrap/providers.php`:

    ```
    return [
        // ... existing providers
        GP247\Front\FrontServiceProvider::class,
    ];
    ```
4. Run the installation command:

> `php artisan gp247:front-install`

Key Features
------------

[](#key-features)

### Page Management

[](#page-management)

- Create and manage static pages
- SEO support for each page
- Access control

### Interface

[](#interface)

- Flexible Template System
- Customizable layouts for each section
- Responsive design

Admin interface customization:

> `php artisan vendor:publish --tag=gp247:front-admin`

Views will be stored at: `resources/views/vendor/gp247-front-admin`

Update the default template (GP247Front) views:

> `php artisan vendor:publish --tag=gp247:front-view`

Views will be stored at: `app/GP247/Templates/GP247Front`

Publish the default template's public assets (css/js/images):

> `php artisan vendor:publish --tag=gp247:front-public`

Assets will be stored at: `public/GP247/Templates/GP247Front`

### Extensions

[](#extensions)

- Plugin support
- Custom module integration
- API for feature development

### Overriding controllers

[](#overriding-controllers)

> Step 1: Copy the controller files you want to override from `vendor/gp247/front/src/Controllers` (or `src/Api/Controllers`) to `app/GP247/Front/Controllers` (or `app/GP247/Front/Api/Controllers`)

> Step 2: Change the namespace from `GP247\Front\Controllers` (or `GP247\Front\Api\Controllers`) to `App\GP247\Front\Controllers` (or `App\GP247\Front\Api\Controllers`) — just prepend `App`, keep the rest as-is.

Documentation
-------------

[](#documentation)

For detailed documentation, visit [documentation](https://gp247.net/en/docs)

License
-------

[](#license)

The GP247/Front is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance96

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Every ~11 days

Recently: every ~1 days

Total

48

Last Release

19d ago

Major Versions

1.2 → 2.02026-07-06

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/135157421?v=4)[gp247](/maintainers/gp247)[@GP247](https://github.com/GP247)

---

Top Contributors

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

---

Tags

frontgp247

### Embed Badge

![Health badge](/badges/gp247-front/health.svg)

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

PHPackages © 2026

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