PHPackages                             zipmoney/merchantapi-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. zipmoney/merchantapi-php

ActiveLibrary[API Development](/categories/api)

zipmoney/merchantapi-php
========================

1.0.18(8mo ago)2188.8k↓35%8[1 issues](https://github.com/zipMoney/merchantapi-php/issues)2MITPHPPHP &gt;=8.0

Since Apr 4Pushed 8mo ago8 watchersCompare

[ Source](https://github.com/zipMoney/merchantapi-php)[ Packagist](https://packagist.org/packages/zipmoney/merchantapi-php)[ Docs](http://zipmoney.com.au)[ RSS](/packages/zipmoney-merchantapi-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (31)Used By (2)

zipMoney Payments Pty Ltd.
==========================

[](#zipmoney-payments-pty-ltd)

ZipMoney Merchant API Initial build

- API version: 2017-03-01

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

[](#requirements)

PHP 7.3 and later

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

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/zipMoney/merchantapi-php.git"
    }
  ],
  "require": {
    "zipMoney/merchantapi-php": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/merchantapi-php/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer require
phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
