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

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

Since Oct 21Pushed 2mo agoCompare

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

READMEChangelog (8)Dependencies (3)Versions (16)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

38

—

LowBetter than 85% of packages

Maintenance78

Regular maintenance activity

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.5% 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 ~3 days

Total

8

Last Release

186d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a487ebc6dd93f841d7820f1361eead66543ffb6ec7571515bd0707e9dd32de9?d=identicon)[BernardoSM](/maintainers/BernardoSM)

---

Top Contributors

[![alvseven](https://avatars.githubusercontent.com/u/103443277?v=4)](https://github.com/alvseven "alvseven (19 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

[transbank/transbank-sdk

Transbank SDK

62626.4k12](/packages/transbank-transbank-sdk)[invoiced/invoiced

Invoiced PHP Library

14117.1k](/packages/invoiced-invoiced)

PHPackages © 2026

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