PHPackages                             blindpay/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. [API Development](/categories/api)
4. /
5. blindpay/php

ActiveLibrary[API Development](/categories/api)

blindpay/php
============

Official PHP SDK for BlindPay API - Global payments infrastructure

v3.4.1(1w ago)213MITPHPPHP ^8.2CI passing

Since Oct 21Pushed 1mo agoCompare

[ Source](https://github.com/blindpaylabs/blindpay-php)[ Packagist](https://packagist.org/packages/blindpay/php)[ RSS](/packages/blindpay-php/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (10)Dependencies (9)Versions (41)Used By (0)

Blindpay PHP SDK
================

[](#blindpay-php-sdk)

The official PHP SDK for [Blindpay](https://blindpay.com) - Stablecoin API for global payments.

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

[](#requirements)

- PHP 8.2 or higher
- Composer

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

[](#installation)

```
composer require blindpay/php
```

Authentication
--------------

[](#authentication)

To get started, you will need both your API key and your instance id, you can obtain your API key and instance id from the Blindpay dashboard [https://app.blindpay.com/instances/{instanceId}/api-keys](https://app.blindpay.com/instances/%7BinstanceId%7D/api-keys)

```
use BlindPay\SDK\BlindPay;

$blindpay = new BlindPay(
    apiKey: 'your-api-key-here',
    instanceId: 'your-instance-id-here'
);
```

Note

All api calls are going to use the provided api key and instance id

Quick Start
-----------

[](#quick-start)

### Check for available rails

[](#check-for-available-rails)

```
use BlindPay\SDK\BlindPay;

function getAvailableRails(): void
{
    $blindpay = new BlindPay(
        apiKey: 'your-api-key-here',
        instanceId: 'your-instance-id-here'
    );

    $response = $blindpay->available->getRails();

    if ($response->isError()) {
        throw new RuntimeException($response->error->message);
    }

    foreach ($response->data) {
        echo "Rail: {$rail->label} ({$rail->value}) - {$rail->country}\n";
    }
}

getAvailableRails();
```

For detailed API documentation, visit:

- [Blindpay API documentation](https://blindpay.com/docs/getting-started/overview)
- [API Reference](https://api.blindpay.com/reference)

Support
-------

[](#support)

- Email:
- Issues: [GitHub Issues](https://github.com/blindpaylabs/blindpay-php/issues)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

Made with ❤️ by the [Blindpay](https://blindpay.com) team

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance94

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 92.7% 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 ~13 days

Recently: every ~1 days

Total

23

Last Release

10d ago

Major Versions

v1.7.0 → v2.0.02026-04-17

v2.5.0 → v3.0.02026-08-03

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36281298?v=4)[Bernardo Simonassi Moura](/maintainers/BernardoSM)[@BernardoSM](https://github.com/BernardoSM)

---

Top Contributors

[![alvseven](https://avatars.githubusercontent.com/u/103443277?v=4)](https://github.com/alvseven "alvseven (51 commits)")[![BernardoSM](https://avatars.githubusercontent.com/u/36281298?v=4)](https://github.com/BernardoSM "BernardoSM (2 commits)")[![ericviana](https://avatars.githubusercontent.com/u/76598237?v=4)](https://github.com/ericviana "ericviana (2 commits)")

---

Tags

apisdkpayment processingpaymentsblindpayglobal-payments

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

608.3M53](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M16](/packages/checkout-checkout-sdk-php)[files.com/files-php-sdk

Files.com PHP SDK

2482.9k](/packages/filescom-files-php-sdk)[fingerprint/fingerprint-pro-server-api-sdk

Fingerprint Server API allows you to get, search, and update Events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. The API also supports collection of Automation Intelligence for requests to your server in edge, pre-origin, or middleware contexts.

33302.1k1](/packages/fingerprint-fingerprint-pro-server-api-sdk)

PHPackages © 2026

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