PHPackages                             answear/pay-po - 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. answear/pay-po

ActiveLibrary[Payment Processing](/categories/payments)

answear/pay-po
==============

PayPo PHP library.

4.1.0(1y ago)117.4k↓30.8%MITPHPPHP ^8.2

Since May 5Pushed 1y ago2 watchersCompare

[ Source](https://github.com/answear/pay-po)[ Packagist](https://packagist.org/packages/answear/pay-po)[ RSS](/packages/answear-pay-po/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (10)Versions (9)Used By (0)

PayPo PHP library
=================

[](#paypo-php-library)

Documentation of the API can be found here: [https://paypo.pl/home/integracja](https://paypo.pl/biznes/integracja).

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

[](#installation)

- install with Composer

```
composer require answear/pay-po

```

Usage
-----

[](#usage)

```
use Answear\PayPo\Configuration\PayPoConfiguration;
use Answear\PayPo\Request\Transaction\CreateRequest;
use Answear\PayPo\Service\Order;
//...

PayPoConfiguration::setForSandbox(6, 'apiKey');

$orderService = new Order();
$registerResponse = $orderService->create(new CreateRequest(...));

$redirectUrl = $registerResponse->redirectUrl;
//...

//others requests
$orderService->confirm('transaction-uuid');
$orderService->refund('transaction-uuid', 123);
$orderService->getStatusDetails('transaction-uuid');
$orderService->cancel('transaction-uuid');
```

Final notes
-----------

[](#final-notes)

Feel free to open pull requests with new features, improvements or bug fixes. The Answear team will be grateful for any comments.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance42

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~178 days

Recently: every ~50 days

Total

8

Last Release

594d ago

Major Versions

1.1.0 → 2.0.02022-08-18

2.0.0 → 3.0.02024-03-14

3.1.0 → 4.0.02024-06-10

PHP version history (4 changes)1.0.0PHP &gt;=7.4

2.0.0PHP &gt;=7.4|^8.0

4.0.0PHP ^8.1

4.1.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/499384a9b1608d172d356bbbd2121bd221c2feb29132a0a1371f959f612fc00c?d=identicon)[lukasz-falda](/maintainers/lukasz-falda)

---

Top Contributors

[![lukasz-falda](https://avatars.githubusercontent.com/u/55883656?v=4)](https://github.com/lukasz-falda "lukasz-falda (8 commits)")[![ropczan](https://avatars.githubusercontent.com/u/24248440?v=4)](https://github.com/ropczan "ropczan (7 commits)")[![konradkozaczenko](https://avatars.githubusercontent.com/u/57705320?v=4)](https://github.com/konradkozaczenko "konradkozaczenko (2 commits)")[![Wiktor6](https://avatars.githubusercontent.com/u/24683748?v=4)](https://github.com/Wiktor6 "Wiktor6 (2 commits)")[![malarzm](https://avatars.githubusercontent.com/u/4947711?v=4)](https://github.com/malarzm "malarzm (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/answear-pay-po/health.svg)

```
[![Health](https://phpackages.com/badges/answear-pay-po/health.svg)](https://phpackages.com/packages/answear-pay-po)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[imdhemy/google-play-billing

Google Play Billing

491.3M5](/packages/imdhemy-google-play-billing)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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