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 yesterday

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 43% 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

2957d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/787337724116dcbbddb7bb34a4bf3625e1ecbb2e0a7d80d045b5cdc52b2b37f1?d=identicon)[KeithBrink](/maintainers/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)[spinen/laravel-clickup

SPINEN's Laravel Package for ClickUp.

282.2k](/packages/spinen-laravel-clickup)[travoltron/plaid

Laravel specific wrapper for Plaid. Bankdata for developers.

274.8k](/packages/travoltron-plaid)

PHPackages © 2026

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