PHPackages                             mad-shox/pay-uz - 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. mad-shox/pay-uz

ActiveLibrary[Payment Processing](/categories/payments)

mad-shox/pay-uz
===============

Payment: Click, Payme, Uzcard, Visa

08PHP

Since Jan 15Pushed 1y agoCompare

[ Source](https://github.com/mad-shox/pay-uz)[ Packagist](https://packagist.org/packages/mad-shox/pay-uz)[ RSS](/packages/mad-shox-pay-uz/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Для национальных платежных систем в Узбекистане
===============================================

[](#для-национальных-платежных-систем-в-узбекистане)

[Видео документация ![](https://camo.githubusercontent.com/e2f9c29e4430f1db44fe1f2884f0f6498e34df70b2a2b1d896d2374c56e3402c/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f636f6d6d6f6e732f7468756d622f302f30392f596f75547562655f66756c6c2d636f6c6f725f69636f6e5f253238323031372532392e7376672f3132303070782d596f75547562655f66756c6c2d636f6c6f725f69636f6e5f253238323031372532392e7376672e706e67)](https://www.youtube.com/playlist?list=PLIU-yN_rFScVbbglNYmucY3TKzrxypEaP)

[![Buy Me A Coffee](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67)](https://payme.uz/@shaxzodbek_)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ba4e95ef9cce705957ed29f926cd05f324a48b6cc1d80f3f542e7f7417fada74/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f676f6f646f6e65757a2f7061792d757a2e7376673f7374796c653d666c6174)](https://packagist.org/packages/goodoneuz/pay-uz)[![Build Status](https://camo.githubusercontent.com/84396a6e7f7e62affbb406e72789ab50482b2f0ad2fe7c2b217e9ddfbf6e7b41/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f736861787a6f6462656b2d757a622f7061792d757a2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/shaxzodbek-uzb/pay-uz)[![Quality Score](https://camo.githubusercontent.com/a3c37f965418e019faf88d1edcab3d4101e9a22ac93c4284fb61896f1eee859a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f736861787a6f6462656b2d757a622f7061792d757a2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/shaxzodbek-uzb/pay-uz)

**Featured**
------------

[](#featured)

- [Payme](http://payme.uz) - Merchant
- [Click](http://click.uz) - Merchant
- [Oson](http://click.uz) - Merchant
- [Uzcard](http://uzcard.uz) - Merchant
- [Paynet](http://paynet.uz) - Merchant
- [Stripe](https://stripe.com/) - Merchant(Subscribe)

*По умолчанию для оплаты установлен "накопительный режим". Чтобы производить оплату в "Одноразовом режиме", вам необходимо изменить параметр в config/payuz.php `'multi_transaction' => false`*

**Planned**
-----------

[](#planned)

- Upay
- Visa

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

[](#installation)

You can install the package via composer:

```
composer require goodoneuz/pay-uz
```

Publishing required files of package:

```
php artisan vendor:publish --provider="Goodoneuz\PayUz\PayUzServiceProvider"
```

Migrate tables:

```
php artisan migrate
```

Seed settings:

```
php artisan db:seed --class="Goodoneuz\PayUz\database\seeds\PayUzSeeder"
```

Usage
-----

[](#usage)

---

Placing routes for service in web.php

```
//handle requests from payment system
Route::any('/handle/{paysys}',function($paysys){
    (new Goodoneuz\PayUz\PayUz)->driver($paysys)->handle();
});

//redirect to payment system or payment form
Route::any('/pay/{paysys}/{key}/{amount}',function($paysys, $key, $amount){
	$model = Goodoneuz\PayUz\Services\PaymentService::convertKeyToModel($key);
    $url = request('redirect_url','/'); // redirect url after payment completed
    $pay_uz = new Goodoneuz\PayUz\PayUz;
    $pay_uz
    	->driver($paysys)
    	->redirect($model, $amount, 860, $url);
});
```

**Exception:**
--------------

[](#exception)

PaymentException

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Shaxzodbek](https://github.com/shaxzodbek-uzb)
- [Azizbek](https://github.com/azizbekeshonaliyev)
- [Rustam Mamadaminov](https://github.com/rustamwin)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 64% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/170420110?v=4)[mad-shox](/maintainers/mad-shox)[@mad-shox](https://github.com/mad-shox)

---

Top Contributors

[![shaxzodbek-uzb](https://avatars.githubusercontent.com/u/47610909?v=4)](https://github.com/shaxzodbek-uzb "shaxzodbek-uzb (167 commits)")[![azizbekeshonaliyev](https://avatars.githubusercontent.com/u/38589316?v=4)](https://github.com/azizbekeshonaliyev "azizbekeshonaliyev (67 commits)")[![mad-shox](https://avatars.githubusercontent.com/u/170420110?v=4)](https://github.com/mad-shox "mad-shox (7 commits)")[![abdurashid-dev](https://avatars.githubusercontent.com/u/78313030?v=4)](https://github.com/abdurashid-dev "abdurashid-dev (6 commits)")[![MuhammadQuran17](https://avatars.githubusercontent.com/u/59314275?v=4)](https://github.com/MuhammadQuran17 "MuhammadQuran17 (4 commits)")[![Sodiqmirzo](https://avatars.githubusercontent.com/u/65369403?v=4)](https://github.com/Sodiqmirzo "Sodiqmirzo (2 commits)")[![rustamwin](https://avatars.githubusercontent.com/u/16498265?v=4)](https://github.com/rustamwin "rustamwin (2 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (1 commits)")[![khamdullaevuz](https://avatars.githubusercontent.com/u/81905341?v=4)](https://github.com/khamdullaevuz "khamdullaevuz (1 commits)")[![bekaproger](https://avatars.githubusercontent.com/u/31145167?v=4)](https://github.com/bekaproger "bekaproger (1 commits)")[![asadbek-fayzulloev](https://avatars.githubusercontent.com/u/61094370?v=4)](https://github.com/asadbek-fayzulloev "asadbek-fayzulloev (1 commits)")[![asia-coder](https://avatars.githubusercontent.com/u/13574524?v=4)](https://github.com/asia-coder "asia-coder (1 commits)")[![Khurshidjon](https://avatars.githubusercontent.com/u/38835663?v=4)](https://github.com/Khurshidjon "Khurshidjon (1 commits)")

### Embed Badge

![Health badge](/badges/mad-shox-pay-uz/health.svg)

```
[![Health](https://phpackages.com/badges/mad-shox-pay-uz/health.svg)](https://phpackages.com/packages/mad-shox-pay-uz)
```

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)[binkode/laravel-paystack

A description for laravel-paystack.

112.1k](/packages/binkode-laravel-paystack)

PHPackages © 2026

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