pankrok/shoper-appstore-bundle

This bundle provides Shoper appstore SDK

1.0.3 2023-05-08 08:33 UTC

This package is auto-updated.

Last update: 2024-03-30 00:38:42 UTC


README

General info

This bundle contains everything necessary to code an application for Shoper. It gives the possibility to use both the OAuth system as well as the user / password. It is not official code provided by the Shoper software developers. Current version:

1.0.0

Table of contents

Technologies

  • PHP 8
  • Symfony 5
  • Doctrine
  • Twig
  • HTTPClient
  • Symfony MakerBundle

Setup

  • Install Symfony 5
  • Add pankrok/shoper-appstore-bundle location your composer.json and run composer
composer require pankrok/shoper-appstore-bundle "^1.0.0"
  • create appstore.yaml in config/packages and fill in the data:
shoper_appstore:
    appId: appId    
    appSecret: appSecret
    appstoreSecret: appstoreSecret

create database tabels:

php bin/console make:migration
php bin/console doctrine:migrations:migrate

Examples

Status

Project is: in progress