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 1w 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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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

1655d 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

[googleads/googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP

67410.3M25](/packages/googleads-googleads-php-lib)[jolicode/slack-php-api

An up to date PHP client for Slack's API

2534.4M12](/packages/jolicode-slack-php-api)[flat3/lodata

OData v4.01 Producer for Laravel

96320.9k](/packages/flat3-lodata)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[foxrp/rippled-php

A PHP library for communication with rippled. (The XRP Ledger)

432.5k](/packages/foxrp-rippled-php)[yo-uganda/yopaymentsphp

A PHP Library to interact with the Yo! Payments API.

122.4k](/packages/yo-uganda-yopaymentsphp)

PHPackages © 2026

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