2017 © Pedro Peláez
 

project montapacking

Montapacking API client library for PHP. Montapacking is an ecommerce fullfillment specialist based in the Netherlands.

image

arjennz/montapacking

Montapacking API client library for PHP. Montapacking is an ecommerce fullfillment specialist based in the Netherlands.

  • Monday, July 9, 2018
  • by ArjenNZ
  • Repository
  • 1 Watchers
  • 0 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Montapacking PHP API Wrapper

A simple PHP wrapper for the montapacking API., (*1)

Installation

This project can easily be installed through Composer., (*2)

composer require arjennz/montapacking

Example: Get product

<?php

require __DIR__ . '/vendor/autoload.php';

$username = '-montapacking-username-';
$password = '-montapacking-password-';

$apiclient = new ArjenNZ\Montapacking\Client($username, $password);

$product = $apiclient->getProduct('-sku-');
var_dump($product);

The Versions

09/07 2018

dev-master

9999999-dev

Montapacking API client library for PHP. Montapacking is an ecommerce fullfillment specialist based in the Netherlands.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Arjen Medema

api makkelijkemoestuin montapacking