2017 © Pedro Peláez
 

library xorder-sdk

PHP SDK for Container World's xOrder EDI platform.

image

craftt/xorder-sdk

PHP SDK for Container World's xOrder EDI platform.

  • Tuesday, January 5, 2016
  • by stratton
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

xOrder PHP Library

Build Status Quality Score Coverage Status Latest Version Software License, (*1)

The xOrder PHP SDK makes it easy to integrate your order and inventory sytsems with ContainerWorld's xOrder EDI service. It leverages the powerful Guzzle library to make http requests., (*2)

Usage

Examples of how the xOrder PHP SDK can be used are located in the examples directory., (*3)

$xorder = new XOrder\XOrder('xorder.xml', true);
$credentials = new XOrder\Credentials('username', 'password', 'account');

$client = new XOrder\Client;
$client->login($credentials);

$response = $client->send($xorder);

Order Validation

The xOrder PHP SDK can also be used to validate your order xml against the xOrder schema declaration., (*4)

$xorder = new XOrder\XOrder('xorder.xml', true);

$validator = new XOrder\XOrderValidator($xorder);

$isValid = $validator->validate();

Testing

The xOrder PHP SDK has a PHPUnit test suite. To run the tests, run the following command from the project folder:, (*5)

$ phpunit

Contributing

Contributions are welcome and will be fully credited. Please see CONTRIBUTING for details., (*6)

Security

If you discover any security related issues, please email hello@craftt.com instead of using the issue tracker., (*7)

License

Apache 2.0. Please see LICENSE for more information., (*8)

The Versions

05/01 2016

dev-master

9999999-dev

PHP SDK for Container World's xOrder EDI platform.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Ryan Stratton

edi xorder container world

22/07 2015

dev-develop

dev-develop

PHP SDK for Container World's xOrder EDI platform.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Ryan Stratton

edi xorder container world

22/07 2015

v1.1.3

1.1.3.0

PHP SDK for Container World's xOrder EDI platform.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Ryan Stratton

edi xorder container world

22/07 2015

v1.1.2

1.1.2.0

PHP SDK for Container World's xOrder EDI platform.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Ryan Stratton

edi xorder container world

22/07 2015

v1.1.1

1.1.1.0

PHP SDK for Container World's xOrder EDI platform.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Ryan Stratton

edi xorder container world

21/07 2015

v1.1.0

1.1.0.0

PHP SDK for Container World's xOrder EDI platform.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Ryan Stratton

edi xorder container world

12/07 2015

v1.0.2

1.0.2.0

PHP SDK for Container World's xOrder EDI platform.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Ryan Stratton

edi xorder container world

12/07 2015

v1.0.1

1.0.1.0

PHP SDK for Container World's xOrder EDI platform.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Ryan Stratton

edi xorder container world

12/07 2015

v1.0.0

1.0.0.0

PHP SDK for Container World's xOrder EDI platform.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Ryan Stratton

edi xorder container world