2017 © Pedro Peláez
 

library gpp-app-installer

Installed app for GPP

image

goldenplanetdk/gpp-app-installer

Installed app for GPP

  • Tuesday, May 8, 2018
  • by goldenplanet
  • Repository
  • 5 Watchers
  • 0 Stars
  • 638 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 4 % Grown

The README.md

OBB app Service Provider

Install

composer require "goldenplanetdk/gp-app-installer:dev-master"
use GP\App\Provider\Service\AuthorizeServiceProvider;

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

Events:, (*1)

app.installation.success app.uninstalled, (*2)

Create DB table, (*3)

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

MIT, (*4)

The Versions

08/05 2018

dev-master

9999999-dev

Installed app for GPP

  Sources   Download

MIT

The Requires

 

by Eugene Stepanov

04/05 2018

dev-extra-headers

dev-extra-headers

Installed app for GPP

  Sources   Download

MIT

The Requires

 

by Eugene Stepanov

04/05 2018

0.6

0.6.0.0

Installed app for GPP

  Sources   Download

MIT

The Requires

 

by Eugene Stepanov

02/01 2018

0.5

0.5.0.0

Installed app for GPP

  Sources   Download

MIT

The Requires

 

by Eugene Stepanov

13/11 2017

0.4

0.4.0.0

Installed app for GPP

  Sources   Download

MIT

The Requires

 

by Eugene Stepanov

13/11 2017

0.3

0.3.0.0

Installed app for GPP

  Sources   Download

MIT

The Requires

 

by Eugene Stepanov

04/10 2017

0.2

0.2.0.0

Installed app for GPP

  Sources   Download

MIT

The Requires

 

by Eugene Stepanov

05/07 2017

0.1

0.1.0.0

Installed app for GPP

  Sources   Download

MIT

The Requires

 

by Eugene Stepanov