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

v2.3.0(1mo ago)20[4 PRs](https://github.com/blindpaylabs/blindpay-php/pulls)MITPHPPHP ^8.2CI passing

Since Oct 21Pushed 2w agoCompare

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

READMEChangelog (10)Dependencies (6)Versions (34)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

43

—

FairBetter than 89% of packages

Maintenance93

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.3% 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 ~5 days

Total

16

Last Release

57d ago

Major Versions

v1.7.0 → v2.0.02026-04-17

### 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 (50 commits)")[![ericviana](https://avatars.githubusercontent.com/u/76598237?v=4)](https://github.com/ericviana "ericviana (2 commits)")[![BernardoSM](https://avatars.githubusercontent.com/u/36281298?v=4)](https://github.com/BernardoSM "BernardoSM (1 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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[resend/resend-php

Resend PHP library.

617.2M43](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

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

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[transbank/transbank-sdk

Transbank SDK

62676.5k14](/packages/transbank-transbank-sdk)

PHPackages © 2026

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