dbosen/creatorsapi-php-sdk 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

dbosen/creatorsapi-php-sdk

最新稳定版本:1.0.0

Composer 安装命令:

composer require dbosen/creatorsapi-php-sdk

包简介

Fork of CreatorsAPI 1.0 PHP SDK

README 文档

README

Prerequisites

PHP Version Support

  • Supported: To run the SDK you need PHP version 8.1 or higher.

Setup Instructions

1. Install and Configure PHP

For PHP installation, you can download it from the official website: https://www.php.net/downloads

# Check PHP version
php --version

2. Install

composer require dbosen/creatorsapi-php-sdk

3. Run Sample Code

Navigate to the examples directory to run the samples.

cd vendor/dbosen/creatorsapi-php-sdk/examples

Before running the samples, you'll need to configure your API credentials in the sample files by replacing the following placeholders:

  • <YOUR CREDENTIAL ID> - Your API credential ID
  • <YOUR CREDENTIAL SECRET> - Your API credential secret
  • <YOUR CREDENTIAL VERSION> - Your credential version (e.g., "2.1" for NA, "2.2" for EU, "2.3" for FE region)
  • <YOUR MARKETPLACE> - Your marketplace (e.g., "www.amazon.com" for US marketplace)
  • <YOUR PARTNER TAG> - Add valid Partner Tag for the requested marketplace in applicable sample code snippet files

Run the following commands to run the sample files:

Get detailed product information:

php SampleGetItems.php

Search for products:

php SampleSearchItems.php

Other Samples

Check the examples directory for additional sample files with various API operations.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2026-01-07