2017 © Pedro Peláez
 

library api-merchant-php

image

vimando/api-merchant-php

  • Wednesday, September 13, 2017
  • by michaelhaessig
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

API Merchant PHP

PHP Library for accessing the Vimando Merchant Rest API., (*1)

Requirements

PHP 5.4.0 and later, (*2)

Installation & Usage

Composer

This repository is published on Packagist. Visit the package page here: api-merchant-php., (*3)

Install with composer cli, (*4)

composer require vimando/api-merchant-php, (*5)

Or add dependency to composer.json, (*6)

{
  "require": {
          "vimando/api-merchant-php": "^0.1.0"
   }
}

Then run composer install, (*7)

You vendor folder should now contain a folder called "vimando"., (*8)

    require 'vendor/autoload.php';

    use Vimando\Api\Merchant\VimandoMerchantApi;

    $vimandoMerchantApi = new VimandoMerchantApi();

Manual Code Installation

Download the files and include autoload.php:, (*9)

    require_once(__DIR__ . '/api-merchant-php/autoload.php');

    use Vimando\Api\Merchant\VimandoMerchantApi;

    $vimandoMerchantApi = new VimandoMerchantApi();

Sample

The folder sample contains a composer project with a sample client application., (*10)

The Versions

13/09 2017

dev-master

9999999-dev https://www.vimando.com

  Sources   Download

proprietary

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api merchant vimando

12/09 2017

0.1

0.1.0.0 https://www.vimando.com

  Sources   Download

proprietary

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api merchant vimando