matthiasvangorp/laravel-amazon-paapi5
最新稳定版本:1.0.5
Composer 安装命令:
composer require matthiasvangorp/laravel-amazon-paapi5
包简介
Laravel package for Amazon Product advertising API v5 using Official PHP SDK
README 文档
README
Laravel package for Amazon Product Advertising API v5 using Official PHP SDK
Note: This is just wrapper around official PHP SDK for amazon Product Advertising API.
Installation
composer require sanjayojha/laravel-amazon-paapi5- Laravel 8.0 or later
php artisan vendor:publish --provider="MatthiasVanGorp\LaravelAmazonPaapi5\LaravelAmazonPaapi5ServiceProvider" --tag="config"will create aconfig/amazon-api-key.phpfile.- Add your Amazon access and secret keys into the your
.envfile:
AMAZON_PRODUCTS_ACCESS_KEY=youAccessKey
AMAZON_PRODUCTS_PRIVATE_KEY=youPrivateKey
Usage
TODO
Testing
TODO
Complete documentation, installation instructions, and examples for using official PHP SDK are available here.
统计信息
- 总下载量: 68
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2024-09-15