PHPackages                             reelpay/sdk-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. [Payment Processing](/categories/payments)
4. /
5. reelpay/sdk-php

ActiveLibrary[Payment Processing](/categories/payments)

reelpay/sdk-php
===============

1.0.1(2y ago)7101MITPHPPHP &gt;=7.0.0

Since Jul 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ReelPayment/sdk-php)[ Packagist](https://packagist.org/packages/reelpay/sdk-php)[ RSS](/packages/reelpay-sdk-php/feed)WikiDiscussions main Synced today

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

 [ ![](https://github.com/ReelPayment/sdk-php/raw/main/logo.png) ](https://reelpay.com/)

ReelPay SDK-PHP
===============

[](#reelpay-sdk-php)

ReelPay is committed to helping users quickly transition from Web 2.0 to Web 3.0, attract new users, and collect mainstream currency protocol gateways like BTC, ETH, BSC, SOL, and TRX. Moreover, it aims to help safeguard payment security and provide services such as contract receiving, notifications for address receiving, QR Code receiving, and social promotion.

Documentation is at [](https://docs.reelpay.com/).

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

[](#requirements)

php: &gt;=7.0.0 ext-json: \* ext-openssl: \* At least reelpay sdk-php version 1.0.0 is required for all components to work properly.

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

[](#installation)

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

Either run

```
php composer.phar require reelpay/sdk-php:"~1.0.0"

```

or add

```
"reelpay/sdk-php": "~1.0.0"
```

to the require section of your composer.json.

Configuration
-------------

[](#configuration)

To use this extension, you have to configure the Connection class in your application configuration:

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

use Reelpay\Reelpay;

$transaction = Reelpay::Transaction(
    'eqrbntqbi5uqvkpr',
    'XhAlbICW10VJnWGruPL0NSnvb6946JDQ'
);
$res = $transaction->EntrustPay(
    "out_trade_no",
    "USD",
    "1.2",
    "Product name",
    "https://reelpay.com/product.jpg"
);
var_dump($res);
// Todo: $payUrl = $res['data']['url'];
```

Where can I get Appid and Appkey?
---------------------------------

[](#where-can-i-get-appid-and-appkey)

Register and open a merchant account, go to application [management](https://merchant.reelpay.com/) after login background, and create and apply for an application to get the corresponding Appied and Appkey.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

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

Every ~170 days

Total

2

Last Release

913d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/139612142?v=4)[ReelPay](/maintainers/ReelPayment)[@ReelPayment](https://github.com/ReelPayment)

---

Top Contributors

[![ReelPayment](https://avatars.githubusercontent.com/u/139612142?v=4)](https://github.com/ReelPayment "ReelPayment (28 commits)")

---

Tags

bsccryptocurrencyethereumpayment-gatewayreelpaytransitionweb3

### Embed Badge

![Health badge](/badges/reelpay-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/reelpay-sdk-php/health.svg)](https://phpackages.com/packages/reelpay-sdk-php)
```

###  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)
