PHPackages                             kolesa-team/wooppay - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. kolesa-team/wooppay

ActiveLibrary[HTTP &amp; Networking](/categories/http)

kolesa-team/wooppay
===================

WoopPay SOAP client

1.0.3(2y ago)01334PHPPHP &gt;=7.2.0CI failing

Since Apr 28Pushed 2y ago15 watchersCompare

[ Source](https://github.com/kolesa-team/wooppay)[ Packagist](https://packagist.org/packages/kolesa-team/wooppay)[ RSS](/packages/kolesa-team-wooppay/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (4)Versions (11)Used By (0)

Wooppay
=======

[](#wooppay)

Wooppay SOAP client

Installation
------------

[](#installation)

```
composer require kolesa-team/wooppay

```

Usage example
-------------

[](#usage-example)

```
$client = new \Wooppay\Client($uri, $options);

$client->login($username, $password);
$client->requestConfirmationCode($phoneNumber);

$result   = $client->createInvoiceExtended(…);
$status   = $client->getOperationData([$result->getOperationId()]);
$response = current($status);

if ($status && $status->getStatus() == \Wooppay\Objects\Response\GetOperationData::STATUS_DONE) {
    echo "Operation successfully completed.";
}

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.3% 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 ~199 days

Total

4

Last Release

977d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.4.0

1.0.2PHP &gt;=7.2.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19899078?v=4)[Kolesa Group](/maintainers/kolesa-team)[@kolesa-team](https://github.com/kolesa-team)

---

Top Contributors

[![iborodikhin](https://avatars.githubusercontent.com/u/1627772?v=4)](https://github.com/iborodikhin "iborodikhin (18 commits)")[![av-angel](https://avatars.githubusercontent.com/u/138438056?v=4)](https://github.com/av-angel "av-angel (2 commits)")[![muzyka-kolesa](https://avatars.githubusercontent.com/u/131753308?v=4)](https://github.com/muzyka-kolesa "muzyka-kolesa (2 commits)")[![RomanIskakov](https://avatars.githubusercontent.com/u/53849862?v=4)](https://github.com/RomanIskakov "RomanIskakov (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/kolesa-team-wooppay/health.svg)

```
[![Health](https://phpackages.com/badges/kolesa-team-wooppay/health.svg)](https://phpackages.com/packages/kolesa-team-wooppay)
```

###  Alternatives

[symfony/http-kernel

Provides a structured process for converting a Request into a Response

8.1k822.4M6.8k](/packages/symfony-http-kernel)[zircote/swagger-php

Generate interactive documentation for your RESTful API using PHP attributes (preferred) or PHPDoc annotations

5.3k132.9M468](/packages/zircote-swagger-php)[symfony/http-client

Provides powerful methods to fetch HTTP resources synchronously or asynchronously

2.0k314.0M3.4k](/packages/symfony-http-client)[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k63.6M233](/packages/nelmio-api-doc-bundle)[shopify/shopify-api

Shopify API Library for PHP

4634.8M16](/packages/shopify-shopify-api)[api-platform/metadata

API Resource-oriented metadata attributes and factories

223.5M96](/packages/api-platform-metadata)

PHPackages © 2026

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