PHPackages                             ognistyi/way-for-pay-sdk-php - 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. ognistyi/way-for-pay-sdk-php

ActiveLibrary

ognistyi/way-for-pay-sdk-php
============================

WayForPay SDK + Yii2 component

04PHP

Since Feb 27Pushed 6y agoCompare

[ Source](https://github.com/ognistyi/way-for-pay-sdk-php)[ Packagist](https://packagist.org/packages/ognistyi/way-for-pay-sdk-php)[ RSS](/packages/ognistyi-way-for-pay-sdk-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

way-for-pay-sdk-php
===================

[](#way-for-pay-sdk-php)

Библиотека для формирования платежа у систему WayForPay

Пример генерации кнопки оплаты:
-------------------------------

[](#пример-генерации-кнопки-оплаты)

```
$order = new WayForPay("test_merch_n1", "flk3409refn54t54t*FNJRET");
$order->addProduct("Процессор Intel Core i5-4670 3.4GHz",1000, 1)
    ->addProduct("Память Kingston DDR3-1600 4096MB PC3-12800", 547.36, 1)
    ->setMerchantDomainName('www.market.ua')
    ->setOrderReference('56')
    ->setOrderDate(1415379863)
    ->setAmount(1547.36)
    ->setCurrency('UAH');

echo $order->getButtonPayment('Отправить', array('class'=>'paymentOrder', 'id'=>'btnPayment'));

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 70.6% 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/b41d793bad59cdbf71b119f448ac98a264c24ee21c2e87d868276e9fd5aa1aaf?d=identicon)[ognistyi](/maintainers/ognistyi)

---

Top Contributors

[![serj1chen](https://avatars.githubusercontent.com/u/9332461?v=4)](https://github.com/serj1chen "serj1chen (12 commits)")[![ognistyi](https://avatars.githubusercontent.com/u/802166?v=4)](https://github.com/ognistyi "ognistyi (5 commits)")

### Embed Badge

![Health badge](/badges/ognistyi-way-for-pay-sdk-php/health.svg)

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

PHPackages © 2026

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