pankrok/shoper-appstore-bundle

This bundle provides Shoper appstore SDK

1.1.5 2025-01-22 10:10 UTC

This package is auto-updated.

Last update: 2025-03-22 10:31:48 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.1.0

Table of contents

Technologies

  • PHP 8.2
  • Symfony 6.4
  • Doctrine
  • Twig
  • HTTPClient
  • Symfony MakerBundle

Setup

  • Install Symfony 6.4 LTS
  • Add pankrok/shoper-appstore-bundle location your composer.json and run composer
composer require pankrok/shoper-appstore-bundle "^1.1.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

token refresh

php bin/console ShoperAppstoreBundle:TokenRefresh

Examples

Status

Project is: in progress