PHPackages                             indeximstudio/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. indeximstudio/walmart-marketplace-laravel-sdk

ActiveLibrary[API Development](/categories/api)

indeximstudio/walmart-marketplace-laravel-sdk
=============================================

Connect to the Walmart Marketplace API using Laravel

01PHP

Since Sep 27Pushed 3y agoCompare

[ Source](https://github.com/vaduk1390/walmart-marketplace-laravel-sdk)[ Packagist](https://packagist.org/packages/indeximstudio/walmart-marketplace-laravel-sdk)[ RSS](/packages/indeximstudio-walmart-marketplace-laravel-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)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

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c2ad9adbe607d6fb5f6c48122e812c541660d4bb79c2318669eadcf73c6fd64c?d=identicon)[indeximstudio](/maintainers/indeximstudio)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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