PHPackages                             vimando/api-merchant-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. vimando/api-merchant-php

ActiveLibrary[API Development](/categories/api)

vimando/api-merchant-php
========================

0.1(8y ago)07proprietaryPHPPHP &gt;=5.4

Since Sep 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/vimando/api-merchant-php)[ Packagist](https://packagist.org/packages/vimando/api-merchant-php)[ Docs](https://www.vimando.com)[ RSS](/packages/vimando-api-merchant-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

API Merchant PHP
================

[](#api-merchant-php)

PHP Library for accessing the Vimando Merchant [Rest API](https://www.vimando.com/docs/api/merchant.html).

Requirements
------------

[](#requirements)

PHP 5.4.0 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

This repository is published on Packagist. Visit the package page here: [api-merchant-php](https://packagist.org/packages/vimando/api-merchant-php).

Install with composer cli

> composer require vimando/api-merchant-php

Or add dependency to composer.json

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

```

Then run `composer install`

You vendor folder should now contain a folder called "vimando".

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

    use Vimando\Api\Merchant\VimandoMerchantApi;

    $vimandoMerchantApi = new VimandoMerchantApi();
```

### Manual Code Installation

[](#manual-code-installation)

Download the files and include `autoload.php`:

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

    use Vimando\Api\Merchant\VimandoMerchantApi;

    $vimandoMerchantApi = new VimandoMerchantApi();
```

Sample
------

[](#sample)

The folder [sample](sample) contains a composer project with a sample client application.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3215d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1331733?v=4)[Michael Haessig](/maintainers/michaelhaessig)[@michaelhaessig](https://github.com/michaelhaessig)

---

Top Contributors

[![michaelhaessig](https://avatars.githubusercontent.com/u/1331733?v=4)](https://github.com/michaelhaessig "michaelhaessig (4 commits)")

---

Tags

apimerchantvimando

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/vimando-api-merchant-php/health.svg)

```
[![Health](https://phpackages.com/badges/vimando-api-merchant-php/health.svg)](https://phpackages.com/packages/vimando-api-merchant-php)
```

###  Alternatives

[coinpaymentsnet/coinpayments-php

A PHP wrapper for the CoinPayments.net v1 API.

56130.1k](/packages/coinpaymentsnet-coinpayments-php)[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22879.8k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
