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

ActiveLibrary

goldenplanetdk/gpp-app-installer
================================

Installed app for GPP

5.0.2(1y ago)03.4k1[1 PRs](https://github.com/goldenplanetdk/gpp-app-installer/pulls)1MITPHPPHP &gt;=8.0

Since Jul 5Pushed 1y ago4 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (22)Used By (1)

OBB app Service Provider
------------------------

[](#obb-app-service-provider)

Install
-------

[](#install)

```
composer require "goldenplanetdk/gp-app-installer:dev-master"
```

```
use GP\App\Provider\Service\AuthorizeServiceProvider;

$app->register(new AuthorizeServiceProvider(), $parameters);
```

Events:

`app.installation.success``app.uninstalled`

Create DB table

```
CREATE TABLE `installations` (
  id                 INT UNSIGNED AUTO_INCREMENT NOT NULL,
  shop               VARCHAR(256)                NOT NULL
  COLLATE utf8_unicode_ci,
  token              VARCHAR(255)                NOT NULL
  COLLATE utf8_unicode_ci,
  is_secure_protocol TINYINT(1)                  NOT NULL,
  created_at         DATETIME                    NOT NULL,
  PRIMARY KEY (id)
)
  DEFAULT CHARACTER SET utf8
  COLLATE utf8_unicode_ci
  ENGINE = InnoDB;
```

License
-------

[](#license)

MIT

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~147 days

Recently: every ~132 days

Total

19

Last Release

589d ago

Major Versions

0.6 → 1.0.02018-09-11

0.7.1 → 1.0.42022-07-21

1.0.6 → 5.0.02024-04-30

PHP version history (2 changes)0.1PHP &gt;=7.0

5.0.0PHP &gt;=8.0

### 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 (10 commits)")[![mitrae](https://avatars.githubusercontent.com/u/1278440?v=4)](https://github.com/mitrae "mitrae (2 commits)")

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[damienharper/auditor-bundle

Integrate auditor library in your Symfony projects.

4542.8M](/packages/damienharper-auditor-bundle)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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