bricre/ebay-sdk-commerce-charity
Composer 安装命令:
composer require bricre/ebay-sdk-commerce-charity
包简介
API client generated from OpenAPI definition from eBay's OpenAPI definition
README 文档
README
Code generated from eBay's Swagger file using allansun/openapi-code-generator.
Generated code is well self-documented with proper PHPDoc annotations.
Please refer to eBay's documentation for detailed API behaviour explanation.
Installation
composer require bricre/ebay-api-commerce-charity
You will also need a PSR-18 compatible client see https://docs.php-http.org/en/latest/clients.html
So either use Guzzle (or any other PSR-18 compatible clients)
composer require php-http/guzzle7-adapter
Versioning
This project matches eBay's API versioning.
Due to the restriction of Composer, version number like '2021-01-01' will be changed to '2021.01.01'.
Should you found a matching version not being available. Please contact the author to generate against correct version.
Usage
First you need to create a PSR-18. Then in your business logic you can call API operations directly.
You may also want to check out eBay's document about how to authorize your request.
<?php use Ebay\Sell\Account\Api\Program; $httpClient = new \GuzzleHttp\Client([ 'base_uri' => 'https://api.ebay.com/sell/account/v1/', 'headers'=>[ 'Authorization'=> 'Bearer <accessToken>' ] ]); $api = new Program($httpClient); $programs = $api->getOptedIns();
Author
- Allan Sun - Initial work
bricre/ebay-sdk-commerce-charity 适用场景与选型建议
bricre/ebay-sdk-commerce-charity 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3 次下载、GitHub Stars 达 0, 最近一次更新时间为 2022 年 05 月 04 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 bricre/ebay-sdk-commerce-charity 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 bricre/ebay-sdk-commerce-charity 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2022-05-04