PHPackages                             ittech/laravel-payme - 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. ittech/laravel-payme

ActiveLibrary[Payment Processing](/categories/payments)

ittech/laravel-payme
====================

This is my package laravel-payme-client

1.0.5(2y ago)1219MITPHPPHP ^8.1|^8.2

Since Jul 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Sodiqmirzo/laravel-payme)[ Packagist](https://packagist.org/packages/ittech/laravel-payme)[ Docs](https://github.com/ittech/laravel-payme)[ RSS](/packages/ittech-laravel-payme/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (5)Versions (7)Used By (0)

This is my package laravel-payme-client
=======================================

[](#this-is-my-package-laravel-payme-client)

[![Latest Version on Packagist](https://camo.githubusercontent.com/936a906d3c465df6d92d2051ddd87a1ffee092d9ddfb2a9af1e340b6bd637c71/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6974746563682f6c61726176656c2d7061796d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ittech/laravel-payme)[![GitHub Tests Action Status](https://camo.githubusercontent.com/d478c663ad634eda4a9eb60816919aeceadfd0ec69a77979690cc7192473e7c3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6974746563682f6c61726176656c2d7061796d652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/ittech/laravel-payme/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/60ca4f8c7d3a0c86e2a99a4bdd4ea3938e99de030187dba831c02f46267a449a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6974746563682f6c61726176656c2d7061796d652f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/ittech/laravel-payme/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/a1a1be7271b57ab6ab3dc7dd1d3ffe10675ba6c0b090506f82d589bb3e4e582f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6974746563682f6c61726176656c2d7061796d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ittech/laravel-payme)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/db109cc56b6365166e66d8c43a0b894e72af3f14dbdaaed0f33e66e0198b32b6/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d7061796d652e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-payme)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require ittech/laravel-payme
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-payme-config"
```

This is the contents of the published config file:

```
return [
    'proxy_url' => env('PAYME_PROXY_URL', ''),
    'proxy_proto' => env('PAYME_PROXY_PROTO', ''),
    'proxy_host' => env('PAYME_PROXY_HOST', ''),
    'proxy_port' => env('PAYME_PROXY_PORT', ''),
    'base_url' => env('PAYME_BASE_URL', 'https://checkout.paycom.uz'),
    'merchant_id' => env('PAYME_MERCHANT_ID', ''),
    'key' => env('PAYME_KEY', ''),
];
```

Usage
-----

[](#usage)

```
$payme = new Ittech\Payme();
echo $payme->echoPhrase('Hello, Ittech!');
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Sodiqmirzo Sattorov](https://github.com/Sodiqmirzo)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 79.3% 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 ~4 days

Total

6

Last Release

1070d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6069825?v=4)[ittech](/maintainers/ittech)[@ittech](https://github.com/ittech)

---

Top Contributors

[![Sodiqmirzo](https://avatars.githubusercontent.com/u/65369403?v=4)](https://github.com/Sodiqmirzo "Sodiqmirzo (23 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

laravellaravel-paymelaravel-payme-clientpaymephplaravelpaymeIttechlaravel-paymelaravel-payme-clientpayme-client

### Embed Badge

![Health badge](/badges/ittech-laravel-payme/health.svg)

```
[![Health](https://phpackages.com/badges/ittech-laravel-payme/health.svg)](https://phpackages.com/packages/ittech-laravel-payme)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.3k3](/packages/defstudio-telegraph)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[danestves/laravel-polar

A package to easily integrate your Laravel application with Polar.sh

8120.4k](/packages/danestves-laravel-polar)[stephenjude/laravel-payment-gateways

A simple Laravel API implementation for all payment providers like Paystack, Flutterwave, &amp; Paypal etc.

1105.2k](/packages/stephenjude-laravel-payment-gateways)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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