PHPackages                             hostbox/api-payu-nette-bridge - 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. [API Development](/categories/api)
4. /
5. hostbox/api-payu-nette-bridge

ActiveLibrary[API Development](/categories/api)

hostbox/api-payu-nette-bridge
=============================

Nette bridge for PayU API

v1.1.0(10y ago)77.6k1MITPHP

Since Jul 25Pushed 10y ago2 watchersCompare

[ Source](https://github.com/HostBox/api-payu-nette-bridge)[ Packagist](https://packagist.org/packages/hostbox/api-payu-nette-bridge)[ RSS](/packages/hostbox-api-payu-nette-bridge/feed)WikiDiscussions master Synced 1w ago

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

Nette bridge for PayU Api [![Build Status](https://camo.githubusercontent.com/883c35c8a2657a3d6a863fe4f489e9f668cef04e8eaf455fd42f75abc606736b/68747470733a2f2f6170692e7472617669732d63692e6f72672f486f7374426f782f6170692d706179752d6e657474652d6272696467652e706e67)](https://travis-ci.org/HostBox/api-payu-nette-bridge)
============================================================================================================================================================================================================================================================================================================================

[](#nette-bridge-for-payu-api--)

Package Installation
--------------------

[](#package-installation)

The best way to install Social Plugins is using [Composer](http://getcomposer.org/):

```
$ composer require hostbox/api-payu-nette-bridge
```

[Packagist - Versions](https://packagist.org/packages/hostbox/api-payu-nette-bridge)

[Nette Addons](http://addons.nette.org/hostbox/api-payu-nette-bridge)

or manual edit composer.json in your project

```
"require": {
    "hostbox/api-payu-nette-bridge": "~1.1.0"
}
```

Bridge Installation
-------------------

[](#bridge-installation)

**Registration**

```
extensions:
	payu: HostBox\Bridge\PayU\Extension

```

**Configuration: Single POS**

Autowire and inject is ON

```
payu:
	posId: '123456789'
	posAuthKey: 'qwertyuiop'
	key1: 'asdfghjkl'
	key2: 'zxcvbnm'

services:
    - MyFirstService
    - MySecondService(@payu.default) #manual inject

```

**Configuration: Multi POS**

Autowire and inject is OFF

```
payu:
	firstPOS:
		posId: '123456789'
		posAuthKey: 'qwertyuiop'
		key1: 'asdfghjkl'
		key2: 'zxcvbnm'
	secondPOS:
		posId: '987654321'
		posAuthKey: 'poiuytrewq'
		key1: 'lkjhgfdsa'
		key2: 'mnbvcxz'
		encoding: 'ISO'
		format: 'txt'

services:
    - MyFirstService(@payu.firstPOS)
    - MySecondService(@payu.secondPOS)

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

2

Last Release

3949d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b3c8fd523715db8fd639c63b8f6b2c51449b00def41e0debd052a52b8aa35ca?d=identicon)[HostBox](/maintainers/HostBox)

---

Top Contributors

[![pmachan](https://avatars.githubusercontent.com/u/1494579?v=4)](https://github.com/pmachan "pmachan (15 commits)")

---

Tags

apinetteBridgepayu

### Embed Badge

![Health badge](/badges/hostbox-api-payu-nette-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/hostbox-api-payu-nette-bridge/health.svg)](https://phpackages.com/packages/hostbox-api-payu-nette-bridge)
```

PHPackages © 2026

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