fusionspim/pangaea-php-sdk

This package is abandoned and no longer maintained. No replacement package was suggested.

PHP library for working with Pangaea platform

3.8 2015-11-30 09:53 UTC

README

Build Status

Produces data feeds for Walmarts global e-commerce platform, Pangaea:

  • Product items as XML
  • Category taxonomy as JSON

XML files are automatically validated against the included XSD schema files.

Requirements

This library requires PHP 5.6+ and the multibyte string extension to be installed.

Install

Via Composer:

$ composer require fusionspim/pangaea-php-sdk

Usage

To run the tests run php vendor/bin/phpunit from the project directory. Look in tests/fixtures for output examples.

Future plans

  • Guzzle up the feed gateway
  • PHPUnit and better understand how scales / memory usage