PHPackages                             goldenplanetdk/gpp-app-bundle - 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. goldenplanetdk/gpp-app-bundle

ActiveSymfony-bundle

goldenplanetdk/gpp-app-bundle
=============================

Symfony GPPAppBundle

6.0.3(5mo ago)03.3kMITPHPPHP &gt;=8.1

Since Oct 4Pushed 5mo ago9 watchersCompare

[ Source](https://github.com/goldenplanetdk/gpp-app-bundle)[ Packagist](https://packagist.org/packages/goldenplanetdk/gpp-app-bundle)[ RSS](/packages/goldenplanetdk-gpp-app-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (15)Used By (0)

App installation helper for Golden Planet Platform
==================================================

[](#app-installation-helper-for-golden-planet-platform)

Configuration add to
--------------------

[](#configuration-add-to)

### config.yml

[](#configyml)

```
golden_planet_gpp_app:
    api:
        app_key: '%env(API_KEY)%'
        app_secret: '%env(API_SECRET)%'
        app_scope: '%env(API_SCOPE)%'
    app:
        redirect_url: '%env(REDIRECT_URL)%'
        uninstall_url: '%env(UNINSTALL_URL)%'
```

### routing.yml

[](#routingyml)

```
gpp_app:
    resource: "@GoldenPlanetGPPAppBundle/Resources/config/routing.yml"
    prefix:   /
```

### AppKernel.php

[](#appkernelphp)

```
    new GoldenPlanet\GPPAppBundle\GoldenPlanetGPPAppBundle(),
```

```
env(API_KEY):
env(API_SECRET):
env(API_SCOPE):
env(REDIRECT_URL): http://obb.docker:8888/app/gpp/oauth/authorize
env(UNINSTALL_URL): http://obb.docker:8888/app/gpp/oauth/unauthorize

```

### security.yml

[](#securityyml)

```
    firewalls:

        app-install:
            pattern:  ^/app/gpp/
            stateless: true
            anonymous: true

        secured_area:
            pattern:    ^/
            stateless: false
            simple_preauth:
                authenticator: GoldenPlanet\GPPAppBundle\Security\HmacAuthenticator
            provider: store

    access_control:

        - { path: ^/app/gpp/,     roles: IS_AUTHENTICATED_ANONYMOUSLY }
        - { path: ^/,  roles: IS_AUTHENTICATED_FULLY  }
```

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance77

Regular maintenance activity

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 95.7% 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 ~248 days

Recently: every ~140 days

Total

13

Last Release

157d ago

Major Versions

0.3.4 → 1.0.02018-09-11

0.3.5 → 1.0.22020-01-15

1.0.1 → 5.0.02024-04-30

5.0.0 → 6.0.02024-05-23

5.0.x-dev → 6.0.32025-12-03

PHP version history (2 changes)v0.1PHP &gt;=7.0

5.0.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/70cb0858fba5e5675e02a7420cb4dc031468bd64ed3117f1d7aa78c01280979f?d=identicon)[goldenplanet](/maintainers/goldenplanet)

---

Top Contributors

[![eugenegp](https://avatars.githubusercontent.com/u/1913985?v=4)](https://github.com/eugenegp "eugenegp (44 commits)")[![GpMichael](https://avatars.githubusercontent.com/u/7559280?v=4)](https://github.com/GpMichael "GpMichael (2 commits)")

###  Code Quality

Static AnalysisRector

### Embed Badge

![Health badge](/badges/goldenplanetdk-gpp-app-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/goldenplanetdk-gpp-app-bundle/health.svg)](https://phpackages.com/packages/goldenplanetdk-gpp-app-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M308](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M151](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[scheb/2fa-bundle

A generic interface to implement two-factor authentication in Symfony applications

6914.0M61](/packages/scheb-2fa-bundle)

PHPackages © 2026

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