indeximstudio/walmart-marketplace-laravel-sdk
Composer 安装命令:
composer require indeximstudio/walmart-marketplace-laravel-sdk
包简介
Connect to the Walmart Marketplace API using Laravel
README 文档
README
This package connects to the Walmart Marketplace API, allowing you to work with the API within Laravel.
Installation
This version supports Laravel 5.5. It may work with other versions but has not yet been tested.
To get the latest version, simply require the project using Composer:
$ composer require keithbrink/walmart-marketplace-laravel-sdk
On Laravel 5.5, the KeithBrink\Walmart\WalmartServiceProvider service provider and KeithBrink\Walmart\WalmartFacade facade will be automatically discovered so it will not need to be added to your config. On previous versions (untested), you will need to add those manually to your config/app.php.
Configuration
To get started, you should set your login information in the .env file:
WALMART_PRIVATE_KEY=XXX WALMART_CONSUMER_ID=XXX WALMART_BASE_URL=XXX
If you would like to change your env keys or set the keys in the config file, you can publish the config file:
$ php artisan vendor:publish
This will create a config/walmart.php file in your app, where you can adjust how the login information is found.
Usage
After you have completed the configuration, you can call the various API functions. For example, to get the statuses of all feeds, you can call:
WalmartMkt::feedStatus()->all();
All of the functions are documented in the Github Wiki.
License
The Walmart Marketplace Laravel SDK is licensed under The MIT License (MIT).
indeximstudio/walmart-marketplace-laravel-sdk 适用场景与选型建议
indeximstudio/walmart-marketplace-laravel-sdk 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1 次下载、GitHub Stars 达 0, 最近一次更新时间为 2022 年 09 月 27 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「marketplace」 「walmart」 「seller」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 indeximstudio/walmart-marketplace-laravel-sdk 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 indeximstudio/walmart-marketplace-laravel-sdk 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 indeximstudio/walmart-marketplace-laravel-sdk 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Walmart Open API PHP client
A PHP client for Walmart's Marketplace, 1P Supplier, and Content Provider APIs.
Automatically translate and review your content via Lokalise.
ChannelUnity integrates your Magento 2 store with marketplace websites such as Amazon, eBay, Etsy, Fruugo, Newegg, Wayfair, Walmart and more.
A PHP client for Walmart's Marketplace, 1P Supplier, and Content Provider APIs.
Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 16
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-27