2017 © Pedro Peláez
 

library walmart-marketplace-laravel-sdk

Connect to the Walmart Marketplace API using Laravel

image

keithbrink/walmart-marketplace-laravel-sdk

Connect to the Walmart Marketplace API using Laravel

  • Saturday, April 7, 2018
  • by KeithBrink
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 88 % Grown

The README.md

Walmart Marketplace API - Laravel Connector

This package connects to the Walmart Marketplace API, allowing you to work with the API within Laravel., (*1)

Installation

This version supports Laravel 5.5. It may work with other versions but has not yet been tested., (*2)

To get the latest version, simply require the project using Composer:, (*3)

$ 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., (*4)

Configuration

To get started, you should set your login information in the .env file:, (*5)

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:, (*6)

$ 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., (*7)

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:, (*8)

WalmartMkt::feedStatus()->all();

All of the functions are documented in the Github Wiki., (*9)

License

The Walmart Marketplace Laravel SDK is licensed under The MIT License (MIT)., (*10)

The Versions

07/04 2018

dev-master

9999999-dev

Connect to the Walmart Marketplace API using Laravel

  Sources   Download

MIT

The Requires

 

by Keith Brink

laravel marketplace walmart seller

07/04 2018

v0.0.1

0.0.1.0

Connect to the Walmart Marketplace API using Laravel

  Sources   Download

MIT

The Requires

 

by Keith Brink

laravel marketplace walmart seller