PHPackages                             webpayby/webpayby-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. [Payment Processing](/categories/payments)
4. /
5. webpayby/webpayby-payment-sdk

ActiveLibrary[Payment Processing](/categories/payments)

webpayby/webpayby-payment-sdk
=============================

SDK for simple making payment request to Webpay

023PHP

Since Oct 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/WebpayDev/payment-sdk)[ Packagist](https://packagist.org/packages/webpayby/webpayby-payment-sdk)[ RSS](/packages/webpayby-webpayby-payment-sdk/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

General information
===================

[](#general-information)

- PHP 7.1 or above
- You need Webpay account mail us on

Installation
============

[](#installation)

To use the SDK

```
composer require webpayby/webpayby-payment-sdk

```

Usage
=====

[](#usage)

- Simple request

```
        $paymentData = new PaymentData(YOUR_BILLING_ID, YOUR_SECRET_KEY);
        $paymentData
            ->setTest(1)
            ->setCurrency(Currency::BYN)
            ->setLanguage(Language::RU)
            ->setOrderNumber('SDK-TEST-'.date('dmyHis'));

        foreach (getFakeItems() as $item) {
            $paymentData->addInvoiceItem($item['name'], $item['price'], $item['quantity']);
        }

        $gateway = new Gateway($url, $paymentData);
        $gateway->sendRequest();
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/93c9cdc7e525b1812f1614b7900b01785adf15b2a673e5ae484c6bf66a2ae37a?d=identicon)[WebpayDev](/maintainers/WebpayDev)

---

Top Contributors

[![WebpayDev](https://avatars.githubusercontent.com/u/57894840?v=4)](https://github.com/WebpayDev "WebpayDev (3 commits)")

### Embed Badge

![Health badge](/badges/webpayby-webpayby-payment-sdk/health.svg)

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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