PHPackages                             bleumi/payment-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. [HTTP &amp; Networking](/categories/http)
4. /
5. bleumi/payment-sdk-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

bleumi/payment-sdk-php
======================

A simple and powerful REST API to integrate Traditional (Credit/Debit Card, Alternative Payment Methods) and Crypto Currency (Bitcoin, Ethereum, Stablecoins) payments into your business or application. ### Getting Started 1. Create an account on \[Bleumi\](https://account.bleumi.com/signUp/?app=payment) 1. Fill up your \[profile\](https://account.bleumi.com/account/?app=payment&amp;tab=profile) 1. Complete your KYC by contacting \[support@bleumi.com\](mailto:support@bleumi.com) 1. Add your preferred payment service providers in the \[Bleumi Portal\](https://account.bleumi.com/account/?app=payment&amp;tab=gateway) 1. Create your API key on the \[Bleumi Integration Settings\](https://account.bleumi.com/account/?app=payment&amp;tab=integration) screen ### Authentication Bleumi uses API keys to authenticate requests. You can view and manage your API keys in the \[Bleumi Integration Settings\](https://account.bleumi.com/account/?app=payment&amp;tab=integration) screen. Authenticated API requests should be made with a `X-Api-Key` header. Your API key should be passed as the value. ### Payment Methods Use the \[Bleumi Portal\](https://account.bleumi.com/account/?app=payment&amp;tab=gateway) to add your preferred payment service provider (e.g. Stripe, BitPay, Bleumi Pay) and configure the payment methods that buyers would be able to use to make payments.

1.0.0(5y ago)252MITPHPPHP &gt;=7.2

Since Apr 20Pushed 5y agoCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

Bleumi - Payment SDK for PHP
============================

[](#bleumi---payment-sdk-for-php)

A simple and powerful REST API to integrate Traditional (Credit/Debit Card, Alternative Payment Methods) and Crypto Currency (Bitcoin, Ethereum, Stablecoins) payments into your business or application.

### Getting Started

[](#getting-started)

1. Create an account on [Bleumi](https://account.bleumi.com/signUp/?app=payment)
2. Fill up your [profile](https://account.bleumi.com/account/?app=payment&tab=profile)
3. Complete your KYC by contacting
4. Add your preferred payment service providers in the [Bleumi Portal](https://account.bleumi.com/account/?app=payment&tab=gateway)
5. Create your API key on the [Bleumi Integration Settings](https://account.bleumi.com/account/?app=payment&tab=integration) screen

### Authentication

[](#authentication)

Bleumi uses API keys to authenticate requests. You can view and manage your API keys in the [Bleumi Integration Settings](https://account.bleumi.com/account/?app=payment&tab=integration) screen. Authenticated API requests should be made with a `X-Api-Key` header. Your API key should be passed as the value.

### Payment Methods

[](#payment-methods)

Use the [Bleumi Portal](https://account.bleumi.com/account/?app=payment&tab=gateway) to add your preferred payment service provider (e.g. Stripe, BitPay, Bleumi Pay) and configure the payment methods that buyers would be able to use to make payments.

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.2 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "require": {
    "bleumi/payment-sdk-php": "1.0.0"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
