PHPackages                             makkapoya/pay-uz-tenancy - 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. makkapoya/pay-uz-tenancy

ActiveLibrary

makkapoya/pay-uz-tenancy
========================

Payment: Click, Payme, Uzcard, Visa

0.2.2(2y ago)17MITPHPPHP ^7.1|^8.0

Since Jul 4Pushed 2y agoCompare

[ Source](https://github.com/SamixGroup/pay-uz-tenancy)[ Packagist](https://packagist.org/packages/makkapoya/pay-uz-tenancy)[ Docs](https://github.com/makkapoya/pay-uz-tenancy)[ RSS](/packages/makkapoya-pay-uz-tenancy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (6)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/a787ae915c8b0ac88befdd1588982ebd1f5cbebafd93ee3f4682a55133d1a79e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d616b6b61706f79612f7061792d757a2d74656e616e63792e7376673f7374796c653d666c6174)](https://packagist.org/packages/makkapoya/pay-uz-tenancy)[![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)

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

[](#planned)

- Upay
- Visa

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

[](#installation)

You can install the package via composer:

```
composer require makkapoya/pay-uz
```

Publishing required files of package:

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

Migrate tables:

```
php artisan migrate
```

Seed settings:

```
php artisan db:seed --class="Makkapoya\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 Makkapoya\PayUz\PayUz)->driver($paysys)->handle();
});

//redirect to payment system or payment form
Route::any('/pay/{paysys}/{key}/{amount}',function($paysys, $key, $amount){
	$model = Makkapoya\PayUz\Services\PaymentService::convertKeyToModel($key);
    $url = request('redirect_url','/'); // redirect url after payment completed
    $pay_uz = new Makkapoya\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)
- [Samandar](https://github.com/samixgroup)
- [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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.1% 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 ~5 days

Total

5

Last Release

1022d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/583b824c258b70d3f57e4331665d8c6f9237b242c06ef13bb48ef3dbe131441e?d=identicon)[makkapoya](/maintainers/makkapoya)

---

Top Contributors

[![shaxzodbek-uzb](https://avatars.githubusercontent.com/u/47610909?v=4)](https://github.com/shaxzodbek-uzb "shaxzodbek-uzb (150 commits)")[![azizbekeshonaliyev](https://avatars.githubusercontent.com/u/38589316?v=4)](https://github.com/azizbekeshonaliyev "azizbekeshonaliyev (67 commits)")[![SamixGroup](https://avatars.githubusercontent.com/u/30470723?v=4)](https://github.com/SamixGroup "SamixGroup (5 commits)")[![abdurashid-dev](https://avatars.githubusercontent.com/u/78313030?v=4)](https://github.com/abdurashid-dev "abdurashid-dev (5 commits)")[![rustamwin](https://avatars.githubusercontent.com/u/16498265?v=4)](https://github.com/rustamwin "rustamwin (2 commits)")[![Sodiqmirzo](https://avatars.githubusercontent.com/u/65369403?v=4)](https://github.com/Sodiqmirzo "Sodiqmirzo (1 commits)")[![bekaproger](https://avatars.githubusercontent.com/u/31145167?v=4)](https://github.com/bekaproger "bekaproger (1 commits)")[![khamdullaevuz](https://avatars.githubusercontent.com/u/81905341?v=4)](https://github.com/khamdullaevuz "khamdullaevuz (1 commits)")[![Khurshidjon](https://avatars.githubusercontent.com/u/38835663?v=4)](https://github.com/Khurshidjon "Khurshidjon (1 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (1 commits)")

---

Tags

pay-uzpaymemakkapoya

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/makkapoya-pay-uz-tenancy/health.svg)

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

###  Alternatives

[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M107](/packages/laravel-cashier)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[goodoneuz/pay-uz

Payment: Click, Payme, Uzcard, Visa

844.7k](/packages/goodoneuz-pay-uz)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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