PHPackages                             nexi-checkout/php-payment-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. nexi-checkout/php-payment-sdk

ActiveLibrary[API Development](/categories/api)

nexi-checkout/php-payment-sdk
=============================

Nexi Checkout

0.11.0(3mo ago)24.4k↓32.1%2MITPHPPHP ^8.1

Since Jan 15Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/Nets-eCom/php-payment-sdk)[ Packagist](https://packagist.org/packages/nexi-checkout/php-payment-sdk)[ RSS](/packages/nexi-checkout-php-payment-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (16)Used By (2)

Nexi Checkout PHP SDK
=====================

[](#nexi-checkout-php-sdk)

Examples
--------

[](#examples)

- Setup using configuration provider &amp; api factory

```
use NexiCheckout\Factory\HttpClientFactory;
use NexiCheckout\Factory\PaymentApiFactory;
use NexiCheckout\Model\Request\Payment;
use NexiCheckout\Factory\Provider\HttpClientConfigurationProvider

$factory = new HttpClientFactory($psrClient, $psrFactory, $psrStreamFactory);
$provider = new HttpClientConfigurationProvider();

$api = (new PaymentApiFactory($factory, $provider))->create($secretKey, $isLiveMode);

// Hosted checkout
$hostedPayment = $api->createHostedPayment(new Payment(...));

// Embedded checkout
$embeddedPayment = $api->createEmbeddedPayment(new Payment(...));

// Subscription related calls
$subscriptionApi = (new PaymentApiFactory($factory, $provider))->createSubscriptionApi($secretKey, $isLiveMode);

$subscriptionApi->retrieveSubscription('d079718b-ff63-45dd-947b-4950c023750f');
```

- Webhook models

```
use NexiCheckout\Model\Webhook\WebhookBuilder;
use Psr\Http\Message\StreamInterface;

/** @var StreamInterface $request */
$payload = $request->getContents();
$result = WebhookBuilder::fromJson($payload);
```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance80

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~27 days

Recently: every ~46 days

Total

15

Last Release

103d ago

PHP version history (2 changes)0.1.0PHP ~8.1.0 || ~8.2.0 || ~8.3.0

0.5.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f7b46479090a0cdcd357d8e3982509b272d9d89b83236b6f9473b6d5d2e309a?d=identicon)[nexi-checkout](/maintainers/nexi-checkout)

---

Top Contributors

[![pk-nexigroup](https://avatars.githubusercontent.com/u/158055126?v=4)](https://github.com/pk-nexigroup "pk-nexigroup (14 commits)")[![tomaszczaplicki-nexi](https://avatars.githubusercontent.com/u/218226616?v=4)](https://github.com/tomaszczaplicki-nexi "tomaszczaplicki-nexi (4 commits)")[![kjonak-nexi](https://avatars.githubusercontent.com/u/218964491?v=4)](https://github.com/kjonak-nexi "kjonak-nexi (3 commits)")

---

Tags

apisdkcheckoutnexi

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/nexi-checkout-php-payment-sdk/health.svg)

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

###  Alternatives

[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k22.6M232](/packages/openai-php-client)[saloonphp/saloon

Build beautiful API integrations and SDKs with Saloon

2.4k9.6M468](/packages/saloonphp-saloon)[kreait/firebase-php

Firebase Admin SDK

2.4k39.7M72](/packages/kreait-firebase-php)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

963.1M35](/packages/getbrevo-brevo-php)[square/square

Use Square APIs to manage and run business including payment, customer, product, inventory, and employee management.

793.4M21](/packages/square-square)[wordpress/php-ai-client

A provider agnostic PHP AI client SDK to communicate with any generative AI models of various capabilities using a uniform API.

26236.6k14](/packages/wordpress-php-ai-client)

PHPackages © 2026

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