PHPackages                             codersstudio/yandex-money-checkout - 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. codersstudio/yandex-money-checkout

ActivePackage[Payment Processing](/categories/payments)

codersstudio/yandex-money-checkout
==================================

Package use Yandex Money SDK.

027PHP

Since Dec 18Pushed 5y ago2 watchersCompare

[ Source](https://github.com/imjonos/yandex-money-checkout)[ Packagist](https://packagist.org/packages/codersstudio/yandex-money-checkout)[ RSS](/packages/codersstudio-yandex-money-checkout/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel yandex money checkout
=============================

[](#laravel-yandex-money-checkout)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)![Travis](https://camo.githubusercontent.com/cd38af468e6a498444ead882272e94b725d7b4376d6ee146bb524ef87fa63faa/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f636f6465727353747564696f2f79616e6465782d6d6f6e65792d636865636b6f75742e7376673f7374796c653d666c61742d737175617265)[![Total Downloads](https://camo.githubusercontent.com/b41fee9d0de0722d89def9997bc84f61bf6eaacfae1f2e04f84b268c29bd8335/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f6465727353747564696f2f79616e6465782d6d6f6e65792d636865636b6f75742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codersStudio/yandex-money-checkout)

Install
-------

[](#install)

`composer require coderstudio/yandex-money-checkout`

Usage
-----

[](#usage)

This is package provide base Controller and views for implement Yandex Money payments It's provide webhook url

Config file:

```
 //API
'store_id' => env('YANDEX_MONEY_STORE_ID',''),
'secret' => env('YANDEX_MONEY_SECRET', ''),

//Payment options
'payment_method_type' => 'bank_card',
'currency' => 'RUB',
'save_payment_method' => true,
'capture' => false,

//Redirect
//Should include order in url template
//Example: /test/{order}
 'success_route' => env('YANDEX_MONEY_SUCCESS_ROUTE', 'yandexmoneycheckout.payments.success'),
 'failed_route' => env('YANDEX_MONEY_FAIL_ROUTE', 'yandexmoneycheckout.payments.failed')

```

Testing
-------

[](#testing)

Run the tests with:

```
vendor/bin/phpunit
```

Credits
-------

[](#credits)

- [Eugeny Nosenko](https://github.com/imjonos)

Security
--------

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

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

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a691ecb149ac661add3a6229e3c545aaaa40bad4ae0fa9c0ad9464c79e86ff20?d=identicon)[Eugeny Nosenko](/maintainers/Eugeny%20Nosenko)

---

Top Contributors

[![imjonos](https://avatars.githubusercontent.com/u/5132976?v=4)](https://github.com/imjonos "imjonos (1 commits)")

### Embed Badge

![Health badge](/badges/codersstudio-yandex-money-checkout/health.svg)

```
[![Health](https://phpackages.com/badges/codersstudio-yandex-money-checkout/health.svg)](https://phpackages.com/packages/codersstudio-yandex-money-checkout)
```

###  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)
