定制 pankrok/shoper-appstore-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

pankrok/shoper-appstore-bundle

最新稳定版本:1.1.5

Composer 安装命令:

composer require pankrok/shoper-appstore-bundle

包简介

This bundle provides Shoper appstore SDK

README 文档

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

统计信息

  • 总下载量: 47
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-11-30