Skip to content

pankrok/shoper-appstore-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial Shoper Appstore Symfony 5 Bundle

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