PHPackages                             zenki/zenkipay-api-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. zenki/zenkipay-api-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

zenki/zenkipay-api-client
=========================

Definition of technical specification of the product; Zenkipay is a gateway cryptocurrency payment system that allows merchant's to receive payments on their e-commerce portals. Unlike other platforms, Zenkipay ensures customer satisfaction through its payment process. guarantee deposit (delivered product and expected quality) to settle payment to the merchant, thus avoiding the loss of client assets due to online scams.

0.2.1(3y ago)013unlicensePHPPHP ^7.4 || ^8.0

Since Feb 22Pushed 3y agoCompare

[ Source](https://github.com/zenkifi/zenkipay-api-sdk-php)[ Packagist](https://packagist.org/packages/zenki/zenkipay-api-client)[ Docs](https://openapi-generator.tech)[ RSS](/packages/zenki-zenkipay-api-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (4)Used By (0)

Zenkipay API SDK for PHP
========================

[](#zenkipay-api-sdk-for-php)

Definition of technical specification of the product; Zenkipay is a gateway cryptocurrency payment system that allows merchant's to receive payments on their e-commerce portals. Unlike other platforms, Zenkipay ensures customer satisfaction through its payment process. guarantee deposit (delivered product and expected quality) to settle payment to the merchant, thus avoiding the loss of client assets due to online scams.

For more information, please visit .

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

[](#installation--usage)

Build date: Thu Feb 23 23:45:43 UTC 2023

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
