PHPackages                             keithbrink/walmart-marketplace-laravel-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. keithbrink/walmart-marketplace-laravel-sdk

AbandonedArchivedLibrary[API Development](/categories/api)

keithbrink/walmart-marketplace-laravel-sdk
==========================================

Connect to the Walmart Marketplace API using Laravel

v0.0.1(8y ago)4901MITPHP

Since Apr 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/keithbrink/walmart-marketplace-laravel-sdk)[ Packagist](https://packagist.org/packages/keithbrink/walmart-marketplace-laravel-sdk)[ RSS](/packages/keithbrink-walmart-marketplace-laravel-sdk/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Walmart Marketplace API - Laravel Connector
===========================================

[](#walmart-marketplace-api---laravel-connector)

This package connects to the [Walmart](https://developer.walmart.com) Marketplace API, allowing you to work with the API within Laravel.

Installation
------------

[](#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](https://getcomposer.org):

```
$ 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
-------------

[](#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
-----

[](#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](https://github.com/CrossroadsHuntley/dasco-laravel-sdk/wiki).

License
-------

[](#license)

The Walmart Marketplace Laravel SDK is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3010d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15267205?v=4)[Keith Brink](/maintainers/KeithBrink)[@keithbrink](https://github.com/keithbrink)

---

Top Contributors

[![keithbrink](https://avatars.githubusercontent.com/u/15267205?v=4)](https://github.com/keithbrink "keithbrink (3 commits)")

---

Tags

laravelwalmartmarketplaceseller

### Embed Badge

![Health badge](/badges/keithbrink-walmart-marketplace-laravel-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/keithbrink-walmart-marketplace-laravel-sdk/health.svg)](https://phpackages.com/packages/keithbrink-walmart-marketplace-laravel-sdk)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M992](/packages/statamic-cms)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[smodav/mpesa

M-Pesa API implementation

16467.9k1](/packages/smodav-mpesa)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
