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

AbandonedArchivedLibrary

monetivo/monetivo-php
=====================

Monetivo MerchantApi PHP client

1.0.12(9y ago)3261MITPHPPHP &gt;=5.5

Since Jan 9Pushed 9y ago4 watchersCompare

[ Source](https://github.com/monetivo/monetivo-php)[ Packagist](https://packagist.org/packages/monetivo/monetivo-php)[ RSS](/packages/monetivo-monetivo-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (15)Used By (0)

Monetivo PHP Client
===================

[](#monetivo-php-client)

Requirements and dependencies
-----------------------------

[](#requirements-and-dependencies)

You need PHP 5.5 and later. Additionally, make sure that the following PHP extensions are installed on your server:

- [`curl`](https://secure.php.net/manual/en/book.curl.php),
- [`json`](https://secure.php.net/manual/en/book.json.php)

Composer
--------

[](#composer)

You can install the client via [Composer](http://getcomposer.org/) by running the command:

```
composer require monetivo/monetivo-php
```

Then use Composer's [autoload](https://getcomposer.org/doc/00-intro.md#autoloading) mechanism:

```
require_once('vendor/autoload.php');
```

Manual Installation
-------------------

[](#manual-installation)

If you do not wish to use Composer, you can download the [latest release](https://github.com/monetivo/monetivo-php/releases). Then include the `autoload.php` file.

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

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

[](#getting-started)

Basic usage looks like:

```
