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 today

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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

2232d 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

[lemonsqueezy/laravel

A package to easily integrate your Laravel application with Lemon Squeezy.

58596.1k](/packages/lemonsqueezy-laravel)[ssheduardo/redsys-laravel

Package redsys for laravel

100129.5k1](/packages/ssheduardo-redsys-laravel)[duncanmcclean/simple-commerce

A simple, yet powerful e-commerce addon for Statamic.

16313.2k2](/packages/duncanmcclean-simple-commerce)[tsaiyihua/laravel-ecpay

ecpay library for laravel

6416.3k](/packages/tsaiyihua-laravel-ecpay)[alifaraun/laravel-moamalat-pay

Easy - Moamalat Lightbox integration for Laravel.

1914.0k](/packages/alifaraun-laravel-moamalat-pay)[duncanmcclean/statamic-cargo

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

322.8k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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