PHPackages                             liquido-brl/payin-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. liquido-brl/payin-php-sdk

ActiveLibrary[API Development](/categories/api)

liquido-brl/payin-php-sdk
=========================

Classes for request to Liquido BR Virgo API.

0.0.8(3y ago)0801MITPHP

Since Sep 23Pushed 2y ago2 watchersCompare

[ Source](https://github.com/getliquido/liquido-payin-php-sdk)[ Packagist](https://packagist.org/packages/liquido-brl/payin-php-sdk)[ RSS](/packages/liquido-brl-payin-php-sdk/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (7)Dependencies (1)Versions (15)Used By (1)

Liquido PayIn PHP SDK
=====================

[](#liquido-payin-php-sdk)

This is a library for PHP applications to easily connect with Liquido BR PayIn API.

Installing
----------

[](#installing)

You can add this in your `composer.json` file to download this library as a dependency. Ex:

```
"require": {
    "liquido-brl/payin-php-sdk": "0.0.4"
},

```

Using:
------

[](#using)

All you need to do now is using the `PHP` classes as the example bellow:

```
use \LiquidoBrl\PayInPhpSdk\Util\Config;
use \LiquidoBrl\PayInPhpSdk\Util\Brazil\PaymentMethod;
use \LiquidoBrl\PayInPhpSdk\Util\PaymentFlow;
use \LiquidoBrl\PayInPhpSdk\Model\PayInRequest;
use \LiquidoBrl\PayInPhpSdk\Service\PayInService;
use \LiquidoBrl\PayInPhpSdk\Util\Country;
use \LiquidoBrl\PayInPhpSdk\Util\Currency;

...

$isLiveMode = false;

$config = new Config(
    [
        'clientId' => "your client id",
        'clientSecret' => "your client secret",
        'apiKey' => "your api key"
    ],
    $isLiveMode
);

$payInRequest = new PayInRequest([
    "idempotencyKey" => "your idempotency key",
    "amount" => 100,
    "currency" => Currency::BRL,
    "country" => Country::BRAZIL,
    "paymentMethod" => PaymentMethod::PIX_STATIC_QR,
    "paymentFlow" => PaymentFlow::DIRECT,
    "callbackUrl" => "your callback url",
    "payer" => [
        "email" => "your customer email"
    ],
    "description" => "Product A",
    ...
]);

$payInService = new PayInService();
$payInResponse = $payInService->createPayIn($config, $payInRequest);

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.1% 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 ~28 days

Recently: every ~42 days

Total

7

Last Release

1151d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/81dc86733498dc6eed1756142eddcec154866a4c83913d39367986e3cb7dc5a6?d=identicon)[nataliaLiquido2022](/maintainers/nataliaLiquido2022)

---

Top Contributors

[![Nat-liquido](https://avatars.githubusercontent.com/u/100227770?v=4)](https://github.com/Nat-liquido "Nat-liquido (16 commits)")[![EdsonGarrido](https://avatars.githubusercontent.com/u/379454?v=4)](https://github.com/EdsonGarrido "EdsonGarrido (1 commits)")

### Embed Badge

![Health badge](/badges/liquido-brl-payin-php-sdk/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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