PHPackages                             hotpay\_money/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. [API Development](/categories/api)
4. /
5. hotpay\_money/api\_client

ActiveLibrary[API Development](/categories/api)

hotpay\_money/api\_client
=========================

Merchant client library

v1.0.0(6y ago)111PHP

Since May 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/hotpay-money/php-client)[ Packagist](https://packagist.org/packages/hotpay_money/api_client)[ RSS](/packages/hotpay-money-api-client/feed)WikiDiscussions master Synced 1w ago

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

Merchant's Api Client
=====================

[](#merchants-api-client)

Simple desigion to make all merchant's request to the HotPay API.
-----------------------------------------------------------------

[](#simple-desigion-to-make-all-merchants-request-to-the-hotpay-api)

Link to the official documentation:
----------------------------------------------------------------------------------------------------

[](#link-to-the-official-documentation-httpsappswaggerhubcomapis-docshotpaymoneymerchant10)

The library currently provides the following operations according to the hotpay.money official doccumentation:

- /create\_bill
- /find/by\_bill\_id
- /find/by\_m\_order
- /payout
- /payout\_card
- /payout\_crypto
- /balance
- /rates
- /stats
- /history

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

[](#requirements)

PHP 5.5 and later

---

Usage
=====

[](#usage)

Before you can create a new Api client class instance you have to prepare and save your unique merchant ident and secret key in your merchant account settings. Link for register like a partner - . Then create your merchant there.

And download api client library

```
composer require hotpay_money/api_client

```

Create Api client and add your ident and secret key there.

```
$secret_key = 'SECRET_KEY';
$ident = 'IDENT';
$api = new ApiClient($ident,$secret_key,'https://api.hotpay.money/v1');

```

Via ApiClient object you can send requests to the HotPay Api.

```
try {
    $createBillResponse = $api->createBill("UAH",200,"UNIQUE_MERCHANT_ORDER","create example bill",["testing"=>true]);

} catch (ApiException $e) {

} catch (Exception $e) {

}

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

2204d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee2ada0324265207f60f578f37207d9610edb97cb65372a40800dd90d4559a67?d=identicon)[hotpay\_money](/maintainers/hotpay_money)

---

Top Contributors

[![hotpay-money](https://avatars.githubusercontent.com/u/64775831?v=4)](https://github.com/hotpay-money "hotpay-money (1 commits)")

### Embed Badge

![Health badge](/badges/hotpay-money-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/hotpay-money-api-client/health.svg)](https://phpackages.com/packages/hotpay-money-api-client)
```

###  Alternatives

[felixfbecker/advanced-json-rpc

A more advanced JSONRPC implementation

25578.7M6](/packages/felixfbecker-advanced-json-rpc)[cloudconvert/cloudconvert-php

PHP SDK for CloudConvert APIs

2223.4M7](/packages/cloudconvert-cloudconvert-php)[restcord/restcord

REST Library for the Discord API

177452.4k11](/packages/restcord-restcord)[keepa/php_api

API Framework for Keepa.com

55474.9k](/packages/keepa-php-api)[danog/advanced-json-rpc

A more advanced JSONRPC implementation

136.7M5](/packages/danog-advanced-json-rpc)[seatsio/seatsio-php

A PHP client for the seats.io API

17724.2k](/packages/seatsio-seatsio-php)

PHPackages © 2026

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