PHPackages                             korotkiewicz/payu - 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. korotkiewicz/payu

ActiveLibrary[Payment Processing](/categories/payments)

korotkiewicz/payu
=================

Simplify Integration PayU in Laravel

0.2.3(6y ago)032MITPHPCI failing

Since Mar 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Korotkiewicz/payu)[ Packagist](https://packagist.org/packages/korotkiewicz/payu)[ RSS](/packages/korotkiewicz-payu/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (17)Used By (0)

Laravel PayU
============

[](#laravel-payu)

Simplify Integration PayU in Laravel

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

[](#installation)

Via \[Composer\]\[link-composer\]

```
composer require korotkiewicz/payu
```

Configuration
-------------

[](#configuration)

Add to your config/app.php

```
'providers' => [
	Korotkiewicz\PayU\PayUServiceProvider::class
]
```

```
php artisan config:clear
php artisan vendor:publish
```

Your `.env` file must end up looking like:

```
PAYU_PRODUCTION_MODE=false
PAYU_METCHANT_ID=""
PAYU_SIGNATURE_KEY=""
PAYU_CLIENT_ID=""
PAYU_CLIENT_SECRET=""
PAYU_CONTINUE_URL=""
PAYU_NOTIFY_URL=""
PAYU_SHOP_NAME=""
```

Add you notify url to App\\Http\\Middleware\\VerifyCsrfToken exclude list ($except):

```
public function __construct(Application $app, Encrypter $encrypter)
{
    $this->except[] = config('payu.notify_url');

    parent::__construct($app, $encrypter);
}
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Total

16

Last Release

2287d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2464220?v=4)[Michał Korotkiewicz](/maintainers/Korotkiewicz)[@Korotkiewicz](https://github.com/Korotkiewicz)

---

Top Contributors

[![Korotkiewicz](https://avatars.githubusercontent.com/u/2464220?v=4)](https://github.com/Korotkiewicz "Korotkiewicz (31 commits)")

### Embed Badge

![Health badge](/badges/korotkiewicz-payu/health.svg)

```
[![Health](https://phpackages.com/badges/korotkiewicz-payu/health.svg)](https://phpackages.com/packages/korotkiewicz-payu)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3310.1k](/packages/duncanmcclean-statamic-cargo)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[glennraya/xendivel

A Laravel package to easily integrate Xendit payment gateway. It supports credit and debit cards, and e-wallet payments and custom invoices, queued notifications, webhook listeners and more.

442.7k](/packages/glennraya-xendivel)

PHPackages © 2026

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