PHPackages                             finbricks/finbricks-php-sdk - 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. finbricks/finbricks-php-sdk

ActiveProject[API Development](/categories/api)

finbricks/finbricks-php-sdk
===========================

SDK for Finbricks openapi products

1.2.0(4y ago)0285MITPHPPHP ^7.1|^8.0

Since Jul 1Pushed 4y ago3 watchersCompare

[ Source](https://github.com/finbricks/finbricks-php-sdk)[ Packagist](https://packagist.org/packages/finbricks/finbricks-php-sdk)[ Docs](https://github.com/finbricks/finbricks-php-sdk)[ RSS](/packages/finbricks-finbricks-php-sdk/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (6)Versions (5)Used By (0)

Finbricks PHP SDK
=================

[](#finbricks-php-sdk)

Apis
====

[](#apis)

- auth - Authenticate api. All endpoint with suffix /auth/
- info - All endpoint with suffix /account/
- platform - Platforms data
- eshop - Eshop
- status - List of payment providers and status, outages etc..
- recurring\_payment - Recurring payments apis

Basic usage
===========

[](#basic-usage)

Install
-------

[](#install)

Finbricks SDK can be installed by composer

```
    composer require finbricks/finbricks-php-sdk
```

Set up
------

[](#set-up)

- Prepare private `key` and `merchantId`, you need this data for call API

Using
-----

[](#using)

### Create a basic client

[](#create-a-basic-client)

```
$encryptor = new AsymmetricEncryptor($key="here is your private key.");
$client = (new FinbricksClient($encryptor))->getClient();
$authApiConfiguration = new  Configuration(); // All api have configuration please be sure you import the correct one
$authApiConfiguration->setHost("https://api.zaplaceno.cleverlance.com"); // Here paste where is API server (sandbox or prod)
$authApi = new AuthApi($this->client, $authApiConfiguration); // Instantiate SDK with client and configuration.
```

### Calling api

[](#calling-api)

From the previous step you have the working instance of SDK (in our case AuthApi). Now you can simply call method to get info or to make a transaction.

```
$req = new AuthenticateRequest(); // Create a class of request
$req->setScope(Enums::AISP_PISP); // You can use Enums class for scopes
$req->setClientId("someClientId");
$req->setCallbackUrl("http://google.com");
$req->setProvider("KB");
$req->setMerchantId("4d605d8e-4c31-43eb-bf8b-0ce041d4ef1b"); // Here is your merchantID

// Make a call of api and receive response
$response = $this->authApi->authAuthenticatePost("", $req); // If you generate a client with AsymmetricEncryptor then you dont need to paste signature. Fill it with empty string.
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~63 days

Total

3

Last Release

1701d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/00f80c845718e72dc352e9d2d5a4e3daf287f8a115b9ab1b4dddc82e98f4896b?d=identicon)[finbricks](/maintainers/finbricks)

---

Top Contributors

[![skyfall174](https://avatars.githubusercontent.com/u/11148850?v=4)](https://github.com/skyfall174 "skyfall174 (2 commits)")

---

Tags

composerpackageopenapi

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.9k](/packages/laravel-framework)[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[pantheon-systems/terminus

A command line interface for Pantheon

3391.5M18](/packages/pantheon-systems-terminus)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)

PHPackages © 2026

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