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

ActiveLibrary[Payment Processing](/categories/payments)

khamdullaevuz/laravel-payme
===========================

Laravel Payme

1.0.1(1y ago)81203PHPPHP ^8.1

Since Jul 21Pushed 1y ago2 watchersCompare

[ Source](https://github.com/khamdullaevuz/laravel-payme)[ Packagist](https://packagist.org/packages/khamdullaevuz/laravel-payme)[ RSS](/packages/khamdullaevuz-laravel-payme/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Usage
=====

[](#usage)

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

[](#installation)

```
composer require khamdullaevuz/laravel-payme
```

Configuration
-------------

[](#configuration)

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

Edit your configs in `config/payme.php`
---------------------------------------

[](#edit-your-configs-in-configpaymephp)

Add service provider to `config/app.php`
----------------------------------------

[](#add-service-provider-to-configappphp)

```
'providers' => [
    // Other Service Providers
    Khamdullaevuz\Payme\PaymeServiceProvider::class,
],
```

Add facade to globally aliases in `config/app.php`
--------------------------------------------------

[](#add-facade-to-globally-aliases-in-configappphp)

```
'aliases' => [
    // Other Aliases
    'Payme' => Khamdullaevuz\Payme\Facades\Payme::class,
],
```

Migrate database
----------------

[](#migrate-database)

```
php artisan migrate
```

Usage in route
--------------

[](#usage-in-route)

```
use Khamdullaevuz\Payme\Facades\Payme;
use Khamdullaevuz\Payme\Http\Middleware\PaymeCheck;
use Illuminate\Http\Request;

// Other Routes

Route::any('/payme', function (Request $request) {
    return Payme::handle($request);
})->middleware(PaymeCheck::class);
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance46

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~613 days

Total

2

Last Release

413d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/81905341?v=4)[Elbek Khamdullaev](/maintainers/khamdullaevuz)[@khamdullaevuz](https://github.com/khamdullaevuz)

---

Top Contributors

[![khamdullaevuz](https://avatars.githubusercontent.com/u/81905341?v=4)](https://github.com/khamdullaevuz "khamdullaevuz (8 commits)")[![Isroil97](https://avatars.githubusercontent.com/u/80650636?v=4)](https://github.com/Isroil97 "Isroil97 (4 commits)")

### Embed Badge

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

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

###  Alternatives

[laraveldaily/laravel-invoices

Missing invoices for Laravel

1.5k1.3M4](/packages/laraveldaily-laravel-invoices)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)[karson/mpesa-php-sdk

172.2k](/packages/karson-mpesa-php-sdk)

PHPackages © 2026

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