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.jsonand 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
- ApiController
- Aurora forms
- Auth
- Billing system
- Events
- Iframe init
- Resources
- ShoperController
- Twig filters
- Webhook
Status
Project is: in progress
统计信息
- 总下载量: 47
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-11-30