fillup/walmart-partner-api-sdk-php

PHP client for Walmart Partner APIs

1.0.9 2016-11-07 14:34 UTC

This package is auto-updated.

Last update: 2024-09-06 08:50:50 UTC


README

This library provides an easy to use interface to Walmart's Partner APIs.

Build Status Coverage Status

Installation

It is easiest to use Composer to install, simply run:

composer require fillup/walmart-partner-api-sdk-php:^1.0.9

Or add to the require section of your composer.json file:

"fillup/walmart-partner-api-sdk-php": "^1.0.9"

Usage Documentation

See docs/README.md

API Coverage

Currently 100% (19 of 19) are supported by this SDK

todo

  • Perform integration testing for remaining Order APIs
  • Write middleware for error response handling to parse message from response xml

Reporting Issues

Please use Github Issues to report any problems you find or questions about usage.

Contributing

Pull requests are welcome for improvements to the core library, tests, and documentation.

No Warranty

This package is a free distribution, provided at no cost. It does not come with any warranty, expressed or implied. Source code is provided for your convenience. Walmart does not assume any responsibilities for its quality or support.

License

The MIT License (MIT)

Copyright (c) 2016 Phillip Shipley

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.