PHPackages                             zzzaaa/laravel-yandex-money-http-notify - 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. zzzaaa/laravel-yandex-money-http-notify

ActiveLibrary[Payment Processing](/categories/payments)

zzzaaa/laravel-yandex-money-http-notify
=======================================

v1.0.1(9y ago)21831[1 issues](https://github.com/zzzaaa/laravel-yandex-money-http-notify/issues)PHP

Since Mar 8Pushed 9y ago1 watchersCompare

[ Source](https://github.com/zzzaaa/laravel-yandex-money-http-notify)[ Packagist](https://packagist.org/packages/zzzaaa/laravel-yandex-money-http-notify)[ RSS](/packages/zzzaaa-laravel-yandex-money-http-notify/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Laravel Yandex Money Http Notification
--------------------------------------

[](#laravel-yandex-money-http-notification)

This package helps to validate yandexMoney http notification. Laravel Middleware stay front of your API and allow only trusted notifications.

[Notification p2p incoming](https://tech.yandex.ru/money/doc/dg/reference/notification-p2p-incoming-docpage/)

### Install

[](#install)

```
composer require zzzaaa/laravel-yandex-money-http-notify
```

### install Middleware

[](#install-middleware)

```
// app/Http/Kernel.php
protected $routeMiddleware = [
...
'yandexmoney.hash' => \Zzzaaa\LaravelYandexMoneyHttpNotify\Middleware\YandexMoneyHash::class,
];
```

\##Add secret key

```
//config/services.php
...
    'yandex' => [
        'notification_secret' => env('YANDEX_SECRET','SECRET KEY')
    ],
```

### Add middleware to routes

[](#add-middleware-to-routes)

```
//routes/api.php
Route::post('/payment', 'Api\PaymentsController@store')->middleware('yandexmoney.hash');
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

3406d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/937303?v=4)[Alexey Raksha](/maintainers/zzzaaa)[@zzzaaa](https://github.com/zzzaaa)

---

Top Contributors

[![zzzaaa](https://avatars.githubusercontent.com/u/937303?v=4)](https://github.com/zzzaaa "zzzaaa (3 commits)")

### Embed Badge

![Health badge](/badges/zzzaaa-laravel-yandex-money-http-notify/health.svg)

```
[![Health](https://phpackages.com/badges/zzzaaa-laravel-yandex-money-http-notify/health.svg)](https://phpackages.com/packages/zzzaaa-laravel-yandex-money-http-notify)
```

###  Alternatives

[omnipay/coinbase

Coinbase driver for the Omnipay payment processing library

18579.5k1](/packages/omnipay-coinbase)[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)
