PHPackages                             jamshid90/uzpay - 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. jamshid90/uzpay

ActiveLibrary[Payment Processing](/categories/payments)

jamshid90/uzpay
===============

Payment: Click, Payme, Uzcard, Visa

04PHP

Since Aug 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Jamshid90/uzpay)[ Packagist](https://packagist.org/packages/jamshid90/uzpay)[ RSS](/packages/jamshid90-uzpay/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/ba4e95ef9cce705957ed29f926cd05f324a48b6cc1d80f3f542e7f7417fada74/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f676f6f646f6e65757a2f7061792d757a2e7376673f7374796c653d666c6174)](https://packagist.org/packages/goodoneuz/pay-uz)[![Build Status](https://camo.githubusercontent.com/17d111a25da35fef55f1c902f93dfe4f5452d433761979944f4a15de9219c1c9/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f676f6f646f6e65757a2f7061792d757a2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/goodoneuz/pay-uz)[![Quality Score](https://camo.githubusercontent.com/312eca8e456a6ade6a579039972801d9f8adfb980723b1a0c07d919b15a9d560/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f676f6f646f6e65757a2f7061792d757a2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/goodoneuz/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 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

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

//here user redirects to payment system
Route::any('/redirect/{paysys}/{user_id}/{amount}',function($paysys, $user_id, $amount){
    $user = App\User::find($user_id);
    $url = 'https://payment.uz';
    PayUz::driver($paysys)->redirect($user, $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/goodoneuz)
- [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

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

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://www.gravatar.com/avatar/37a65c766119b23c334a3f72f8ff00ac989099203f4659719115d5483aebf08e?d=identicon)[Jamshid90](/maintainers/Jamshid90)

### Embed Badge

![Health badge](/badges/jamshid90-uzpay/health.svg)

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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