PHPackages                             ksolutionspro/payum-paynow - 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. ksolutionspro/payum-paynow

ActiveProject[Payment Processing](/categories/payments)

ksolutionspro/payum-paynow
==========================

Payum support for paynow.pl payment gateway

0.2(1y ago)0676MITPHPPHP ^8.1

Since Feb 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ownede/payum-paynow)[ Packagist](https://packagist.org/packages/ksolutionspro/payum-paynow)[ RSS](/packages/ksolutionspro-payum-paynow/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (3)Versions (4)Used By (0)

Payum Paynow.pl Gateway
=======================

[](#payum-paynowpl-gateway)

This is a basic Paynow.pl payment gateway for [Payum](https://github.com/Payum/Payum).

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

[](#installation)

To install this package, you can use composer:

```
composer require payum/paynow ksolutionspro/payum-paynow
```

Usage
-----

[](#usage)

Simply register the gateway factory and you're good to go.

### Symfony integration

[](#symfony-integration)

If you are planning to use this package with Symfony and PayumBundle, you can use the following configuration.

1. Register the gateway factory in your `services.yaml`:

```
Ksolutions\PayumPaynow\PaynowGatewayFactory:
  class: Payum\Core\Bridge\Symfony\Builder\GatewayFactoryBuilder
  arguments: [ Ksolutions\PayumPaynow\PaynowGatewayFactory ]
  tags:
    - { name: payum.gateway_factory_builder, factory: paynow }
```

2. Add the following configuration to your `payum.yaml`:

```
payum:
  gateways:
    paynow:
      factory: paynow
      api_key: 'your-api-key'
      signature_key: 'your-signature-key'
      sandbox: true # or false in production
```

### Payment notification

[](#payment-notification)

To handle payment notifications, you need to configure your notification URL in the Paynow.pl panel.

In such route you should fetch the Payment and call `Notify` action on the gateway.

```
// logic to fetch the payment by 'paymentId' from notification body

$gateway = $payum->getGateway('paynow');
$gateway->execute(new Notify($payment));
```

You should return `202 Accepted` status code if the notification was processed successfully.

Return `400 Bad Request` if you were not able to process the notification.

Contribution
------------

[](#contribution)

I'm not actively developing this package, so you're welcome to contribute.

Feel free to create a pull request. Be sure to add yourself to the contributors list below.

Contributors
------------

[](#contributors)

- Author: [Kacper Smółkowski](https://github.com/ownede)

Payum Resources
---------------

[](#payum-resources)

- [Site](https://payum.forma-pro.com/)
- [Documentation](https://github.com/Payum/Payum/blob/master/docs/index.md#general)
- [Questions](http://stackoverflow.com/questions/tagged/payum)
- [Issue Tracker](https://github.com/Payum/Payum/issues)
- [Twitter](https://twitter.com/payumphp)

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Every ~3 days

Total

2

Last Release

550d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/34365047?v=4)[kacpero](/maintainers/kacpero)[@KacperO](https://github.com/KacperO)

---

Top Contributors

[![ownede](https://avatars.githubusercontent.com/u/442603?v=4)](https://github.com/ownede "ownede (5 commits)")

---

Tags

pay-nowpayment-gatewaypayment-integrationpaynowpayumpayum-gatewaypaymentpayumpaynow

### Embed Badge

![Health badge](/badges/ksolutionspro-payum-paynow/health.svg)

```
[![Health](https://phpackages.com/badges/ksolutionspro-payum-paynow/health.svg)](https://phpackages.com/packages/ksolutionspro-payum-paynow)
```

###  Alternatives

[flux-se/payum-stripe

Payum Stripe gateways

29431.5k6](/packages/flux-se-payum-stripe)[crevillo/payum-redsys

Redsys gateway

1649.4k1](/packages/crevillo-payum-redsys)[valiton/payum-payone

The Payum extension. It provides PAYONE payment integration.

1115.3k](/packages/valiton-payum-payone)

PHPackages © 2026

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