PHPackages                             merkeleon/processing-integration - 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. [Payment Processing](/categories/payments)
4. /
5. merkeleon/processing-integration

ActiveLibrary[Payment Processing](/categories/payments)

merkeleon/processing-integration
================================

Cryptoprocessing integrations for php

v1.0(7y ago)11.7k↓33.3%MITPHPPHP &gt;=5.3.0

Since Oct 26Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Merkeleon/Processing-integration)[ Packagist](https://packagist.org/packages/merkeleon/processing-integration)[ RSS](/packages/merkeleon-processing-integration/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Crypto processing integration for PHP
=====================================

[](#crypto-processing-integration-for-php)

Installation
------------

[](#installation)

First, require the package using Composer:

`composer require merkeleon/processing-integration`

Examples
--------

[](#examples)

### Take address

[](#take-address)

```
use Merkeleon\Processing\API;
use Merkeleon\Processing\Address;

$api = API::make('URL', 'API_KEY', 'API_SECRET');

/** @var Address $address */
$address = $api->addressTake('BTC', 'identity');
```

### Make withdraw

[](#make-withdraw)

```
use Merkeleon\Processing\API;
use Merkeleon\Processing\Address;

$api = API::make('URL', 'API_KEY', 'API_SECRET');

/** @var Address $address */
$address = $api->withdraw('12c6DSiU4Rq3P4ZxziKxzrL5LmMBrzjrJX', 1, 'BTC', 'unique-identity-for-withdrawal', null);
```

### Description

[](#description)

Never use the timestamp as $foreignId for withdrawals, but use your unique identifier. If you mistakenly make two requests for output with the same $foreignId, then second and next attempts will be rejected for security reasons. Foreign id for address may be not unique

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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

2807d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5602887?v=4)[Andrei Drozd](/maintainers/androzd)[@androzd](https://github.com/androzd)

---

Top Contributors

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

---

Tags

merkeleon

### Embed Badge

![Health badge](/badges/merkeleon-processing-integration/health.svg)

```
[![Health](https://phpackages.com/badges/merkeleon-processing-integration/health.svg)](https://phpackages.com/packages/merkeleon-processing-integration)
```

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)

PHPackages © 2026

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